Fb:fbml

From Facebook Developers Wiki

Jump to: navigation, search

Contents

[edit] Description

Defines a block of FBML to be rendered in a specific version of FBML.


[edit] Attributes

RequiredNameTypeDescription
optional version float The version of FBML with which to render the content. (default value is [the current version])


[edit] 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>
picture2nc4.png


[edit] See Also