开发者

Facebook fan page iframe tab links not opening in the iframe

开发者 https://www.devze.com 2023-02-11 06:42 出处:网络
I have a basic facebook iframe applicatio开发者_StackOverflown that sits inside a fan page tab.All i want to do is have the links in my application open inside of the iframe.I tried to change their ta

I have a basic facebook iframe applicatio开发者_StackOverflown that sits inside a fan page tab. All i want to do is have the links in my application open inside of the iframe. I tried to change their target to _self but no sauce, all of the links open in a new window. The application is here


Remove the target="_blank" attribute from the links.

Btw, that's not an iframe application. Looks like a static FBML tab app.


Have you tried adding target="_top"

0

精彩评论

暂无评论...
验证码 换一张
取 消