Display a signup form for any Mail Chimp email list in your WordPress site.
This is a simple plugin that will allow you to display a signup form for any of your Mail Chimp email lists on your WordPress website. Signup forms can be displayed using a widget, short code, or template tag.
With only a couple of settings, the plugin is extremely easy to use.
Installation is simple.
There are two ways you install the plugin:
1. Upload the .zip file you downloaded from Code Canyon via the WordPress plugin installer:
2. Upload the "mailchimp-signup" folder to your WordPress wp-content/plugins/ directory via FTP.
Once the plugin is installed and activated, click on Settings > Mail Chimp. Here you will need to enter your Mail Chimp API key and your Client ID. Instructions for finding these in your Mail Chimp account are below.
Finding your API key:
Signup forms can be displayed on your site in sevarl different ways:
Instructions for using each method are below.
Using the Mail Chimp Signup widget:
Using the Included Short Code:
The short code can be used to display the signup form within the content of any post, page, or custom post type. The short code takes several paramters:
The short code for a form that reloads the same page upon successful subscription, looks like this:
[mailchimp list="1" message="Thanks for subscribing"]
The short code for a form that redirects to a custom page after subscription, looks like this:
[mailchimp list="1" redirect="http://yoursite.com/thanks"]
The exact short code you need to use for any email list can be found on the settings page: Settings > Mail Chimp.
Using the Template Tag:
If you want add the signup form directly to your theme's template files, you can do that using the included template tag.
The template tag looks like this:
pmc_mc_form($redirect, $list_id, $message)
To show a signup form that redirects back to the current page, and shows a message (other than default), you can use this:
echo pmc_mc_form('', 1, 'You have been subscribed!');
To show a signup form that redirects to a custom URL, use this:
echo pmc_mc_form('http://yourcustomurl.com/thanks', 1, 'You have been subscribed!');
To obtain support for this plugin, please use use the support forums located at: http://support.pippinsplugins.com/
You may also submit a support ticket via http://pippinsplugins.ticksy.com