Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.47 KB

README.md

File metadata and controls

63 lines (52 loc) · 1.47 KB

Sharrre Plugin Mootools Version

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)

Usage

new Sharrre('sharrre',{
share: {
  googlePlus: true,
  facebook: true,
  twitter: true
},
url: 'http://sharrre.com'

});

Example

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)

Dependencies

Mootools 1.4

Author

jQuery Version

Mootools Version

  • [Sebastian]