Reference Guide
facebook FBML Reference Guide Page 106 of 159
Fb:success
Description
Renders a standard Facebook success message. The content within the <fb:success> tags is used as the success
explanation.
Attributes
Required Name Type Description
required message
string
The heading text to display in the success box. Alternately, you can specify the
heading text using an fb:message child.
optional decoration
string
Customize the appearance of the success message box by choosing among two
styles:
no_padding - Removes the 20 pixels of padding that surrounds the message by
default.
shorten - Removes the 20 pixels of padding from the bottom of the message.
Examples
<fb:success message="Success message" />
<fb:success>
<fb:message>Success message</fb:message>
This is the success message text.
</fb:success>
Notes
The message must contain at least one fb:message child or the message attribute as the heading text.
See Also
You can see a real world example of this tag in the Restaurants and Who's Showing Up demo applications. Go
to Demos for more details and to download and install the demo apps.
www.yapish.com










