Skip to content

Instantly share code, notes, and snippets.

@estevanmaito
Last active March 22, 2019 21:39
Show Gist options
  • Save estevanmaito/ee5fe496f59a115b671949cb32a393e1 to your computer and use it in GitHub Desktop.
Save estevanmaito/ee5fe496f59a115b671949cb32a393e1 to your computer and use it in GitHub Desktop.
The complete API of Sharect.
<script src="sharect.min.js"></script>
<script>
var sharect = new Sharect();
sharect.config({
facebook: true,
twitter: true,
twitterUsername: '@estevanmaito',
backgroundColor: '#ff4081',
iconColor: '#fff',
selectableElements: ['p', '.header', 'blockquote']
}).init();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment