0

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:

http://clientqa.rtm.com/impossiblycomfortable/test.html

Troy Barlow
  • 313
  • 2
  • 9

1 Answers1

0

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?

Community
  • 1
  • 1
brokethebuildagain
  • 2,162
  • 1
  • 22
  • 44
  • No, it's a bug. I don't want to remove the hashtag. All I'm saying is that if a url has a hashtag the twitter intent callback does not fire in any version of IE. – Troy Barlow Oct 25 '13 at 19:15