Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Created May 27, 2015 16:14
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 dangerouse/0ca0efd9b727d6badce4 to your computer and use it in GitHub Desktop.
Save dangerouse/0ca0efd9b727d6badce4 to your computer and use it in GitHub Desktop.
CloudSponge Widget Reference - Universal Snippet Include
<script>
// Asynchronously include the widget library.
// TODO: replace YOUR_WIDGET_SCRIPT with your widget script
(function(u){
var d=document,s='script',a=d.createElement(s),m=d.getElementsByTagName(s)[0];
a.async=1;a.src=u;m.parentNode.insertBefore(a,m);
})('//api.cloudsponge.com/widget/YOUR_WIDGET_SCRIPT.js');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment