Skip to content

Make your sharing widget! Sharrre is a originally 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

Notifications You must be signed in to change notification settings

getriebesand/Sharrre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Make your sharing widget! Sharrre is a originally 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.1%
  • PHP 9.9%