Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

On many pages in facebook I have seen this

It looks like it is embedded html code. What is the name of that functionality in facebook and how to build my own ?

share|improve this question
Please remove php from the tags. – eisberg Mar 31 '11 at 11:48

2 Answers

FBML is being phased out by facebook in favor of iframes. What you are seeing as an iframe embedded inside a page tab. This is a good tutorial to get you started: http://www.hyperarts.com/blog/adding-iframe-application-to-facebook-fan-page/

share|improve this answer

It was accomplished adding the Static FBML application to your page.

As per March 18, 2011, adding this app is no longer possible. (source)

What you can do instead is make your own iFrame application, and add that as a tab.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.