Skip to content

Instantly share code, notes, and snippets.

@RockyMyx
Last active December 23, 2015 19:19
Show Gist options
  • Save RockyMyx/6681595 to your computer and use it in GitHub Desktop.
Save RockyMyx/6681595 to your computer and use it in GitHub Desktop.
JavaScript: AddThis.js
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-524142667f2b8f48"></script>
<script type="text/javascript">
//Go to http://www.addthis.com/get/smart-layers to customize -->
addthis.layers({
'theme': 'transparent',
'share': {
'position': 'left',
'numPreferredServices': 5
},
'whatsnext': {},
'recommended': {}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment