Quote:
Originally Posted by zelnik
Well I thought I had it working but the counter seems to mess up?!
When I tweet something the counter will say "1" hit refresh and it will go back to "0" and each and every time after still "0" Any ideas?
|
Hmmm... I'd imagine the issue is because before your URL is submitted Twitter 'thinks' you're on the wrong page (without the slash) so when it checks its records it sees no one has 'tweeted' that URL so the count is Zero... When you hit Tweet you actually send a link to a different (albeit correct) URL so it doesn't get counted to the right page.
Understand?
I will keep trying to figure out why you're having the initial issue since that would solve everything, but in the mean time you can display the Tweet button without the counter so it doesn't throw people off... in your code replace:
data-count="horizontal" with
data-count="none"