Description:
sharect.js is a lightweight, zero-dependency JS library that converts any selected text into shareable quotes, which are allowed to share on Twitter and/or Facebook, as you seen in Medium.com.
Install the Sharect via NPM:
Basic usage:
Import the minified version of the sharect library into your html document.
1 | <script src="dist/sharect.min.js"></script> |
Initialize the sharect to make all your text within the document shareable.
1 | var sharect = new Sharect(); |
Enable / disable Twitter & Facebook shareing:
4 | twitterUsername: '@jqueryscript' |
Set the background & icon colors:
2 | backgroundColor: '#333', |
Changelog:
v1.0.2 (12/06/2018)
Author: estevanmaito
License: MIT
Demo: Link
Download: Github
Like this:
Like Loading...
JavaScript MIT License