Google Plus按钮未显示在IE8中

时间:2011-12-10 19:41:26

标签: internet-explorer-8 google-plus

我知道google plus按钮在IE7上不起作用但它也无法在IE8上运行,我看不到任何错误

这是我正在使用的样本

<html>
<head>
  <title>Hello</title>
</head>

<body>

<div style="width: 50%;margin: auto;">

<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></g:plusone>

<!-- Place this render call where appropriate -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
</div>

</body>

</html>

1 个答案:

答案 0 :(得分:0)

我不知道你是否找到了解决方案。 无论如何,这是我的解决方案,希望它也适合你 Does Google Plus Button API Support Internet Explorer 8