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

Javascript Google plusone按钮显示其弹出窗口已损坏,javascript,html,css,google-plus-one,Javascript,Html,Css,Google Plus One,我在我的网页中使用了Google Plusone按钮,但出现了问题。 请告诉我我该怎么办?文本在框外,框的左侧不正常 这是我在代码中输入的内容: <!-- Place this tag where you want the +1 button to render --> <g:plusone size="medium"></g:plusone> <!-- Place this render call where appropriate -->

我在我的网页中使用了Google Plusone按钮,但出现了问题。

请告诉我我该怎么办?文本在框外,框的左侧不正常

这是我在代码中输入的内容:

<!-- 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>

(功能(){
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);
})();

您的CSS/HTML干扰了弹出窗口。没有人能不看到它。你能创建一个复制这个问题的方法吗?我不能@Juhana,因为HTML和CSS中都有很多代码。但是你的回答让我确信这个问题属于干涉。。。感谢you@Juhana我能找到干扰点。我错误地为所有表格设置了方向属性,这影响了google plus的一键式。非常感谢。