Reference Guide

facebook FBML Reference Guide Page 5 of 159
FBML
From Facebook Developers Wiki
Jump to: navigation, search
Facebook Markup Language (FBML) enables you to build full Facebook Platform applications that deeply
integrate into a user's Facebook experience. You can hook into several Facebook integration points, including
the profile, profile actions, Facebook canvas, News Feed and Mini-Feed.
FBML is an evolved subset of HTML with some elements removed, and others which have been added that are
specific to Facebook. You set the FBML for a profile box by calling profile.setFBML through the API . The
FBML is cached on Facebook's server until profile.setFBML is called again through a canvas page. For a high-
level technical spec for FBML, please see FBMLspec .
Valid HTML Elements
a fieldset ol textarea
abbr font optgroup tfoot
acronym form option th
address h1 p thead
b h2 pre tr
bdo h3 q tt
big h4 s u
blockquote h5 samp ul
br h6 script var
caption hr select
center i small
cite img span
code input strike
dd ins strong
del kbd style
dfn label sub
div legend sup
dl li table
dt link tbody
em meta td
www.yapish.com