Share is a simple jQuery plugin for social share buttons where you can attach these links to any HTML elements like images, text, etc. Supports Twitter, Facebook, and LinkedIn.
Adding it to your site or app:
- Add
share-title
class to the heading or bit of text you want to share. - Add
share-sub
class for an additional text. - Add
share-twiiter, share-fb, share-linkedin
to the anchor elements.
Must Read: Social Share Buttons Without Images Using Only CSS
How to make use of it:
1. Load the jQuery share plugin after the jQuery JavaScript library.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="jquery.share.js"></script>
2. Add the post title category to the title text you want to share.
<h1 class="share-title">jQuery Share</h1>
3. Add a hare-sub category to add the text you want to share.
<h3 class="share-sub">A social share plugin. </h3>
4. Create social sharing links using Share-SERVICE CSS classes. Currently supports Facebook, Twitter, and LinkedIn.
<a target="_blank" class="share-twitter" href="">Tweet this</a> <a target="_blank" class="share-fb" href="">Share on FB</a> <a target="_blank" class="share-linkedin" href="">Share on Linkedin</a>
See Demo And Download

Official Website(Wixel): Click Here
This superior jQuery/javascript plugin is developed by Wixel. For extra Advanced usage, please go to the official website.