Fb:explanation
From Facebook Developers Wiki
Contents |
[edit] Description
Renders a standard Facebook explanation message. The content contained within the <fb:explanation> tags is used as the explanation text.
[edit] 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:
|
[edit] Examples
| <fb:explanation message="Explanation message" /> |
![]() |
| <fb:explanation> <fb:message>Explanation message</fb:message> This is the explanation message text. </fb:explanation> |
![]() |
[edit] Notes
The explanation must contain at least one fb:message child or the message attribute as the heading text.


