Google plusone按钮显示其弹出窗口已损坏

时间:2012-05-16 05:30:56

标签: javascript html css google-plus-one

我在网页上使用了Google Plusone按钮,但似乎有问题 enter image description here

请告诉我该怎么办?文本是开箱即用的,框的左侧不正常。

这就是我在代码中添加的内容:

<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="medium"></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>

0 个答案:

没有答案