OG Meta Tags(Facebook Sharing):如何从一个网站上抓取,但链接到另一个网站?

时间:2016-01-04 17:38:15

标签: html css facebook metadata opengraph

我试图建立链接到一个网页的Facebook共享按钮,但从单独的网页中提取OG元数据。这可能吗?这是我到目前为止所尝试的:

<html prefix="og: http://ogp.me/ns#">
<head>
    <title>Your Website Title</title>
    <meta property="og:title"         content="Title" />
    <meta property="og:type"          content="Article" />
    <meta property="og:image"         content="https://pbs.twimg.com/profile_images/378800000615328448/3f4d11442e83bb34f90124b64b8ee57b.jpeg" />
    <meta property="og:description"   content="Description" />
    <meta property="og:url"           content="https://www.facebook.com"/>

</head>
    <body>
        Sample Text

    </body>
</html>

截至目前,这只会从Facebook获取元数据,而不是来自此HTML文档。我做错了什么?

0 个答案:

没有答案