Sharer.js is a lightweight vanilla JavaScript library for creating custom social sharing controls on website elements. It works without jQuery, frameworks, or external runtime dependencies. Developers configure each control through HTML data attributes that define the service, URL, title, popup size, and other platform-specific values. The library supports more than 20 social networks, messaging services, blogging platforms, and bookmarking tools. It can open sharing popups, behave as a regular link, or launch links in a new browser tab. Sharer.js is available through npm, downloadable minified files, and public CDNs. Its manual initialization API also supports buttons added dynamically after the page has loaded.
Features
- Support for more than 20 sharing services
- Dependency-free vanilla JavaScript implementation
- HTML data attribute configuration
- Custom popup dimensions and link behavior
- Dynamic event binding for new elements
- npm, local script, and CDN installation