我有一个 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 中而是在父窗口中弹出的任何想法?
谢谢!