The final social share module
Go to the demo page
- Simple and ligthing 10k share plugin
- Plain js module, you can use it with whaterever framework
- No dependencies
- Themes support customizable
- SVG support
npm install socialsharer
It's so simple
Share(
document.querySelector('#social'),
{
url: 'http://www.nytimes.com/',
networks: ['tw', 'fb', 'in']
}
);
MIT