Fb:success

From Facebook Developer Wiki

Jump to: navigation, search

Contents

Description

Renders a standard Facebook success message. The content within the <fb:success> tags is used as the success explanation.

Attributes

RequiredNameTypeDescription
required message string The heading text to display in the success box. Alternately, you can specify the heading text using an fb:message child.

Examples

<fb:success message="Success message" />
successux3bz3.png


<fb:success> <fb:message>Success message</fb:message> This is the success message text. </fb:success>
081620070824pmtg0.png

Notes

The message must contain at least one fb:message child or the message attribute as the heading text.

reference