【问题标题】:URL linter gives "206 Partial Content"URL linter 给出“206 Partial Content”
【发布时间】:2012-03-15 11:59:23
【问题描述】:

我的网站的点赞按钮有问题。 Facebook URL Linter 给我这个页面的 206 Partial Content http://www.vagabond-crew.com/crew

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);
    }

【问题讨论】:

标签: facebook facebook-like varnish partial


【解决方案1】:

您缺少 og:description 元标记

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

编辑:同时编辑你的&lt;html&gt;标签

<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">

祝你好运! ;)

【讨论】:

猜你喜欢
  • 2019-12-05
  • 1970-01-01
  • 2012-04-03
  • 1970-01-01
  • 2012-01-22
  • 2013-03-25
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多