Skip to content

Instantly share code, notes, and snippets.

@drmzio
Created December 1, 2021 17:18
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 drmzio/d312ff01916d0066d1d715d830558bbf to your computer and use it in GitHub Desktop.
Save drmzio/d312ff01916d0066d1d715d830558bbf to your computer and use it in GitHub Desktop.
<script type="text/javascript">
window.$widget = window.$widget || {};
window.WIDGET_SITE_ID = 'xxx-xxx-xxx-xxx';
(function(w, d) {
var s = d.createElement('script');
s.defer = true;
s.src = '//www.widgetscripts.com/embed.js';
d.getElementsByTagName('head')[0].appendChild(s);
})(window, document);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment