2

Is it possible to create a single facebook app (iframe) that can be used to have 2 or more different tabs on a business page? I have not been able to see how to do this and it seem wrong to me to have to have multiple appID's and apps just for a second tab..

Alex
  • 1,535
  • 2
  • 16
  • 26

2 Answers2

1

Yes, you can!

You just need to install the app in different pages. I did my apps with the PHP SDK. You can show different options depending on:

  • User like: $like_status (yes/no)
  • Facebook page ID: $page_id (some pages load some content, some others don't)
  • Language/locale: $locale (en_UK, en_US, es_ES, es_LT, de_DE, ...)
  • Country: $country
  • Page admin: $page_admin

More info:

Will Vousden
  • 32,488
  • 9
  • 84
  • 95
0

I've already seen a lot of the "welcome tab" and custom iframe tab applications have multiple apps with the additional ones called "2nd tab", "3rd tab", etc. So, I think each application can only add one tab to a page.

Tim Tisdall
  • 9,914
  • 3
  • 52
  • 82