• Resolved Blogger

    (@rui-oliveira)


    Hi,

    I am trying to insert a Mailchimp Pop Up on my WP Blog.

    I just want it to run in this post: https://www.conselhosfinanceiros.com/bitcoin-o-que-e-como-funciona/

    However, I’ve tried several things but it does not work.

    The mailchimp code is this one.

    <script type=”text/javascript” src=”//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.us9.list-manage.com”,”uuid”:”ad06b306cd3c3f5bf6c04e541″,”lid”:”2af416d82d”}) })</script>

    Can you tell me what can I do? Or what I am doing bad?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WraithKenny

    (@wraithkenny)

    This plugin wasn’t designed for that purpose, but if you want to, you can do the following

    1. In the scripts area, close the script tag
    2. insert your html,
    3. Reopen the script tag (to prevent unbalanced tags in the source code)

    
    </script>
    
    <!-- Your snippet here. -->
    
    <script>
    

    That’ll create two unused (empty) script tags but it won’t cause any errors.

    (A future version of this plugin will support arbitrary tags, but as it’s a free plugin developed during my off-hours, I have a hard time finding time.)

Viewing 1 replies (of 1 total)
  • The topic ‘Script that is not working’ is closed to new replies.