Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've made a facebook fanpage, with some internal pages (http://on.fb.me/JP1HGi)

I'd like to add a navigation menu in these internal pages, so users can surf them like a "mini website" without exiting from the iframe, but after clicking on these menu buttons (expecially with internet explorer) it opens the page in another window; using other browsers, we can surf into the "mini website" but in the video page, if I click on a menu button, the new page opens in another window

Do you know if is it possible to make all pages viewable using this navigation menu, without exiting the iframe?

Thanks a lot

Best regards

share|improve this question

1 Answer

up vote 0 down vote accepted

Try this one on the links in the menu:

<a href="YOUR_PAGE" target="_self">Videos</a>
share|improve this answer
thanks, now it works... but there is an issue on video page: in this page there is a content viewable only by fans, but now using this internal navigation this content isn't shown even if I'm a fan... – satboy78 May 14 '12 at 14:56
its because when you refresh the page, the access token is valid no more, save it in a session or a cookie and restore it from there.... – Avihay Menahem May 14 '12 at 15:00
solved. using the fb page url, and target="_top" – satboy78 May 14 '12 at 15:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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