2012-03-06 121 views
0

我有一個用PHP編寫的網站,其中有一個Facebook評論框和一個FB框。當用戶點擊相似框時,會​​在用戶時間軸上發佈「消息」(通常),並在元標籤中找到與其一起發佈的詳細信息。但是,當用戶評論時,只有與該評論相關的鏈接纔會發佈,而不是圖片。我怎樣才能解決這個問題?FB評論無視Meta標籤

這些都是我的meta標籤:

<meta property="og:title" content="Example.com" /> 
<meta property="og:type" content="article" /> 
<meta property="og:url" content="http://Example.com/" /> 
<meta property="og:image" content="http://example.com/images/logo.png" /> 
<meta property="og:site_name" content="Example.com" /> 
<meta property="og:description" content="We create magic for you on the Internet."/> 

回答