Allows users to subscribe/unsubscribe from multiple MailChimp lists with Twitter-like user interface.
Admin can specify which MailChimp lists should be available for subscription and assign custom descriptions for them.
Communication with MailChimp is based on MCAPI mini v1.3 downloaded from
here
The user interface is based on CSS3 stylesheet created by
Tim Hudson here.
Note: Plugin is compatible with most modern browsers: Chrome (all versions), Firefox >=3.5, Safari >=1.3, Opera >=6, Internet Explorer >=8
- Upload the plugin folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Set your MailChimp API Key in "Settings" page and fetch available lists.
- Choose which MailChimp Lists you want to enable for user's subscription.
- Add user interface to your site by either using MultiMailChimp widget or shortcode [mmc-display-lists]
Note: You must have a call to wp_head() in your template in order for the JS plugin files to work properly. If your theme does not support this you will need to link to these files manually in your theme (not recommended).