🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

sharing.jquery.js is a minimalist jQuery social sharing plugin which allows to easily share your links on various social networks.

social-share

Documentation

sharing.jquery.js

Simple jQuery based sharing library. Currently supported social networks: Facebook, Twitter, Pinterest, Google+, Linkedin

Usage example:

HTML

<a href="http://www.mywebsite.com" class="tw-share">Share on Twitter</a> <a href="http://www.mywebsite.com" class="fb-share">Share on Facebook</a> <a href="http://www.mywebsite.com" class="pt-share">Share on Pinterest</a> <a href="http://www.mywebsite.com" class="ln-share">Share on LinkedIn</a> <a href="http://www.mywebsite.com" class="gp-share">Share on Google+</a>

Javascript:

$(".tw-share").sharing("twitter"); $(".fb-share").sharing("facebook"); $(".pt-share").sharing("pinterest"); $(".ln-share").sharing("linkedin"); $(".gp-share").sharing("googleplus");

Author: Jiri Spacek, 2016


You May Also Like