{"_id":"sharrre","_rev":"2-753303bd50f82bd76a8e0e803d30b477","name":"sharrre","description":"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.","dist-tags":{"latest":"2.0.1"},"versions":{"2.0.0":{"name":"sharrre","version":"2.0.0","description":"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.","author":{"name":"Julien Hany"},"devDependencies":{"grunt":"","grunt-cli":"","grunt-contrib-watch":"","grunt-contrib-uglify":"","grunt-contrib-copy":"","grunt-sass":"","bower":""},"gitHead":"00a9bab722e5e8c01983e9a221abb6782381e53d","_id":"sharrre@2.0.0","_npmVersion":"5.4.0","_nodeVersion":"8.4.0","_npmUser":{"name":"xeoneux","email":"xeoneux@icloud.com"},"dist":{"integrity":"sha512-zt43QBXpu7pIToO75ZDpFh5BhYANy4Th9pqJbc/4NPZ0HFhHqGJ7SQ4a7R8OJuxveVUJ78HXTkSeC27LieVRJg==","shasum":"6873ed87886b5710d94bad6f2eb14812540e39ea","tarball":"https://registry.npmjs.org/sharrre/-/sharrre-2.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHo0Qmkz4w5j7PyEeULLtbUze9kOmmQN14yAt6sOAj9rAiBMmQiiwV/HUwkBjIovbnyLv6c8hQmMlKXe41Ipf4EDSQ=="}]},"maintainers":[{"name":"xeoneux","email":"xeoneux@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sharrre-2.0.0.tgz_1504597987366_0.37062475271523"}},"2.0.1":{"name":"sharrre","version":"2.0.1","description":"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.","author":{"name":"Julien Hany"},"repository":{"type":"git","url":"git+https://github.com/Julienh/Sharrre.git"},"devDependencies":{"grunt":"","grunt-cli":"","grunt-contrib-watch":"","grunt-contrib-uglify":"","grunt-contrib-copy":"","grunt-sass":"","bower":""},"gitHead":"00a9bab722e5e8c01983e9a221abb6782381e53d","bugs":{"url":"https://github.com/Julienh/Sharrre/issues"},"homepage":"https://github.com/Julienh/Sharrre#readme","_id":"sharrre@2.0.1","_npmVersion":"5.4.0","_nodeVersion":"8.4.0","_npmUser":{"name":"xeoneux","email":"xeoneux@icloud.com"},"dist":{"integrity":"sha512-DK/CDfzBIOjIB/NKjiagm3NdAkRpj0n0rU4l0GcI3Pls5ouB1gLhIno4ADCRL6r8OArDRs+6xRkoHNuwNEnNdg==","shasum":"0a626bfa957fb369283010256956eca3c7ad7e49","tarball":"https://registry.npmjs.org/sharrre/-/sharrre-2.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBSgDTYYmwdlPuRXtN3NqI+jCqytt74Olkznw5Kc/Mr6AiA1+y3/zdk8B+ovqnHfPLmb7Tu/q/W0nM+mL/MwmPbKtw=="}]},"maintainers":[{"name":"xeoneux","email":"xeoneux@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sharrre-2.0.1.tgz_1504598818934_0.2785745426081121"}}},"readme":"# jQuery Sharrre Plugin\nMake 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)\n\n# Supported platforms\n* Delicious\n* Facebook\n* Google+\n* LinkedIn\n* Pinterest\n* Stumbleupon\n* Twitter Share + Follow ([See counter alternatives](doc/twitter-counter.md))\n* Reddit\n* Tumblr\n\n# Installing\n\nYou can use the jquery.sharrre.min.js file, all platforms are included in it.\n\nIf you want a smaller file and only use a limited number of social network, you can use these files from the src/js folder :\n* jquery.sharre.js\n* platform/platform.js\n\nAfter that you can choose which platform you need and load them in your project.\n\n# Usage\n\n```javascript\n$('#sharrre').sharrre({\n    share: {\n        googlePlus: true,\n        facebook: true,\n        twitter: true\n    },\n    url: 'http://sharrre.com'\n});\n```\n\n# Example\n**HTML**\n\n```html\n<div id=\"demo1\" data-title=\"sharrre\" data-url=\"http://sharrre.com\" ></div>\n```\n\n**JS**\n\n```javascript\n$(document).ready(function(){\n    $('#demo1').sharrre({\n        share: {\n            googlePlus: true,\n            facebook: true,\n            twitter: true,\n            delicious: true\n        },\n        buttons: {\n            googlePlus: {size: 'tall'},\n            facebook: {layout: 'box_count'},\n            twitter: {count: 'vertical'},\n            delicious: {size: 'tall'}\n        },\n        hover: function(api, options){\n            $(api.element).find('.buttons').show();\n        },\n        hide: function(api, options){\n            $(api.element).find('.buttons').hide();\n        }\n    });\n});\n```\n\nSee example on [official website](http://sharrre.com/#demos)\n\n# Dependencies\n* jQuery 1.7\n* Registration at [OpenShareCount](http://opensharecount.com) is mandatory if you want to get Twitter share counts via OpenShareCount (now that Twitter is no longer providing them)\n\n# Author\n- [Julien Hany](http://hany.fr)\n- [Twitter (@_JulienH)](http://twitter.com/_JulienH)\n- [Google+](http://plus.google.com/111637545317893682325)\n\n# Contributing\n\nAny help is welcome, if you want some infos on how contribute, see the [CONTRIBUTORS.md](CONTRIBUTORS.md) file.\n\n# License \n\nThe project is distributed under the MIT License","maintainers":[{"name":"xeoneux","email":"xeoneux@icloud.com"}],"time":{"modified":"2022-05-17T16:33:13.006Z","created":"2017-09-05T07:53:08.477Z","2.0.0":"2017-09-05T07:53:08.477Z","2.0.1":"2017-09-05T08:06:59.395Z"},"author":{"name":"Julien Hany"},"readmeFilename":"README.md","homepage":"https://github.com/Julienh/Sharrre#readme","repository":{"type":"git","url":"git+https://github.com/Julienh/Sharrre.git"},"bugs":{"url":"https://github.com/Julienh/Sharrre/issues"}}