Skip to content
forked from Julienh/Sharrre

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.

Notifications You must be signed in to change notification settings

aslauris/Sharrre

This branch is 62 commits behind Julienh/Sharrre:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 27, 2013
4ce818e · Sep 27, 2013

History

25 Commits
Sep 3, 2012
Mar 15, 2012
Sep 27, 2013
Sep 27, 2013
Feb 13, 2013

Repository files navigation

jQuery Sharrre Plugin

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more. More information on [Sharrre] (http://sharrre.com/#demos)

Usage

$('#sharrre').sharrre({
share: {
  googlePlus: true,
  facebook: true,
  twitter: true
},
url: 'http://sharrre.com'

});

Example

$(document).ready(function(){ $('#demo1').sharrre({ share: { googlePlus: true, facebook: true, twitter: true, delicious: true }, buttons: { googlePlus: {size: 'tall'}, facebook: {layout: 'box_count'}, twitter: {count: 'vertical'}, delicious: {size: 'tall'} }, hover: function(api, options){ $(api.element).find('.buttons').show(); }, hide: function(api, options){ $(api.element).find('.buttons').hide(); } }); });

See example on [official website] (http://sharrre.com/#demos)

Dependencies

jQuery 1.7

Author

About

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.

Resources

Stars

Watchers

Forks

Packages

No packages published