The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list.
This section describes how to install the plugin and get started using it.
mailchimp directory to your /wp-content/plugins/ directoryon and offMailChimp Widget widget into one of your Widget AreasIf you have a custom coded sidebar or something else special going on where you can't simply enable the widget through the WordPress GUI, all you need to do is:
If you are using WordPress v2.8 or higher, you can use the short-code:
[mailchimpsf_form]
If you are adding it inside a php code block, pop this in:
mailchimpSF_signup_form();
Or, if you are dropping it in between a bunch of HTML, use this:
<?php mailchimpSF_signup_form(); ?>
Where ever you want it to show up.
Note: in some environments you will need to install the Exec_PHP plugin to use that method of display. It can be found here: http://wordpress.org/extend/plugins/exec-php/
Requires: 2.8 or higher
Compatible up to: 3.5.1
Last Updated: 2013-4-1
Downloads: 462,674
9 of 56 support threads in the last two months have been resolved.
Got something to say? Need help?