【问题标题】:How to tell facebook to use a specific thumbnail for sharing?如何告诉 facebook 使用特定的缩略图进行分享?
【发布时间】:2013-09-18 21:06:47
【问题描述】:

我怎样才能让 Facebook 到

  • 仅在共享帖子中使用特定图片
  • 或阻止其他图片被用于分享
  • 或者至少将指定的图像设置为首先出现以供选择?

这些是我的 og:tags,但在分享该页面时,FB 建议 og:image 中指定的图像仅作为第二个缩略图 - 以及页脚中的横幅和徽标 :-(

    <meta property="og:type" content="website" />       
    <meta property="og:url" content="http://www.example.ch/1231/testveranstaltung"/>       
   <meta property="og:site_name" content="www.example.ch" />
    <meta property="og:title" content="Testveranstaltung" />
    <meta property="og:description" content="01.02.2014, 20:00 &mdash; Testtitel" />
    <meta property="og:image" content="http://www.example.ch/_upload/image/medium/i_20130918-075311-469.jpg" />
    <meta property="og:image:type" content="image/jpeg" />
    <meta property="og:image:height" content="150" />
    <meta property="og:image:width" content="249" />

【问题讨论】:

标签: facebook facebook-graph-api


【解决方案1】:

我想我明白了:图片的最小尺寸必须为 200 像素,og:image 标记才能正常工作。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2011-12-26
  • 2014-03-10
  • 1970-01-01
  • 1970-01-01
  • 2016-02-17
  • 2017-10-24
  • 1970-01-01
相关资源
最近更新 更多