jQuery Plugin For Animated Flat Social Buttons with Share Count
File Size: | 14.2 KB |
---|---|
Views Total: | 9863 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
A lightweight social media plugin used to create popular social media share buttons with share count on your web page.
How to use it:
1. Include jQuery JS library and the jQuery Awesome Sosmed Share Button plugin's CSS and JS files in your web page.
<link href="style-sosmed-button.css" rel="stylesheet"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="jquery.awesome-sosmed-share-button.min.js"></script>
2. Include Font Awesome 4 for social media icons.
<link href="font-awesome.min.css" rel="stylesheet">
3. Create a container to display all social buttons. The plugin currently supports google, facebook, pinterest, linkedin, twitter, email, whatsapp, telegram, line, bbm, viber, sms.
<div class="anu" data-ayoshare="url-to-share"></div>
4. Active the plugin and enable/disable social networking services:
$(".anu").ayoshare({ counter: false, button: { google: false, stumbleupon: false, facebook: false, linkedin: false, pinterest: false, bufferapp: false, reddit: false, vk: false, pocket: false, twitter: false, digg: false, email: false, whatsapp: false, telegram: false, viber: false, line: false, bbm: false, sms: false } });
Change logs:
2017-07-29
- v17
2017-03-09
- added counter option
2017-02-09
- add sms
2017-01-13
- fix https mode
2016-11-25
- added digg
2016-11-13
- change API opengraph.io to YQL
v15 (2016-11-03)
- added Line.
- Update ayoshare.css
- Update ayoshare.js
- Add dynamic open graph internal & external url
2016-10-20
- v14: add whatsapp, telegram, viber & email
2016-09-22
- v13: Facebook API v2.7
2016-04-27
- v12
2016-02-12
- add option url static or dynamic
- displays in several div based on the url specified
2016-02-07
- add option, add vk and pocket
2016-02-02
- JS update.
2015-06-30
- fix facebook share count
2015-04-25
- update JS.
2015-04-13
- fixed bug
2015-04-04
- Update ibacor_share.min.js
2015-04-02
- create popup windows
2015-03-11
- share count g+ and stumbleupon
- add bufferapp
2015-02-15
- update.
2015-02-13
- custom style.
- add google+ with count. requires google.php
This awesome jQuery plugin is developed by bachors. For more Advanced Usages, please check the demo page or visit the official website.