开发者

Facebook custom tab content

Does anyone know if it is possible 开发者_高级运维to create HTML pages held on a remote server and displayed inside of a Facebook tab?

If so, can you point out an article about how this is done, please?

Thank you.


Hey, you can create your own facebook app. Inside you are able to create "facebook-like" tabs and to display anything you want in tabs.

You host the content (code, DB) on your server and thanks to Facebook API, you display it on the app.facebook.com/yourAppName. You can also get tones of informations about users (thanks to permissions on user's profil).

Basically there are to ways to display content : the facebook HTML : FBML (component facebook look/behaviour) and an iFrame (you can combine both to add tabs for instance).

Note : you can't add tabs in the user's profil anymore. Note2 : the specifications always change, even the official doc isn't up-to-date. Very difficult to find not deprecated pieces of code.


Complete video tutorial / screencast with transcript is here: How To Create a Facebook Custom Tab


I'm not sure if you can actually load the content from a file on your own server, but you can however, copy the HTML into Facebook using the static FBML application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜