2012-02-25 11 views
2

私のウェブサイトのようなボタンに問題があります。 FacebookのURLリンターはhttp://www.vagabond-crew.com/crewURLのリンターは「206部分的な内容」を返します

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

そして私はなぜ知らない私は、このページのための206部分コンテンツを提供します。

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

答えて

0

あなたはOGが欠落しています説明メタタグ

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

EDIT:と<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

Luisに感謝しますが、問題は解決しません: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vagabond-crew.com%2Fcrew ...他のアイデアはありますか? :) – Abdessamad

+0

更新された答え:) – Luis

+0

それは何も変更されませんでした:( – Abdessamad

関連する問題