Facebook就像按钮一样 - 但直接在Facebook上分享链接却没有?

时间:2011-04-30 09:28:59

标签: facebook graph facebook-like facebook-sharer

我有这个非常奇怪的问题。我在我的网站的某些页面上实现了“Like”按钮,这些功能很棒。此外,我还为每个页面指定了打开的图元属性。每当有人按下其中一个页面上的“喜欢”按钮时,它会在Facebook上显示整齐的缩略图,描述等,但如果有人试图通过直接复制到Facebook帖子来分享链接,则facebook不会跟踪缩略图,描述等。

我试过使用facebook Lint工具,但这只是给我相同的结果说:

Required Property Missing   og:title is required
Required Property Missing   og:type is required
Required Property Missing   og:image is required
Required Property Missing   og:url is required

该网站的一位负责人的代码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"> 
    <head> 
        <title>ModeBazaar &raquo; Brandbasen</title> 

        <meta property="og:title" content="3.1 Phillip Lim" /> 
        <meta property="og:type" content="article" /> 
        <meta property="og:url" content="http://modebazaar.dk/da/brand/view/1" /> 
        <meta property="og:image" content="http://modebazaar.dk/Media/Image/Brand/31philliplim-01.jpg" /> 
        <meta property="og:site_name" content="ModeBazaar.dk" /> 
        <meta property="og:description" content="example of description" />

        ...

我还尝试从html等清除漏洞页面,只留下来自另一个网站的头部(和html标签等),将链接复制到facebook帖子实际上按预期工作!

有没有人遇到过同样奇怪的行为?请随意调查来源,例如http://modebazaar.dk/da/brand/view/1

0 个答案:

没有答案