This section describes how to install the plugin and get started using it.
Version 2.3
- Unzip our archive and upload the entire
mailchimp directory to your /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to Options and look for "MailChimp Setup" in the menu at the top
- Enter your MailChimp Username & Password and let the plugin verify them
- Select One of your lists to have your visitors subscribe to.
- (optionally) Turn on or off the Monkey Rewards option
- (optionally) Turn your Merge Vars and Interest Groups
on and off
- Finally, go to Presentation->Widgets and enable the
MailChimp widget
- And you are DONE!
Version 2.5+
- Unzip our archive and upload the entire
mailchimp directory to your /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to Settings and look for "MailChimp Setup" in the menu
- Enter your MailChimp Username & Password and let the plugin verify them
- Select One of your lists to have your visitors subscribe to.
- (optionally) Turn on or off the Monkey Rewards option
- (optionally) Turn your Merge Vars and Interest Groups
on and off
- Finally, go to Manage->Widgets and enable the
MailChimp widget
- And you are DONE!
Advanced
If 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 adding it inside a php code block, pop this in:
mailchimpSF_display_widget();
Or, if you are dropping it in between a bunch of HTML, use this:
<?php mailchimpSF_display_widget(); ?>
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/