jQuery Plugin For Revealing Social Sharing Links - hideshare

File Size: 6.72KB
Views Total: 3641
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Revealing Social Sharing Links - hideshare

hideshare is a small jQuery social plugin that allows you to reveal hidden social medial share links on clicking. It utilizes Font-Awesome fonts and CSS for the social icons. Currently supports facebook, twitter, pinterest, google plus and linkedin.

How to use it:

1. Create a link to reveal the social share links

<a class="share" href="#">SHARE ME</a>

2. Include the latest jQuery library and jQuery Hide Share on your website

<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="../hideshare.min.js"></script>

3. Call the plugin with options

<script>
$(document).ready(function() {
$(".share").hideshare({
media: "1.jpg", // share media
linkedin: false // hide linkedin share link
});
});
</script>

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