2012-02-25 62 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