Tuesday, 20 August 2013

Tweet button shows incorrect of tweets

Tweet button shows incorrect of tweets

On a page I have a Tweet button, like this:
<a href="https://twitter.com/share" class="twitter-share-button"
data-lang="en" data-count="horizontal" data-text="#{tw_listing(@data)}",
data-url="false">Tweet</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
The problem is that in the bubble with counts of tweets is the value 2197,
which is incorrect. How to put there the correct value?
Thanks

No comments:

Post a Comment