Powerful and Elegant Social jQuery Plugin - Koottam

File Size: 709 KB
Views Total: 1680
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Powerful and Elegant Social jQuery Plugin - Koottam

Koottam is a simple, Powerful and Elegant Social jQuery Plugin that makes it easy to add social media likes, buttons, and counts on your webpages with 7+ themes and 10+ options.

How to use it:

1. Load jQuery and the Koottam plugin file

<script type="text/javascript" src="koottam/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="koottam/js/jquery.koottam.js"></script>

2. Include Koottam css file

<link href="koottam/css/koottam.css" rel="stylesheet"/>

3. Markup

<a href="http://facebook.com/YOUR NAME" class="fb">Facebook</a>

4. Call the plugin with options

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

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