Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 facebook 或 linkedin 上分享我的博文链接时遇到的一个问题是,分享的缩略图是我的图片(这是页面上唯一的图片)。我不希望共享缩略图。我尝试使用
<meta property="og:image" content=""
即内容保持为空白,但它显示一个缩略图。怎么设置成无图?
你不能。Facebook/Linkedin 将抓取您的网站并自行决定向用户提供哪些图片。元og:image标记只是一个建议而不是指令。
og:image
没有图像共享的唯一方法是用户将其删除。
更新:还有另一种方法。您可以(在服务器上)检测 FB/LinkedIns 爬虫并为它们提供不包含任何图像的 HTML。这样他们就不会显示任何内容(只是文本)。不知道博主能不能这样。如果你走这条路,检查 FB/LinkedIn 的服务条款是否允许(例如,用谷歌这样做会被禁止)。