Open Javascript dialog from Opensocial gadget
Posted
by Pablo Fernandez
on Stack Overflow
See other posts from Stack Overflow
or by Pablo Fernandez
Published on 2010-03-19T19:29:42Z
Indexed on
2010/03/19
19:31 UTC
Read the original article
Hit count: 399
Hi,
I need to open a javascript dialog (either window.open
or window.showModalDialog
will do), from an opensocial gadget.
It's just to make the OAuth flow. The problem is that the window gets blocked by the popup blockers.
I know this is possible because facebook gadget does that.
Any ideas please?
© Stack Overflow or respective owner