Hello Everyone,
I have a site http://www.vaporking.c om/vapor-king-eliquid-p-43.html on which I implemented a tweet button with count property.
Whenever I tweet, tweet count incremented , but on page refresh it restore its initial value back. After few minutes latter (around 10-15 minutes) , I don't know why the tweet counts shows the exact(increment ed) value.But the main issue is that sometimes it(tweet count value) doesn't get incremented even after that much time.
I am using the following code for this:
<div style="float:le ft;"><script type="text/javascript" src="http://platform.twitte r.com/widgets.js"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php echo $curUrl;?>" data-count="horizont al" data-counturl="<?php echo $curUrl;?>" >Tweet</a>
Where the $curUrl specifies current url value.
Any help would be appreciated. I search it out on net for many hours but didn't get the exact cause.
Thanks.
I have a site http://www.vaporking.c om/vapor-king-eliquid-p-43.html on which I implemented a tweet button with count property.
Whenever I tweet, tweet count incremented , but on page refresh it restore its initial value back. After few minutes latter (around 10-15 minutes) , I don't know why the tweet counts shows the exact(increment ed) value.But the main issue is that sometimes it(tweet count value) doesn't get incremented even after that much time.
I am using the following code for this:
<div style="float:le ft;"><script type="text/javascript" src="http://platform.twitte r.com/widgets.js"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php echo $curUrl;?>" data-count="horizont al" data-counturl="<?php echo $curUrl;?>" >Tweet</a>
Where the $curUrl specifies current url value.
Any help would be appreciated. I search it out on net for many hours but didn't get the exact cause.
Thanks.