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.
精彩评论