Fb:explanation
From Facebook Developer Wiki
Contents |
Description
Renders a standard Facebook explanation message. The content contained within the <fb:explanation> tags is used as the explanation text.
Attributes
| Required | Name | Type | Description | |
| required | message | string | The heading text to display in the explanation box. Alternately, you can specify the heading text using an fb:message child. | |
|---|---|---|---|---|
| optional | decoration | string | Customize the appearance of the explanation by choosing from two styles:
|
Examples
<fb:explanation message="Explanation message" />
![]() |
<fb:explanation>
<fb:message>Explanation message</fb:message>
This is the explanation message text.
</fb:explanation>
![]() |
Notes
The explanation must contain at least one fb:message child or the message attribute as the heading text.


