This WordPress plugin lets your users sign up for your Mailchimp lists and groups via subscription form added through widget or shortcode.
- You can clone the GitHub repository:
https://github.com/motopress/another-mailchimp-widget.git
. - Or download it directly as a ZIP file:
https://github.com/motopress/another-mailchimp-widget/archive/master.zip
. - If you want to use the latest release with your WordPress site, get the latest release from the WordPress.org plugins repository.
- Install and activate the plugin through the "Plugins" menu in WordPress.
- Enter a valid Mailchimp API key on the
Settings > Mailchimp
page. - Drag the widget into your sidebar from the
Appearance > Widgets
menu in WordPress or add subscription form via shortcode to any page or post. - Select a mailing list and configure options.
[mp-mc-form list="list_id/group_id" button="Subscribe" email_text="Your E-mail" first_name_text="First Name" last_name_text="Last Name" placeholder="true" firstname="false" lastname="false" success="Thank you for joining our mailing list." failure="There was a problem processing your submission." ]
list
- Mailchimp list_id or list_id/group_id if you want to subscribe to specific group. To subscribe to several lists and groups separate them by comma.button
- button label.email_text
- label of the email address field.first_name_text
- label of the first name field.last_name_text
- label of the last name field.placeholder
- true or false; set true to display labels as placeholders.firstname
- true or false; set true if first name is required.lastname
- true or false; set true if last name is required.success
- success message.failure
- failure message.
This is a developer's portal for Another Mailchimp Widget and should not be used for support. Please visit the support page if you need to submit a support request.
Anyone is welcome to contribute.