Pop up MailChimp

  • Unknown's avatar

    My pop up MailChimp is not working suddenly, it changes the code with the following text: ‘true’ isDebug=’false’]

    The blog I need help with is: (visible only to logged in users)

  • @mindfulmagi if you still need help with this, can you send the code you’re using?

    You’ll need to use the “code” button before and after the script. Thanks!

  • Unknown's avatar

    thanks for replying.

    here is the code prior to automatic alteration:

    <script type=”text/javascript” src=”//downloads.mailchimp.com/js/signupt-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us16.list-manage.com”,”uuid”:”d6aba38c25ba7d954656057d3″,”lid”:”4f138ce9d5″}) })</script>

    and after:

    //downloads.mailchimp.com/js/signupt-forms/popup/embed.jsrequire([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us16.list-manage.com”,”uuid”:”d6aba38c25ba7d954656057d3″,”lid”:”4f138ce9d5″}) })

    thanks:)

  • Thanks, normally it should get converted to this instead:

    [mailchimp_subscriber_popup baseUrl='mc.us16.list-manage.com' uuid='d6aba38c25ba7d954656057d3' lid='4f138ce9d5' usePlainJson='true' isDebug='false']

    I was able to convert it manually for you and add that. Let us know if you have more questions.

  • The topic ‘Pop up MailChimp’ is closed to new replies.