Skip to content

Instantly share code, notes, and snippets.

@cornernote
Created May 28, 2019 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cornernote/dc41583bc03350fdd38908f8fabb1489 to your computer and use it in GitHub Desktop.
Save cornernote/dc41583bc03350fdd38908f8fabb1489 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">
function showMailingPopUp() {
window.dojoRequire(["mojo/signup-forms/Loader"], function (L) {
L.start({
"baseUrl": "mc.us19.list-manage.com",
"uuid": "f135c2db40c105c2927c91ba0",
"lid": "a0227cec63",
"uniqueMethods": true
});
});
document.cookie = 'MCPopupClosed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;';
document.cookie = 'MCPopupSubscribed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;';
}
</script>
<a onclick="showMailingPopUp()">click me</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment