Hi guys.
We have problem with the twitter button counter.
Our code looks like this
<\a href=“https://twitter.com/share” data-hashtags="[HashTag]" class=“twitter-share-button” data-lang=“en” data-url="[Bit.ly url]“
data-counturl=”[OurCanonicalURL]“
data-text=”[SomeText]">Tweet</a>
We match all the requirements for the counter to work.
- We have included the button
- Server is capable of handling HEAD Requests (returns 200 Status Code)
- Server is capable of handling GET Requests made by the twitter bot.
Are we doing something wrong ?
Thanks for your help!