The twitter button on my blog is working fine except for the count which will not move beyond 0.
Here is my code:
<a class='twitter-share-button' expr:data-counturl='data:post.canonicalUrl' expr:data-text='data:post.title' expr:data-url='data:post.canonicalUrl' href='https://twitter.com/share'>Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
Can anyone help?