I have applied tweet share button but counter is not incrementing, I am using below given code:
<a href="https://twitter.com/share" class="twitter-share-button">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>
website url: http://www.msccruises.com/gl_en/Mobile/Homepage.aspx
a mobile user agent is required to browse website, but the URL is capable of HTTP HEAD requests:
$ curl -I http://www.msccruises.com/gl_en/Mobile/Homepage.aspx
HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 32915
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Tue, 24 Jul 2012 09:46:51 GMT
where is the problem?
thanks,
Diego