jQuery Plugin For Animated Social Share Bar - Social Sidebars

File Size: 248 KB
Views Total: 28021
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Animated Social Share Bar - Social Sidebars

Social Sidebars is a jQuery plugin for creating a social share bar sticky at the right side of your page that will slide out a social share button when mouse hovers over. jQuery UI library is required for easing effects.

How to use it:

1. Load the jQuery javascript library and jQuery UI in the page.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>

2. Load the jQuery social sidebars plugin's javascript and CSS files in the page.

<script src="js/socialbars.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/social.css" />

3. Create an empty container for the social share sidebar.

<div id="socialside">
</div>

4. That's it. Social network providers supported: AIM, Behance, Digg, Dribbble, Ember, Evernote, Facebook, Flickr, Forrst, Google Plus, Github, Lastfm, Linkedin, Paypal, RSS Feed, Share this, Skype, Tumblr, Twitter, Vimeo, Wordpress, Yahoo, Youtube and Zerplay.


This awesome jQuery plugin is developed by martadaniel. For more Advanced Usages, please check the demo page or visit the official website.