Skip to content

Instantly share code, notes, and snippets.

@mak00s
Created September 6, 2018 00:12
Show Gist options
  • Save mak00s/884fc489972d0e858842a8ba853d720e to your computer and use it in GitHub Desktop.
Save mak00s/884fc489972d0e858842a8ba853d720e to your computer and use it in GitHub Desktop.
<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet"/>
<script>
(function() {
var gtm = window.google_tag_manager[{{Container ID}}];
var el = document.createElement('script');
el.async = true;
el.src = 'https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js';
el.addEventListener('load', function() {
gtm.onHtmlSuccess({{HTML ID}});
});
document.head.appendChild(el);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment