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+ で共有されたリンクから来ているということです。

この検索で​​ 1 つの公開投稿が表示されます。

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

そのURLの非公開投稿もあるかもしれません。

于 2013-07-19T13:24:08.117 に答える
0

私は同じ問題を抱えます. コードを以下に示します

        <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 に答える