I am using this code to display the follow button on my wordpress blog Tech Twisted but it is not working as expected: <a href="https://twitter.com/TechTwisted" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @TechTwisted</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> Code (markup): as you can see data-show-count="false" data-size="large" is not working at all, please help me to solve this problem !!