Google Plus 按钮 API 是否支持 Internet Explorer 8
有谁知道 IE8 是否支持 Google Plus 按钮?此问题表明它不支持 IE7:Google +1 按钮无法在 IE7 中工作?。此外,该问题还链接到一个页面 (http:// /support.google.com/accounts/bin/answer.py?hl=en&answer=1151309)表明支持 IE8。有趣的是,当我在 Chrome 中访问该页面时,我得到了 G+ 按钮,但当我在 IE8 中访问它时,却没有。
有什么想法吗?
Does anyone know if the Google Plus Button is supported in IE8? This question suggests that it does not support IE7: Google +1 Button not working in IE7?. Additionally, the question links to a page (http://support.google.com/accounts/bin/answer.py?hl=en&answer=1151309) that suggests that IE8 is supported. Interestingly, when I visit that page in Chrome, I get the G+ button, but when I visit it in IE8, I do not.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个奇怪的 IE8 版本(仅限版本 8.0.7600.16385)很难获得,它会导致 Plus1 按钮渲染出现渲染错误。以下是解决此问题所需的代码:
请注意,我没有使用 jQuery,因为 jQuery 不喜欢名为
g:plugone
的元素,但它可以使用document 呈现.createElement
There's one odd-ball version of IE8 (version 8.0.7600.16385 only) that is hard to come by and it causes a rendering error with the Plus1 button rendering. Here's the code you will need to use to get around this issue:
Notice I am not using jQuery as jQuery doesn't like the element named
g:plugone
, but it can be rendered withdocument.createElement
对我来说,你的解决方案不起作用(在指定版本的 ie8 上......)
然而,它使用 HTML5 语法工作。
我在这里找到它http://chovy.dyndns.org/social2.html。
我重现了下面的解决方案,以防有一天托管失败:
我没有尝试使用 JS 动态加载它,但我想应该没问题。
For me your solution didn't work (on the specified version of ie8...)
However, it worked using the HTML5 syntax.
I found it here http://chovy.dyndns.org/social2.html.
I reproduce the solution below in case the hosting get down one day :
I didn't try to load it dynamically using JS, but I guess it should be OK.
在 IE8 和 IE9 中完美运行...但在 IE7 中不行
分享演示:JQuery Iframe
Works perfectly in IE8 and IE9...but not in IE7
Share Demo: JQuery Iframe