Skip to content

Instantly share code, notes, and snippets.

@estevanmaito
Created February 5, 2020 17:58
Show Gist options
  • Save estevanmaito/891900e8b883309ccd2f3abe85d60fbf to your computer and use it in GitHub Desktop.
Save estevanmaito/891900e8b883309ccd2f3abe85d60fbf to your computer and use it in GitHub Desktop.
The complete API of Sharect 2.0
<script src="https://unpkg.com/sharect@2.0.0/dist/sharect.js"></script>
<script>
Sharect.config({
facebook: true,
twitter: true,
twitterUsername: 'estevanmaito',
backgroundColor: '#C53364',
iconColor: '#fff',
selectableElements: ['p']
}).init();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment