Skip to content

The final social share plugin in plain javascript

Notifications You must be signed in to change notification settings

fusenlabs/socialsharer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Sharer

The final social share module

Demo

Go to the demo page

Features

  • Simple and ligthing 10k share plugin
  • Plain js module, you can use it with whaterever framework
  • No dependencies
  • Themes support customizable
  • SVG support

Install

npm install socialsharer

Usage

It's so simple

Share(
  document.querySelector('#social'),
  {
    url: 'http://www.nytimes.com/',
    networks: ['tw', 'fb', 'in']
  }
);

Themes

License

MIT

About

The final social share plugin in plain javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published