I have a WP site with a static front page. The tweet button count shows 0 for the main page. On my posts, the count works fine. This is driving me crazy. Is there any reason why the count would not be incremented on a static front page on a WP site?
The code for the buttons is the same everywhere. I’ve double checked that.
I’ve checked the count using http://urls.api.twitter.com/1/urls/count.json?url=http://mysite.com, and the JSON file returned always says,
{“count”:0,“url”:“http://mydomain.com/”}
So it seems for some reason the Twitter backend does not register tweets for this URL, even though I know it’s been tweeted much more than any posts on the site.
Any ideas?