Iframe login page for facebook iframe calls facebook double border

the iframe application, which calls a double facebook header for me, to show when the user will be prompted to login or install.

This code basically caused this. FB.Facebook.requireLogin (function (exception) {});

How can I prevent this? I saw a blog post about using javascript to redirect, but how can I do this?

Thank you Tee

+4
source share
1 answer

use target = "_ parent" for any links that you have in your iframe application. This will definitely solve your problem.

+2
source

All Articles