Facebook如何格式化HTML页面以便共享选择图像

时间:2010-08-12 10:09:33

标签: image facebook share

当我使用facebook.com/share.php?u=mysite.com时,我必须在index.html文档中做些什么才能获得图像?

设置标题和META描述将填充标题和链接描述。

我不知道怎么做才能显示图像。 (index.html中有Flash,没有图片)。

谢谢!

2 个答案:

答案 0 :(得分:5)

嗯,我必须承认我现在有点困惑。

此处有一个页面

http://wiki.developers.facebook.com/index.php/Facebook_Share/Specifying_Meta_Tags

这涵盖了所有这些,但现在它只是重定向到这里

http://developers.facebook.com/docs/reference/plugins/like

所以我不确定他们是否试图摆脱“Facebook Share”并批发用Like Button取代它或者什么 - developer bloglive status中没有任何内容,或者roadmap关于它。

我想您可以尝试指定<og:image>属性,然后在URL Linter对其进行测试,看看会发生什么。

修改

我打开了一个关于此事的forum topic

编辑2

现在位于此处的文档http://developers.facebook.com/docs/share

答案 1 :(得分:4)

试试这个:

<link rel="image_src" href="http://example.com/img.jpg"/>