我有一个网页,我想在 facebook 上分享它,但显示的图像不正确。在网络的 HTML 代码中,我有:
<link href="http://www.example.com/img/logo2.png" rel="image_src" />
在选择图像的选项中,还有其他图像,但不是logo2.png
我尝试使用facebook debugger删除 facebook 缓存,但结果是一样的。
编辑:
如果我?v=1
在分享 URL 时将其添加到末尾,则会显示徽标选项。这意味着 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">