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