vote up 2 vote down star
1

Hello Guys!

any FB experts here? After reading about 15 thread on FB forums I don'T know where to go next =(

We have an iFrame FB app: http://apps.facebook.com/myapp

all links used in app are like: href="http://www.mysite.com/index.php?parm=value ..."

now when I click on any link, I am out of facebook and land on our server.

Don't really know how to solve this! using links with facebook server ins't an option.

Thanks guys for some hints!

flag
ba-bump! bump bump – mcintyre321 Oct 27 at 16:01

2 Answers

vote up 0 vote down

Do you mean clicking a link in the iframe goes to your site intead? If you do you could try setting the "target" attribute of the html anchor to "_self" which should open the link in the iFrame.

link|flag
vote up 0 vote down

I was having this problem. After appending all the FB querystring parameters from the initial IFrame to each of the urls in my links, they started opening in the right windows.

See here for an example http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.