you all may know, there are some FB apps for creating tabs or links on the left menu of a FB fanpage. tabpress is such an app.

you can add multiple tabs with different content, for example iframe, youtube video, contact forms, ...

how this apps are done? do I need an own app for each type of tab? which FB api functions add the tabs to left side?

does anybody have some input? I want to create an app like tabpress.

link|improve this question

78% accept rate
feedback

3 Answers

Please read: https://developers.facebook.com/docs/appsonfacebook/pagetabs/ for how to develop page tabs. For a tab to have a different name, it will also need to be a different app. So in your case, you will have multiple apps.

link|improve this answer
Did this answer, solve, or help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Apr 17 at 19:13
feedback

THe following doc from facebook developer was referecned as a solution.

It does NOT tell me how to create a tab on my own page that points to a Facebook app that I have created (for instance pointing to my own web page).

https://developers.facebook.com/docs/appsonfacebook/pagetabs/ for how to develop page tabs.

SO... HOW DOES ONE CREATE A TAB ON A PERSONAL PAGE that points to a persona facebook app that I've created (which points to a persona web page).

link|improve this answer
feedback

William, use this FB URL http://www.facebook.com/add.php?api_key=ENTER-YOUR-APP-ID-HERE&pages where you replace ENTER-YOUR-APP-ID-HERE with actually APP ID. Then just submit that by selecting one of your pages and you're done.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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