=== MailChimp for WordPress === Contributors: Ibericode, DvanKooten, hchouhan, lapzor Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=donate-link Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp forms, mailchimp integrations Requires at least: 4.1 Tested up to: 4.9.1 Stable tag: 4.1.12 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires PHP: 5.2.4 MailChimp for WordPress, the absolute best. Subscribe your WordPress site visitors to your MailChimp lists, with ease. == Description == #### MailChimp for WordPress *Adding sign-up methods for your MailChimp lists to your WordPress site should be easy. With this plugin, it finally is.* MailChimp for WordPress helps you add more subscribers to your MailChimp lists using various methods. You can create good looking opt-in forms or integrate with any other form on your site, like your comment, contact or checkout form. [youtube https://www.youtube.com/watch?v=fZCYPnFybqU] #### Some of the MailChimp for WordPress features - Connect with your MailChimp account in seconds. - Sign-up forms which are good looking, user-friendly and mobile optimized. You have complete control over the form fields and can send anything you like to MailChimp. - Seamless integration with the following plugins: - Default WordPress Comment Form - Default WordPress Registration Form - Contact Form 7 - WooCommerce - Gravity Forms - Ninja Forms 3 - WPForms - BuddyPress - MemberPress - Events Manager - Easy Digital Downloads - A multitude of available add-on plugins: - [MailChimp for WordPress Premium](https://mc4wp.com/) - [MailChimp Top Bar](https://wordpress.org/plugins/mailchimp-top-bar/) - [MailChimp Activity](https://wordpress.org/plugins/mc4wp-activity/) - [MailChimp User Sync](https://wordpress.org/plugins/mailchimp-sync/) - [Boxzilla Pop-ups](https://wordpress.org/plugins/boxzilla/) - [Captcha](https://wordpress.org/plugins/mc4wp-captcha/) - Third Party: - [WPBruiser](https://wordpress.org/plugins/goodbye-captcha/) - Well documented. Our [knowledge base](https://mc4wp.com/kb/) is updated daily. - Developer friendly. MailChimp for WordPress is built to be extensible, and comes with a [code reference for developers](http://developer.mc4wp.com/).

Become a Premium user

MailChimp for WordPress has a Premium add-on which comes with several additional benefits.

View more Premium features

#### What is MailChimp? MailChimp is a newsletter service that allows you to send out email campaigns to a list of email subscribers. MailChimp is free for lists up to 2000 subscribers, which is why it is the newsletter-service of choice for thousands of businesses. This plugin acts as a bridge between your WordPress site and your MailChimp account, connecting the two together. If you do not yet have a MailChimp account, [creating one is 100% free and only takes you about 30 seconds](http://mailchimp.com/monkey-rewards/?utm_source=freemium_newsletter&utm_medium=email&utm_campaign=monkey_rewards&aid=a2d08947dcd3683512ce174c5&afl=1). == Installation == #### Installing the plugin 1. In your WordPress admin panel, go to *Plugins > New Plugin*, search for **MailChimp for WordPress** and click "*Install now*" 1. Alternatively, download the plugin and upload the contents of `mailchimp-for-wp.zip` to your plugins directory, which usually is `/wp-content/plugins/`. 1. Activate the plugin 1. Set [your MailChimp API key](https://admin.mailchimp.com/account/api) in the plugin settings. #### Configuring Sign-Up Form(s) 1. Go to *MailChimp for WP > Forms* 2. Select at least one MailChimp list to subscribe people to. 3. *(Optional)* Add more fields to your form using the **add MailChimp field** dropdown. 4. Embed a sign-up form in pages or posts by using the `[mc4wp_form]` shortcode. 5. Show a sign-up form in your widget areas using the "MailChimp Sign-Up Form" widget. 6. Show a sign-up form from your theme files by using the following PHP function. ` Widgets** and use the **MailChimp for WP Form** widget that comes with the plugin. #### Where can I find my MailChimp API key? [You can find your MailChimp API key here](http://kb.mailchimp.com/accounts/management/about-api-keys#Find-or-Generate-Your-API-Key) #### How to add a sign-up checkbox to my Contact Form 7 form? Use the following shortcode in your CF7 form to display a MailChimp sign-up checkbox. ` [mc4wp_checkbox "Subscribe to our newsletter?"] ` #### The form shows a success message but subscribers are not added to my list(s)? If the form shows a success message, there is no doubt that the sign-up request succeeded. MailChimp could have a slight delay sending the confirmation email though, please just be patient and make sure to check your SPAM folder. When you have double opt-in disabled, new subscribers will be seen as *imports* by MailChimp. They will not show up in your daily digest emails or statistics. [We always recommend leaving double opt-in enabled](http://blog.mailchimp.com/double-opt-in-vs-single-opt-in-stats/). #### How can I style the sign-up form? You can use custom CSS to style the sign-up form if you do not like the themes that come with the plugin. The following selectors can be used to target the various form elements. ` .mc4wp-form { ... } /* the form element */ .mc4wp-form p { ... } /* form paragraphs */ .mc4wp-form label { ... } /* labels */ .mc4wp-form input { ... } /* input fields */ .mc4wp-form input[type="checkbox"] { ... } /* checkboxes */ .mc4wp-form input[type="submit"] { ... } /* submit button */ .mc4wp-alert { ... } /* success & error messages */ .mc4wp-success { ... } /* success message */ .mc4wp-error { ... } /* error messages */ ` You can add your custom CSS to your theme stylesheet or (easier) by using a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link) #### I'm getting an "HTTP Error" when trying to connect to MailChimp If you're getting an `HTTP Error` when trying to connect to your MailChimp account, please contact your webhost and ask them if they have PHP CURL installed and updated to the latest version (7.40.x). Also, please ask them to allow requests to `https://api.mailchimp.com/`. #### How do I show a sign-up form in a pop-up? We recommend the [Boxzilla pop-up plugin](https://wordpress.org/plugins/boxzilla/) for this. You can use the form shortcode in your pop-up box to show a sign-up form. #### My question is not listed Please head over to the [MailChimp for WordPress knowledge base](https://mc4wp.com/kb/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=faq) for more detailed documentation. == Other Notes == #### Support Use the [WordPress.org plugin forums](https://wordpress.org/support/plugin/mailchimp-for-wp) for community support where we try to help all of our users. If you found a bug, please create an issue on Github where we can act upon them more efficiently. If you're a premium user, please use the email address inside the plugin for support as that will guarantee a faster response time. Please take a look at the [MailChimp for WordPress knowledge base](https://mc4wp.com/kb/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=description) as well. #### Add-on plugins There are several [add-on plugins for MailChimp for WordPress](https://mc4wp.com/add-ons/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=description), which help you get even more out of your site. #### Translations The plugin is translated using Transifex. If you want to help out, please head over to the [translation project on Transifex](https://www.transifex.com/projects/p/mailchimp-for-wordpress/). #### Development MailChimp for WordPress is being developed on GitHub. If you want to collaborate, please look at [ibericode/mailchimp-for-wordpress](https://github.com/ibericode/mailchimp-for-wordpress). #### Customizing the plugin MailChimp for WordPress comes with many filter & action hooks which allow you to modify the default plugin behavior. We're also maintaining a [collection of common code snippets for MailChimp for WordPress](https://github.com/ibericode/mc4wp-snippets). == Screenshots == 1. Create beautiful sign-up forms that blend in with your theme. 2. Integrate with any other plugin out there. 3. Add a highly converting top bar form to your site. 4. Style your form with our Styles Builder (premium feature). 5. Integrate your WooCommerce store with MailChimp (premium feature). 6. Dive into detailed sign-up statistics (premium feature). == Changelog == #### 4.1.12 - December 11, 2017 **Fixes** - Ninja Forms double opt-in setting was incorrectly inversed. **Improvements** - Simplified form processing & notice logic. - Prevent 404 errors by proactively replacing lowercased `name="name"` input attributes. - Updated JavaScript dependencies. **Additions** - Integration for AffiliateWP. #### 4.1.11 - November 2, 2017 **Fixes** - Filter out empty array values when overriding selected MailChimp lists via `_mc4wp_lists`. **Improvements** - Updated JavaScript dependencies. **Additions** - Link to the [HTML Forms](https://www.htmlforms.io/) from the plugin settings pages. #### 4.1.10 - October 19, 2017 **Improvements** - Remove unused options from Ninja Forms integration. - Now logging all sign-ups from Ninja Forms integrations when using [MailChimp for WordPress Premium](https://mc4wp.com/premium-features/). **Additions** - Added Gravity Forms integration. You can now integrate with Gravity Forms by adding the "MailChimp" field to your forms. #### 4.1.9 - September 19, 2017 **Improvements** - Add `