target=”_blank” in a facebook profile-tab application (iframe)

This works in my facebook profile tab-app

<a href="http://foo.com/bar.php">Link targetting _blank for me</a> 

Link test

Facebook edits this link and adds “target” depending on the href-url specified. If it is an internal facebook target, it targets the current frame, if it is and external url, it targets blank. Please just try the link above and see if it works for you (and remove all that javascript and stuff you have)

Leave a Comment