Fb:success
From Facebook Developer Wiki
Contents |
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. |
|---|
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.


