Search code examples
jquerycolorboxflickr

Flickr Authentication inside Colorbox?


I know that flickr cannot be authenticated inside an iframe, however I am wondering if it is possible to create a popup colorbox (or another javascript popup) to authenticate.

I need to be able to authenticate for flickr from a colorbox or popup. But turning off iframe for a colorbox doesn't work. Is there any other method anyone can think of?


Solution

  • You could create a pop-up window which closes on the completion of the authentication.

    If you are unable to use iFrames to authenticate, then any form on in-page inclusion is not going to work, therefore the authentication page has to be opened in a separate browser window.