2012-08-31 73 views
1

就在幾天前,Facebook Like和Send按鈕從我的網站產品頁面中消失。代碼仍然存在,並且在消失之前已經運行了好幾個月。其中一個產品頁面的鏈接是http://www.finesgas.com/details/gas_grill_brands/broilmaster_brands/popular_models/p3sxFacebook「Like」和「Send」按鈕消失

這是我現在使用的代碼。

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> 

<meta property="og:title" content=" Broilmaster P3SX Grill With Portable Cart" /> 
<meta property="og:type" content="product" /> 
<meta property="og:description" content="Broilmaster P3SX gas Grill With Portable Cart Base " /> 
<meta property="og:site_name" content="FinesGas" /> 
<meta property="fb:admins" content="1222761017" /> 
<meta property="og:image" content="http://www.finesgas.com/images/broilmaster-p3sx-loaded.jpg" /> 

<div id="fb-root"></div> 
<script>(function(d, s, id) { 
var js, fjs = d.getElementsByTagName(s)[0]; 
if (d.getElementById(id)) {return;} 
js = d.createElement(s); js.id = id; 
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; 
fjs.parentNode.insertBefore(js, fjs); 
}(document, 'script', 'facebook-jssdk'));</script> 

<fb:like send="true" layout="button_count" width="250" show_faces="false" action="Like" font="tahoma"></fb:like> 
<div style="padding:5px;"></div> 

回答

1

以下內容添加到您的HTML標籤......

xmlns:fb="http://ogp.me/ns/fb#" 
+0

我加入的xmlns:FB = 「http://ogp.me/ns/fb#」 的HTML標籤和按鈕仍然沒有顯示。還有其他建議嗎? –

+0

是的,請使用類似按鈕的html5版本:'

' –

+0

另外,請在此重新生成所有代碼,因爲它看起來不太正確:https://developers.facebook.com/docs/reference/plugins/像/ –