在facebook墙上显示图片和描述的类似facebook的选项


facebook like option to display image and description on the facebook wall

是否可以实现类似facebook的操作,以便在用户墙上显示标题、图像和描述。

我使用了默认的类似facebook的选项http://developers.facebook.com/docs/reference/plugins/like/

我把打开的图形标签设置为

`<meta property="og:type" content="website" /><meta property="og:title" content="Michael Miller Fabrics" /><meta property="og:image" content="http://www.mywebsite.com/images/dec2011_release_homepage.jpg" /><meta property="og:url" content="http://wwww.mywebsite.com/" /><meta property="og:site_name" content="My site name" /><meta property="og:description" content="A short description about the site" />`

但当我点击点赞链接时,我的墙上只显示默认的脸书标志和默认标志。

任何人都知道我在这里错过了什么。我想为我的网站产品设置类似facebook的选项,这样每当用户点击特定产品的类似链接时,产品的图像和名称及其描述都需要显示在facebook墙上。当前显示主页的默认图像和标题,即使我更改了og:image和og:title值。当用户点击类似facebook的链接时,如何在facebook墙上动态显示每个产品的图像和描述。

您可以使用facebook调试器工具提前查看他们的scraper得到了什么。http://developers.facebook.com/tools/debug

它还将让您知道在开放图协议中存在的问题/警告。