Google Plus按钮显示错误计数

时间:2013-07-18 18:08:40

标签: google-plus

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>

2 个答案:

答案 0 :(得分:1)

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

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

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

也可能有包含该网址的私人帖子。

答案 1 :(得分: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>