Facebook Scraper只看到部分标题

时间:2013-05-04 18:10:16

标签: facebook facebook-graph-api facebook-like

我看不出这些差异的明显原因,但对于编写facebook友好性来说,这是一个新手。

我的网站上有一个显示flickr相册的页面: http://jpgme.co.uk/sports/index.php?type=sets

目前,标题源看起来像这样:

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns:fb="http://ogp.me/ns/fb#" xmlns='http://www.w3.org/1999/xhtml'>
<head>
    <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
    <title>Blue Line Ice Hockey Photography - Professional Ice Hockey Photography in Greater Manchester & Beyond</title>
    <link href='http://jpgme.co.uk/sports/themes/blackstripe/css/blackstripe.css' rel='stylesheet' type='text/css' />
    <link rel='alternate' type='application/rss+xml' title='Blue Line Ice Hockey Photography - Professional Ice Hockey Photography in Greater Manchester & Beyond' href='http://jpgme.co.uk/sports/index.php?type=rss' />

    <meta property="fb:admins" content="61401353" />
    <meta property="og:title" content="Blue Line Ice Hockey Photography" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http://jpgme.co.uk/sports/"/>
    <meta property="og:image" content="http://jpgme.co.uk/images/fb.jpg"/>

</head>

但是所有facebook刮刀都可以看到:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head>
<body>
<div id="leftcontent"></div>

1 个答案:

答案 0 :(得分:1)

在文档加载后尝试报废!

可能的原因是您在整个页面加载之前尝试报废。

此外,使用AJAX的FB在需要时添加/删除div,这也可能是可能的问题。