Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding a Tab to facebook page

I just created a facebook page. I also have a separate facebook APP.

How can I add a tab containing my facebook APP to the facebook page?

I've set the app to allow install on pages, and added a tab name, tab image, etc, but the app doesn't show as an application to be added on the Facebook page when people access my app

like image 807
teepusink Avatar asked Sep 02 '09 23:09

teepusink


1 Answers

You can use this link,
add your app_id and app_namespace,

<a href="http://www.facebook.com/dialog/pagetab?app_id=YOURAPPID&next=URLOWNEDBYOURAPP">Tab Link</a> 
like image 164
Philip Avatar answered Nov 11 '22 16:11

Philip