jQuery Social Share

Minimalist social sharing jQuery plugin, use any styles, themes, buttons or links. Includes templates and callbacks for popup `open` and `close` events.

This demo uses the Zocial CSS social buttons and Bootstrap for presentation purposes, these are not required and you can use the plugin without them.

Full documentation on GitHub's readme.

Demo 1

Set a CSS class to the element that matches a template.

Share with Amazon Wish List Share with Blogger Share with Buffer Share with Delicious Share with Digg Share with Evernote Share with Google+ Share with LinkedIn Share with Pinterest Share with Pocket Share with Quora Share with Reddit Share with StumbleUpon Share with Tumblr
Share with a custom template

Demo 2

Set a data-jqss-price-selector data attribute to get the price from another element.

Our Price: 10.20
Share with Amazon

Javascript used in these demos

$(function () {
    $.fn.jqss.templates['custom'] = 'https://custom.com?u={{URL}}&t={{TITLE}}';

    $(".social-container a").jqss({
        url:'https://github.com/pnmcosta/jquery-socialshare'
    });
});