Adding newsletter pop-up with Mailchimp

I’ve already created and added opt-ins to my contact form and in my site’s checkout, but I’d like to add Mailchimp’s pop-up, and embed it in on my site.

I created the form via Mailchimp, and plugged the code in in the js portion of my home page, but it does not appear to pop-up.

Any help?

An alternative solution could be to install the convertplug plugin. You can create the pop-up with that and embed a mailchimp form.

Hello,

Thank you for writing in!

You can add your script code like this example code at your theme child`s functions.php

add_action('wp_head','mailchimp_script');
function mailchimp_script() { 
?>

<?php 
}
Let me know if it worked :)

Hi John- where would I plug this code in? I’m quite new to website building/themes! I may just use a plug in, but don’t want to bog down our site with too many plugins.

Hmm, I can’t find that plugin. Can you send a link to it, or one that’s similar?

Hi There,

Please use ConvertPlug addon to achieve that.

Hope it helps

Found the plugin, thanks so much! Ideas on how to input my Mailchimp JS code into this? Or can I connect MailChimp with ConvertPlug?

Hi there,

There is no need to add MailChimp JS, just install MailChimp extension at Admin > ConverPlug > Addons, then create your campaign. Please check this https://www.convertplug.com/mailchimp-wordpress-popup-plugin/

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.