2013-05-15 62 views
0

我有一个网页,我想在Facebook上分享它,但显示的图像不正常。 在网页的HTML代码,我有:在Facebook上共享网页时显示的图像

<link href="http://www.example.com/img/logo2.png" rel="image_src" /> 

在选项选择图像,还有其他的图像,但不logo2.png 我试图删除Facebook的缓存与facebook debugger,但结果是一样。

编辑:

如果我添加?v=1到底的URL,当我分享,logo选项所示。这意味着facebook调试器不会删除缓存。 此外,我希望徽标图像是第一个选项。

你能帮我吗?

解决:

<!-- facebook tags --> 
<meta property="og:image" content="http://www.example.com/img/logo.png"/> 
<meta property="og:url" content="http://example.com"> 
<meta property="og:title" content="Portfolio | web">  
<meta property="og:description" content="Portfolio"> 

回答

相关问题