Free Jquery Social Plugin using CSS3

A simple, powerful and elegant Social jQuery Plugin to display your social links. The plugin can be highly customized through 10+ options.

  • Counts directly fetched using api for facebook and twitter
  • 7 themes + easy structure to add more themes in css
  • Static or Animated count display
  • Advanced option to change the coloring style
  • Bigger counts cleanly shortened
  • Under MIT License. Use anywhere free of cost for something good.

Simple Jquery Code

<script type="text/javascript">
$(document).ready(function(){
$('.fb').koottam({
'id' : 'webtutorial',
'method' : 'api',
'count_style' : 'animate',
'theme' : 'facebook-blue',
'icon_url' : 'facebook.png'
});
});
</script>

Please don’t forget to share and subscribe to latest updates of the blog.

Thanks!

View Demo Download

You May Also Like

Never Miss Any Web Tutorials, Guides, Tips and Free eBooks

Join Our Community Of 50,000+ Web Lovers and get a weekly newsletter in your inbox

 

I hate spam too. Unsubscribe at any time.

Leave a Comment