【发布时间】:2019-07-19 14:03:02
【问题描述】:
我需要制作社交网络,例如 facebook.com,以便在有人在帖子、消息或分享中放置链接时显示网站徽标。我用谷歌搜索了这个问题,发现网站应该有这个:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
和
<meta property="og:image" content="https://www.lucida.construction/wp-content/themes/lucida-theme/images/logo_for_sn.png" />
<meta property="og:title" content="Home - Lucida ConstructionLucida Construction" />
但它没有给出任何结果。我尝试在 Facebook 和 LinkedIn 上执行此操作,它们要么根本不显示图像,要么显示一些随机图像而不是我在 <meta property="og:image" /> 标签中设置的徽标。
我尝试分享的网站是http://www.resolutemarine.com 和https://www.lucida.construction
任何帮助表示赞赏!谢谢!
【问题讨论】: