Issue #27: Tweet count not updating for articles from last week

Here's the URL http://yourstory.in/2011/10/the-salesman-in-you/

From our twitter feed/mentions, we can see that lot of people have shared (tweeted) about the article. For Eg. -
@pradeepkol: The Salesman in You (Sales tips for Startups) http://yourstory.in/2011/10/the-salesman-in-you/ via @YourStorydotin #Startups

but still the twitter count shows as '0' for many of our articles.

Here's the twitter share button code for the above URL.

  1. <a href="http://twitter.com/share" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com/share']);" class="twitter-share-button" data-count="vertical" data-via="YourStorydotin" data-url="http://yourstory.in/2011/10/the-salesman-in-you/" data-counturl="http://yourstory.in/2011/10/the-salesman-in-you/"></a>

I have included both data-url and data-counturl, but still the count is not increasing.

Can someone please suggest what's wrong?

Updates

It appears that the count is updating on your site now. It's possible our counting service had fallen behind or your site had become temporarily inaccessible to it. Also, I would recommend using JavaScript Interfaces for Twitter for Websites to track events such as clicks and tweets instead of the onClick event you've registered..