The first part of the code that is between the <script> tags has to be added before the
</head> tag. For that, go to Voog menu Settings > Site and paste the code that is between the first <script> tags into the Header code field and don’t forget to Save.
Example of the first part of the code that goes to your Header code field:
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
The second part of the code (between the second <script> tags) has to be added before the </body> tag.
Example of the second part of the code that has to be inserted into External tracking code field or into a Text content area, using the video or code button on the text toolbar:
<script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us13.list-manage.com","uuid”:”00000000000000”,”lid":"00000000”}) })</script>
If you want the pop-up form to be displayed on only one page, you’ll have to paste the second part of the code into a Text content area. Click on the video or code button on the text toolbar, paste the code, and select 'Insert'.
If you want the popup to be displayed on all of your pages then it is easier to go to Voog menu Settings > Site and paste the second part of your code into the External tracking code field. Don’t forget to Save and you are all good!