Capture your visitor's email address and subscribe them to your newsletter campaign with this simple Mailchimp widget plugin!
This plugin registers a custom WordPress widget called Mailchimp by ProteusThemes. This widget will allow you to connect to your Mailchimp account with your API key and you will be able to select the list you want your visitors to subscribe to.
This widget can be used for all sorts of things, like: newsletter, lead capture, email sequence, and much more!
The Widget will output an email input field and a submit button, that’s all you need to capture your visitor’s email address. Main idea behind this plugin is that’s easy and simple to use.
Do you want to contribute?
Please refer to the official GitHub repository of this plugin.
From your WordPress dashboard
From WordPress.org
Once the plugin is activated you will find the widget (Mailchimp by ProteusThemes) in Appearance -> Widgets or in your page builder, if it supports widgets
You can do that easily with a help of custom WP filter. Please add this code to your theme:
add_filter( 'pt-mcw/disable_frontend_styles', '__return_true' );
You can change it with a help of custom WP filter. Please add this code to your theme and change the texts to your liking:
function pt_mcw_form_texts() { return array( 'email' => esc_html__( 'Your E-mail Address', 'pt-mcw' ), 'submit' => esc_html__( 'Subscribe!', 'pt-mcw' ), ); } add_filter( 'pt-mcw/form_texts', 'pt_mcw_form_texts' );
Release Date – 25 September 2017
Release Date – 10 August 2017
Release Date – 21 July 2017
Release Date – 3 July 2017