0
我在我的網站上添加了以下標準Google Plus One代碼。Google Plus One Button代碼在Facebook上可見縮略圖
<!-- 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縮略圖中顯示此代碼?
添加og:描述標籤取得了訣竅。謝謝 – polerto