我写了一个php-redirect脚本,它将用户发送到不同的页面,具体取决于他们用来访问页面的设备。
现在,如果我在Facebook上发布链接到该页面(www.ibeat.us/i.php),则facebook不会显示我在此页面上的任何图像。 如果我只是添加一些“echo ...”行,鉴于访问机器没有运行iOS,facebook会在我的链接旁边写下这些行。
答案 0 :(得分:0)
您可以使用旧的image_src
<link rel="image_src" href="http://sample.com/my.jpg" />
或新的图谱API og:image
属性
<meta property="og:image" content="http://sample.com/my.jpg" />
如果您选择新的,请记住使用Facebook和Open Graph命名空间
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml">