Reference Guide

facebook FBML Reference Guide Page 73 of 159
Fb:fbml
Description
Defines a block of FBML to be rendered in a specific version of FBML.
Attributes
Required Name Type Description
optional version
float
The version of FBML with which to render the content. (default value is [the
current version])
Examples
<fb:fbml version="1.0">
The tags that follow rely completely on FBML in version 1.0.
This is being rendered in version: <fb:fbmlversion />
</fb:fbml>
<fb:fbml version="1.2">
The tags here rely on FBML 1.2.
This is being rendered in version: <fb:fbmlversion />
</fb:fbml>
See Also
fb:fbmlversion
www.yapish.com