开发者

How to show a facebook themed dialog box with custom message in IFrame mode?

开发者 https://www.devze.com 2023-01-15 07:57 出处:网络
I would like to show a dialog box using javascript, just like using alert() but the dialog box should have a facebook theme/style.

I would like to show a dialog box using javascript, just like using alert() but the dialog box should have a facebook theme/style.

I am doing it in Facebook IFrame mode.

Must I use FBML mode to show facebook styl开发者_开发技巧e dialog?

Thanks.

Wilson


Here you go:

http://defunkt.github.com/facebox/

Not sure what IFrame mode is, but this should at least give you some of the styling.


I got the solution. Using FB.ui under iframe mode can make use of dialog in FBML.

0

精彩评论

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