Embed Mailchimp popup form
Hello, I am trying to embed this Mailchimp popup form code on my blog html, this is the code:
<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.us15.list-manage.com","uuid":"bfa5e8ba5a86b07a25c947301","lid":"11cd403d76"}) })</script>
I was trying to add between <header> </header> but the header of my blog disappers. Is there any kind of incompatibility?
Comments