Make your sharing widget! Sharrre is originally a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more. This is the Mootools version More information on [Sharrre] (http://sharrre.com/#demos)
new Sharrre('sharrre',{
share: {
googlePlus: true,
facebook: true,
twitter: true
},
url: 'http://sharrre.com'
});
window.addEvent('domready',function() { new Sharrre('demo1',{ share: { googlePlus: true, facebook: true, twitter: true, delicious: true }, buttons: { googlePlus: {size: 'tall'}, facebook: {layout: 'box_count'}, twitter: {count: 'vertical'}, delicious: {size: 'tall'} }, onHover: function(api, options){ $(api.element).getElement('.buttons').show(); }, onHide: function(api, options){ $(api.element).getElement('.buttons').hide(); } }); });See example on [official website] (http://sharrre.com/#demos)
Mootools 1.4
jQuery Version
Mootools Version
- [Sebastian]