2

Google+ 按钮http://www.amayzinghomes.com显示的计数错误。这是一个全新的域,因此它应该只显示几次点击。我认为它可能会显示我获得脚本的 Google Plus 页面上的点击次数,而不是它所在的实际页面的计数。这是我使用的脚本:

<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="tall" data-href="http://www.amayzinghomes.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);
})();
s</script>
4

2 回答 2

1

最可能的解释是 7 的计数来自 Google+ 上共享的链接。

我确实通过此搜索看到了一篇公开帖子:

https://plus.google.com/u/0/s/amayzinghomes

也可能有带有该 URL 的私人帖子。

于 2013-07-19T13:24:08.117 回答
0

我有同样的问题,https://plus.google.com/116401211377269068112显示计数超过 180,而 JavaScript 插件在www.ceriseshirts.com上仅显示 13 。代码如下

        <div class="g-plusone" data-size="medium" data-annotation="bubble" data-width="60" data-height="69" data-href="https://plus.google.com/116401211377269068112"></div>
        <script>
        (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>
于 2013-10-11T07:42:09.253 回答