Today you can Download MailChimp for WordPress website plugin. Now you can Get MailChimp for WordPress 4.2.5 (or higher version) website plugin created by ibericode and install it for your own project. This Plugin v4.2.5 was updated on 1 month but perhaps there is a newer version available. Check out what everyone is talking about this wpplugin.
This plugin helps you grow your MailChimp lists and write better newsletters through various methods. You can create good looking opt-in forms or integrate with any existing form on your site, like your comment, contact or checkout form. Are you thinking of installing this wp-plugin? Let’s check out:
How to Install MailChimp for WordPress WordPress Plugin?
Installing the plugin
- In your WordPress admin panel, go to Plugins > New Plugin, search for MailChimp for WordPress and click “Install now“
- Alternatively, download the plugin and upload the contents of
mailchimp-for-wp.zip
to your plugins directory, which usually is/wp-content/plugins/
. - Activate the plugin
- Set your API key in the plugin settings.
Configuring Sign-Up Form(s)
- Go to MailChimp for WP > Forms
- Select at least one list to subscribe people to.
- (Optional) Add more fields to your form.
- Embed a sign-up form in pages or posts using the
[mc4wp_form]
shortcode. - Show a sign-up form in your widget areas using the “MailChimp Sign-Up Form” widget.
- Show a sign-up form from your theme files by using the following PHP function. <?phpif( function_exists( ‘mc4wp_show_form’ ) ) {
mc4wp_show_form();
} - Done!