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!