共享帖子后Google Plus计数不会增加

时间:2012-02-10 18:30:58

标签: google-plus google-plus-one

https://plusone.google.com/_/+1/confirm?hl=en&url允许我们分享内容,但不允许增加“加一计数”。

2 个答案:

答案 0 :(得分:2)

您是否添加了示例中提到的代码,而不仅仅使用了链接。

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

来源:http://www.google.com/intl/en/webmasters/+1/button/index.html

答案 1 :(得分:0)

您使用的共享网址不是受支持的Google+ API。它通常发生在您在弹出窗口中输入一个URL之后,但由于您直接使用它,它实际上会跳过+ 1的URL。如果你想包含+ 1,请使用+1按钮作为@ benni_mac_b的回答状态。