-
1. Re: Social Share Bar
thetrickster888 Jul 23, 2013 9:26 AM (in response to Asad 6SM)There's no way to get the twitter share button to have the count above the button like the other examples, I don't think. The best you can do is eliminate the count altogether and you can use the large version of the button with this code:
<a href="https://twitter.com/share" class="twitter-share-button" data-size="large" data-count="none">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getE lementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.j s';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-
2. Re: Social Share Bar
Asad 6SM Jul 25, 2013 2:15 AM (in response to thetrickster888)Thanks for the replay Trickster. I found a solution in the end https://dev.twitter.com/docs/tweet-button

