简体   繁体   中英

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM