Sorry if this is covered elsewhere but I’ve read through the docs several times and many other threads but can’t find a solution - my count button stays at 0.
The website is http://www.australiasfreshfoodpeople.com.au/
If I do:
$ curl http://urls.api.twitter.com/1/urls/count.json?url=http://www.australiasfreshfoodpeople.com.au/
the result is:
{"count":16,"url":"http:\/\/www.australiasfreshfoodpeople.com.au\/"}
Which leads me to believe it’s a fair assumption that the count should show 16 and not 0.
Here’s my button HTML:
<a href="https://twitter.com/share"
class="twitter-share-button"
counturl="http://www.australiasfreshfoodpeople.com.au/"
data-text="Did you know that 96% of fresh fruit & veg and 100% of fresh meat at Woolies comes from right here in Australia?"
data-url="http://Bit.ly/LhxuUz">Tweet</a>
The Bit.ly link’s destination is also http://www.australiasfreshfoodpeople.com.au/
So… what am I doing wrong?