In all versions of IE, the web intent for tweet or follow are not firing when the url contains a hash. Here is an example:
This fails:
http://clientqa.rtm.com/impossiblycomfortable/test.html#abc
This works:
In all versions of IE, the web intent for tweet or follow are not firing when the url contains a hash. Here is an example:
This fails:
http://clientqa.rtm.com/impossiblycomfortable/test.html#abc
This works:
I suppose you could get rid of the hash using Javascript with window.location.hash
. (See How to remove the hash from window.location with JavaScript without page refresh?). Is that what you were asking?