google plus hover bubble没有显示出来

时间:2013-10-17 08:36:01

标签: google-plus google-plus-one

我在网站上尝试了关于google plus按钮的代码, +1部分正在运行,但没有出现悬停气泡。

<html>
<head>
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="300" data-href="http://www.stackoverflow.com"></div>

<!-- Place this tag after the last +1 button tag. -->
<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>
</head>
</html>

先谢谢。

0 个答案:

没有答案