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.

I'm changing from using Static FBML to dynamic pages. The only XFBML tag I'm using is fb:like.

Anyway, it renders fine on my test server, and then again on facebook under the app's URL.

I want to put it on the tab of a Fan page I manage.. how can I get it on there?

share|improve this question

1 Answer

up vote 0 down vote accepted

IFrames aren't available in tabs yet... you need to use FBML and fb:like is not a valid FBML tag.

They wanted to change this because they are beginning to deprecate FBML. But you should try the iFrame hack instead.

I'm not able to find it on google right now but it works like this: You create a fb:js-string with the fb:iframe tag in it and then load it in a div as soon as the user clicks something.

share|improve this answer
and adding it to ur page is simple. go to the app profil and click on the "add to page" link on the left side – Martin Dec 19 '10 at 1:26

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.