Social Shared Count Demo

Can get the count that your URL has been shared on social networking sites. This is dependent on jQuery.

Download jquery.ssc.js

Set up

head inclusions[Local]:
<link href="assets/css/style.ssc.min.css" rel="stylesheet" media="all">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="assets/js/dist/jquery.ssc.min.js"></script>
head inclusions[CDN by jsDelivr]:
<link href="https://cdn.jsdelivr.net/gh/visualive/jquery.ssc.js@latest/assets/css/style.ssc.min.css" rel="stylesheet" media="all">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/visualive/jquery.ssc.js@latest/assets/js/dist/jquery.ssc.min.js"></script>
JS call:
<script>
(function($){
    $(".socialSharedCount").socialSharedCount({
        facebook: true,
        twitter: true,
        hatena: true,
        linkedin: true,
        pocket: true,
        twitterVia: 'kaleidpixel',
        twitterRelated: 'kuck1u'
    });
})(window.jQuery);
</script>
HTML constructor:
<div class="socialSharedCount" data-ssc-url="https://www.google.com/" data-ssc-title="Google"></div>

Revival of the tweet count.

It's necessary to register the domain with Open share count to display the tweet count.

Example

License

Licensed under the MIT license or GNU General Public License v3.