Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook: Run a page with multiple application tabs of one application

Tags:

tabs

facebook

I wanted to know if I can run a facebook with multiple application tabs all from the same application. E.g. I have a tab welcome located under /welcome of my app as well as the tab contact located under /contact. In facebook application settings I can set the domain path http://example.com/ and the page tab location as http://example.com/welcome ... but I want to use more than one tab on a page with my application <-- is this possible or should I have to create for each application tab a new application?? :-|

Greetings Denis

like image 374
Denis Avatar asked Mar 15 '11 09:03

Denis


1 Answers

Unfortunately no. Currently you can only have one tab per app per Page. If you want to add multiple tabs to a single Page, you'll need to have a separate app for each one.

It is possible to serve different tab content to different Pages from one app by using the profile_id property of the signed_request parameter. Check out the other properties of the signed_request parameter for more ideas about ways you can customize Page tab content on the fly.

like image 110
Jeff Bowen Avatar answered Oct 19 '22 02:10

Jeff Bowen