0

我有一个 iframe,其中包含如下所示的链接:

<a href="javascript:void(0)" onclick="FB.ui({method: 'send', picture: pic, name: name, description : description , to: [xxxxxxxxxx],link:'http://link.com'}, function(response) {if (response) {alert('cool!')}})>Click me</a>

关于如何使 FB.ui 发送对话框不在 iframe 中而是在父窗口中弹出的任何想法?

谢谢!

4

1 回答 1

1

FB.ui 有一个“显示模式”,将其设置为您想要的。有关更多详细信息,请查看 http://developers.facebook.com/docs/reference/dialogs/#display

于 2013-02-28T12:12:34.000 回答