Finished writing my Facebook App, how do I get it into the tab?
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?
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.
精彩评论