Arshad Parwez
Arshad Parwez

Reputation: 1563

How to add facebook application to page as tab

How can i add a Facebook application to my page?Now there is no option to view application profile page.Can you please hep me how i can add this to my page?

Thanks,

Upvotes: 1

Views: 946

Answers (4)

Alexander
Alexander

Reputation: 87

I've put together a javascript snippet that is intended to be used as a bookmarklet. If you use the bookmarklet while on an application's page in the developers section, a new window will automatically open with the add to page-dialog. To use it, just copy the minified code from the repository below and create a new bookmark for "javascript:[the code]" (without the quotation marks).

https://github.com/Wehrzie/Add-Facebook-Application-to-Page-Bookmarklet

Hopefully this will help some until Facebook cleans up their current, quite messy, solution.

Upvotes: 1

Rufinus
Rufinus

Reputation: 30741

for Tabs you just can use this link:

https://www.facebook.com/dialog/pagetab?app_id=YOUR APP ID&redirect_uri=http%3A%2F%2Fwww.facebook.com

for Apps you have to change the redirect_url to an url owned by the app.

Upvotes: 1

Aron
Aron

Reputation: 3571

You can also use this site: http://www.addtab.info/

Upvotes: 1

Semun Lee
Semun Lee

Reputation: 191

They removed application profile page for some reasons. You can find a document about 'Add Page Tab Dialog' here. http://developers.facebook.com/docs/reference/dialogs/add_to_page/

Upvotes: 4

Related Questions