Hello all,
I’ve a strange problem with the button count.
The button count the tweet for one of my post and not for another.
Doesn’t count:
<a href='http://twitter.com/share' class='twitter-share-button' data-url='http://www.fabricemoll.com/post/My-personal-experience-with-The-Joel-Test-12-steps-to-better-to-code.aspx'
data-count='horizontal' data-counturl='http://www.fabricemoll.com/post/My-personal-experience-with-The-Joel-Test-12-steps-to-better-to-code.aspx' data-text='My personal experience with The Joel Test: 12 steps to better to code' data-via='fabmoll'>Tweet</a><script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>
Count:
<a href='http://twitter.com/share' class='twitter-share-button' data-url='http://www.fabricemoll.com/post/Create-a-custom-WCF-endpoint-behavior-to-receive-the-CurrentUICulture-of-a-client-application-on-a-method-call.aspx'
data-count='horizontal' data-counturl='http://www.fabricemoll.com/post/Create-a-custom-WCF-endpoint-behavior-to-receive-the-CurrentUICulture-of-a-client-application-on-a-method-call.aspx' data-text='Create a custom WCF endpoint behavior to receive the CurrentUICulture of a client application on a method call' data-via='fabmoll'>Tweet</a><script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>
And for the first example when i click on the button (the number part of the button) it cannot find my link.
Strange because the 2nd example works like a charm.
Did i miss something?
Thank you for you help.