List Social Accounts And Share Any Page - social
File Size: | 497 KB |
---|---|
Views Total: | 1939 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

social is a jQuery Plugin for list Social accounts or share any page with 46 icons.
How to use (List Profile):
1. Include jQuery, CSS and other files:
<link rel="stylesheet" href="/assets/stylesheets/arthref.min.css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script src="/assets/javascripts/socialProfiles.min.js"></script>
2. Initialize the variables
$('.clickable').socialProfiles({ email: '[email protected]', facebook: 'tolgaergin', twitter: 'tolgaergin', pinterest: 'tolga', dribbble: 'bbb', skype: 'tolgaergin.com' });
3. Markup
<p class="demo"> <a href="#" class="btn clickable">I Follow Rivers</a> </p>
Change log:
2013-08-10
- Adds support for the escape key using the keydown event
This awesome jQuery plugin is developed by tolgaergin. For more Advanced Usages, please check the demo page or visit the official website.