Skip to content

Instantly share code, notes, and snippets.

@prateekkalra
Created June 10, 2018 08:49
Show Gist options
  • Save prateekkalra/a858930c0955576892a8aa400a18b472 to your computer and use it in GitHub Desktop.
Save prateekkalra/a858930c0955576892a8aa400a18b472 to your computer and use it in GitHub Desktop.
<script src="selection.min.js"></script>
<script>
var selection = new Selection();
selection.config({
facebook: true,
twitter: true,
search:true,
copy:true,
speak:true,
backgroundColor: 'crimson',
iconColor: '#fff',
}).init();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment