【发布时间】:2013-05-19 19:56:53
【问题描述】:
当有人在我的网站上喜欢我时,有什么技巧可以让 facebook 提取你的开放图表信息?
我已经在页面上指定了这个:
<link rel="canonical" href="my site name"/>
<meta property='og:locale' content='en_US'/>
<meta property='og:type' content='article'/>
<meta property='og:title' content='My custom title'/>
<meta property='og:description' content='my customer description'/>
<meta property='og:url' content='my url'/>
<meta property='og:site_name' content='my site name'/>
<meta property='og:image' content='my custom image'/>
但是,当我喜欢该页面时,它会发布网页的实际标题和显示在网页上的图像,而不是我的 og:title 中的自定义页面标题和我的 og 中的自定义图像:图片。非常感谢您提供的任何帮助。
【问题讨论】:
标签: facebook facebook-opengraph