Skip to content

Instantly share code, notes, and snippets.

@lucjan
Created October 25, 2012 14:06
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 lucjan/3952747 to your computer and use it in GitHub Desktop.
Save lucjan/3952747 to your computer and use it in GitHub Desktop.
GD website developer page gist
<script>
window.gdLoaded = function(gd) {
gd.init({
staticHost: 'https://static-files.globaldawn.com'
}).then(function() { /* your event handlers */ });
};
</script>
<script src="https://static-files.globaldawn.com/js/gd-sdk-bootstrap.js"></script>
<div data-gd-plugin="all-login"></div>
<div data-gd-plugin="all-public-share"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment