I want it to have a popup dialog javascript box. Instead of a new window.
I’ve seen it before. How can I get it?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, Facebook prohibits using a javascript pop-up instead of a new window. Until early this year, they weren’t doing anything to block it, so some sites were doing it that way.
Now they’ve started detecting when they’re in an iframe and are putting up a black overlay that, when clicked, opens their login in a new window. At least their implementation still allows sites that are doing it the “wrong” way to work with no changes, but it’s frustrating.
It’s possible to work around this using their mechanisms for client authentication, but that involves your web site prompting for the user for their Facebook password which is a horrible idea for security and privacy reasons as well as an explicit break of Facebook TOS.