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.
Set a CSS class to the element that matches a template.
Set a data-jqss-price-selector data attribute to get the price from another element.
$(function () {
$.fn.jqss.templates['custom'] = 'https://custom.com?u={{URL}}&t={{TITLE}}';
$(".social-container a").jqss({
url:'https://github.com/pnmcosta/jquery-socialshare'
});
});