0

是不是不能通过 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 帖子上共享的图像是动态的。

4

1 回答 1

0

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

于 2019-05-08T19:48:17.520 回答