jquery-fblogin icon indicating copy to clipboard operation
jquery-fblogin copied to clipboard

Do not work in iframe.

Open sunnykasera3107 opened this issue 9 years ago • 2 comments

I have a web application with drupal. And there is a module overlay which opens a popup with iframe. I have included this jquery version of fblogin but it does not work there with iframe.

sunnykasera3107 avatar Mar 01 '16 08:03 sunnykasera3107

Do you have an example running somewhere that I can have a look at?

Also please keep in mind that an iframe will follow "same origin" security policy. So there could be some issues if jquery-fblogin is loaded in a different window than where you're trying to access it.

ryandrewjohnson avatar Mar 02 '16 02:03 ryandrewjohnson

Hi, I tried to load the jquery-fblogin in both the window the parent as well as in the child (iframe). And also I have tried to load it in child window only and then run it from there. But it was not working for me. But currently I did this with window messaging functionality of javascript so it is working for me for now. But sure I will do it one again on my test domain and I will send URL of that to you. Also I will check that if I can solve it myself and send the patch to you.

sunnykasera3107 avatar Mar 02 '16 02:03 sunnykasera3107