次の標準の Google Plus One コードを自分の Web サイトに追加しました。
<!-- 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>
コードを phtml コードの最後に追加します。意図したとおりに機能します。しかし、Facebookで自分のページのリンクを張ると、サムネイルに以下のコードが表示されます!サイトから Google Plus One コード全体を削除しようとしましたが、FB でサイトへのリンクを提供しようとすると、このコード (ちなみにこのコードのみ) がサムネイルに表示されます。このコードが Facebook のサムネイルに表示されないようにする方法はありますか?