2012-02-25 56 views
2

我的網站有類似按鈕的問題。 Facebook網址短絨給了我206部分內容本頁http://www.vagabond-crew.com/crewURL linter給出了「206部分內容」

https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vagabond-crew.com%2Fcrew

而且我不知道爲什麼。

PS。我有清漆,但這個網站:vagabond-crew.com不過我現在光油傳遞的所有請求:

if (req.http.user-agent ~ "facebookexternalhit") { 
      return(pipe); 
    } 
+0

相關帖子? http://stackoverflow.com/questions/8492528/facebook-debugger-lint-tool-gets-http-206-doesnt-detect-open-graph-meta-tags – thaddeusmt 2012-02-29 17:37:59

回答

0

你缺少的OG:描述meta標籤

<meta property="og:description" content="Your site's description" /> 

編輯:和也編輯你的<html>標籤

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

祝你好運! ;)

+0

謝謝路易斯,但它不能解決問題: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vagabond-crew.com%2Fcrew ...你有任何其他想法PLZ? :) – Abdessamad 2012-02-25 13:09:46

+0

已更新回答:) – Luis 2012-02-25 14:20:55

+0

它沒有改變什麼:( – Abdessamad 2012-02-25 17:23:05