jquery-fblogin
jquery-fblogin copied to clipboard
Do not work in iframe.
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.
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.
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.