Socialpic
A jquery plugin to share images on social media from your website. Users will be able to hover over an image on your site and share the image on popular social media platforms.
Getting Started
- Link to JQuery
- Link to Font Awesome
- Link to the JS File
- Link to the CSS file
- Call the function on any img object!
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <script src="./socialpic.min.js" type="text/javascript"></script> <link href="./socialpic.min.css" rel="stylesheet"> <script> $(function(){ $('img').socialpic(); }); </script>
License
Code released under MIT License