Fork me on GitHub

AyoShare.js

Options:

Value option: true

<div class="anu" data-ayoshare="http://bachors.com/"></div>
<div class="anu" data-ayoshare="https://github.com/bachors/jQuery-Awesome-Sosmed-Share-Button"></div>

<script>
    $(function() {
        $(".anu").ayoshare({
            counter: true,
            button: {
                google : true,
                facebook : true,
                pinterest : true,
                linkedin : true,
                twitter : true,
                flipboard : true,
                email : true,
                whatsapp : true,
                telegram : true,
                line : true,
                bbm : true,
                viber : true,
                sms : true
            }
        });
    });
</script>
<div id="unik" data-ayoshare="http://bachors.github.io/jQuery-Awesome-Sosmed-Share-Button/""></div>

<script>
    $(function() {
        $("#unik").ayoshare({
            button: {
                google : true,
                stumbleupon : true,
                facebook : true,
                pinterest : true,
                bufferapp : true,
                reddit : true,
                vk : true,
                pocket : true,
                twitter : true,
                digg : true,
                telegram : true,
                sms : true
            }
        });
    });
</script>