Pasting code into widget

  • Unknown's avatar

    Hello, I am trying to add code to my blog which will allow for a mail chip pop up to capture email details. Every time I paste, the code comes up false. I can’t save the code I am pasting and the pop up does not work. The code is:

    <script type=’text/javascript’ src=’//s3.amazonaws.com/downloads.mailchimp.com/js/signup-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.us12.list-manage.com’,’uuid’:’d4bb3af1cfe9fc03d041e6b65′,’lid’:’551973feb3′}) })</script>

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

  • Unknown's avatar

    Hi! Using javascript is not allowed for security reasons. You can use HTML, though. You can read about it here:

    Add Code to Your Site

  • The topic ‘Pasting code into widget’ is closed to new replies.