2

We've recently started using the Google +1 button on our page, but whenever we include the Google script block this JavaScript error comes up in IE8:

"No relay set (used as window.postMessage targetOrigin), cannot send cross-domain message"

This is a weird one, can't find out much about it. Does anyone have any clue what it means? I've tried moving the script include to the top of the page, but it doesn't help.

John Conde
  • 217,595
  • 99
  • 455
  • 496
And Finally
  • 5,602
  • 14
  • 70
  • 110
  • There is some ongoing help from a Google employee about this on this thread: http://www.google.com/support/forum/p/Webmasters/thread?tid=44cbd1c65c0cd9e4&hl=en – Joseph Aug 19 '11 at 19:29
  • The solution Andy Wan is suggesting [here][1] is working in IE7+8+9. [1]: http://stackoverflow.com/a/8133595/2173587 – Jo Oko Mar 15 '13 at 16:59
  • Thanks Jo, that's useful.. – And Finally Mar 17 '13 at 08:09

1 Answers1

2

Google +1 currently does not work on any version of IE.

Jared
  • 12,406
  • 1
  • 35
  • 39
  • Thanks for the pointer Jrod - surely it's supposed to work on IE8 at least? I guess this means there's a general issue they're still working on. For anybody else interested in this problem, try Googling "google +1 ie8". – And Finally Jun 23 '11 at 08:22