开发者

adding tabs to my facebook fan page

开发者 https://www.devze.com 2023-01-18 13:12 出处:网络
I am trying to add a new box on the main view of our Fan Page. And populate it wit开发者_StackOverflow中文版h HTML from our main web server when the user opens the fan-page. I do not want to create a

I am trying to add a new box on the main view of our Fan Page.

And populate it wit开发者_StackOverflow中文版h HTML from our main web server when the user opens the fan-page. I do not want to create any application and then add it as a tab. I simply want to load contents of the tab from a web page.

Is there any way to do this ?


I simply want to load contents of the tab from a web page.

And the way to do that is to

  • Create a Facebook Application
  • make it installable to pages
  • define the tab URL
  • generate FBML at that URL

I'm sorry that you don't want to create a Facebook Application, but that's your only option. The otherwise closest thing is fb:ref but that's for canvas pages only.


Add a new tab from "Edit page - More applications" and look for the FBML application, add it, and you will be able to use FBML (Facebook markup language) which allows your tab to render HTML or FBML to be exact. You have the FQL as well for Facebook query language, which adds extra API features etc...

0

精彩评论

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