Closed (fixed)
Project:
Service links
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 20:41 UTC
Updated:
17 Mar 2013 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
orange peel commentedI'm also having this issue. Any ideas??
Comment #2
eodonnell commentedMe too
Comment #3
leahmd commentedSame issue for me, maybe it's related to the same issue as AddThis have with this widget?
http://vp2-www.addthis.com/forum/viewtopic.php?f=5&t=32871&view=next
Comment #4
TheCrow commentedtried this but doesn't work
http://www.google.com/support/forum/p/Webmasters/thread?tid=6c91fa1d02e0...
Comment #5
leahmd commentedI've got this working in IE8.
I found a javascript error in IE8 through the Developer Tools.
"no relay set (used as window.postmessage targetorigin), cannot send cross-domain message"
I googled for that and found a hint that it could be related to xhtml templates, my doc type is xhtml strict and someone suggested that the alternate code be used, using div tags instead of the g tag.
http://code.google.com/apis/+1button/#plusonetag
I swapped out the alternate code with the namespace tags in the module google_plus_one.js
Flushed the caches and the button appeared on reload in IE8.
Hope that helps.
Comment #6
TheCrow commentedon chromium and firefox it shows always 0, maybe something like that is better:
[Edit] Also this last show always 0 on IE8
Comment #7
TheCrow commentedThis is a Google trouble.
Comment #8
akosipax commentedHey, I'm not sure how this could be a Google trouble when there are other sites out there that has a Google+ widget and I opened them in IE8 (eg, relevantmagazine.com) I know they use Joomla, so is the problem a combination of Google + IE8 + Drupal? Thanks.
Comment #9
TheCrow commentedthis website use a not XHTML code... mine is added through Javascript and it cause problems to IE8, maybe in the 3.x i will add the feature to choice what kind of code print...
Comment #10
klaasvw commentedHere's a patch against the latest version that adds IE8 support for the google plus one button.
The problem is dat jQuery cannot handle the 'g:' in the tag name. The fix uses document.createElement instead.
Comment #11
XmhO commented#10 patch worked for me. I had a "ForEach" error in IE8.
Comment #12
roborn commented#10 is working ok here :)
RTBC
Comment #13
simon georges commentedJust closed #1431722: Googleplus i8 and below support as a duplicate of this one.
Comment #14
TheCrow commentedPushed #10