通过FB分享opengraph功能分享多张图像/照片

时间:2018-11-27 02:23:41

标签: share-open-graph

是否无法通过Facebook分享opengraph功能分享多张图片?

代码段的内容如下:-

FB.ui({
        method: 'share_open_graph',
        action_type: 'og.likes',
        action_properties: JSON.stringify({
          object: {
            'og:url': xxx,
            'og:title': xxxxx,
            'og:description': xxxx,
            'og:image': img_arr
          }
        })
      }, function (response) {
     // callback function goes here… });

img_arr必须是图像数组。但是对话框显示空白,说:“对不起,出了点问题。 我们正在尽快努力修复这个”。在Facebook帖子上共享的图像是动态的。

1 个答案:

答案 0 :(得分:0)

Facebook不再允许覆盖。您的头部必须有og元数据。