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

Google plus 分享帖子后Google Plus计数不会增加,google-plus,google-plus-one,Google Plus,Google Plus One,允许我们共享内容,但不允许增加“加一计数”。您是否按照示例中所述添加了代码,而不仅仅是使用了链接 <!-- 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="te

允许我们共享内容,但不允许增加“加一计数”。

您是否按照示例中所述添加了代码,而不仅仅是使用了链接

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

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

来源:

您使用的共享URL不是受支持的Google+API。它通常发生在您在弹出窗口中+1 URL之后,但由于您直接使用它,它实际上跳过了+1'URL。如果您想包含+1,请按@benni_mac_b的回答说明使用+1按钮。

如果问题紧急,您可能需要多花一点时间改进您的问题,以便人们能够更快地回答。