motopress / another-mailchimp-widget

Let users sign up for your MailChimp lists and groups via subscription form.

Home Page:https://wordpress.org/plugins/another-mailchimp-widget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This WordPress plugin lets your users sign up for your Mailchimp lists and groups via subscription form added through widget or shortcode.

Getting started

  1. You can clone the GitHub repository: https://github.com/motopress/another-mailchimp-widget.git.
  2. Or download it directly as a ZIP file: https://github.com/motopress/another-mailchimp-widget/archive/master.zip.
  3. If you want to use the latest release with your WordPress site, get the latest release from the WordPress.org plugins repository.
  4. Install and activate the plugin through the "Plugins" menu in WordPress.
  5. Enter a valid Mailchimp API key on the Settings > Mailchimp page.
  6. Drag the widget into your sidebar from the Appearance > Widgets menu in WordPress or add subscription form via shortcode to any page or post.
  7. Select a mailing list and configure options.

Shortcode

[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." ]

Shortcode attributes

  • 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.

Support

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.

Contributions

Anyone is welcome to contribute.

About

Let users sign up for your MailChimp lists and groups via subscription form.

https://wordpress.org/plugins/another-mailchimp-widget/


Languages

Language:PHP 94.7%Language:JavaScript 4.9%Language:Less 0.4%