Social Share Buttons With Counter - ASP TANMOY

Latest

Wednesday 13 July 2016

Social Share Buttons With Counter

You will be hard-pressed to find someone that doesn’t belong to a social media network these days.
Virtually all social networks provide buttons that simplify the process of sharing website content to their platforms.

To take advantage of the large user base and high engagement of social networks and bookmarking sites (such as Facebook, Twitter, Google+ and StumbleUpon), webmasters and site administration often add social buttons to their sites.

In this article, I am sharing some simple code for Social media sharing button with share counts

Demo 1:  large Share button with share counts (AddToAny share buttons)

Code:

<div class="a2a_kit a2a_default_style">
    <a class="a2a_button_facebook a2a_counter"></a>
    <a class="a2a_button_pinterest a2a_counter"></a>
    <a class="a2a_button_linkedin a2a_counter"></a>
    <a class="a2a_button_reddit a2a_counter"></a>
    <a class="a2a_button_tumblr a2a_counter"></a>
    <a class="a2a_dd a2a_counter" href="https://www.addtoany.com/share"></a>
</div>

<script src="//static.addtoany.com/menu/page.js"></script>


Demo 2: Medium Size Share button with share counts (AddToAny share buttons)



CODE: 
<div class="a2a_kit a2a_kit_size_64 a2a_default_style">
    <a class="a2a_button_facebook a2a_counter"></a>
    <a class="a2a_button_pinterest a2a_counter"></a>
    <a class="a2a_button_linkedin a2a_counter"></a>
    <a class="a2a_button_reddit a2a_counter"></a>
    <a class="a2a_dd a2a_counter" href="https://www.addtoany.com/share"></a>
</div>

<script src="//static.addtoany.com/menu/page.js"></script>

No comments:

Post a Comment