Fb:help
From Facebook Developer Wiki
Contents |
Description
Renders a help link. This tag must be a child of fb:dashboard.
Attributes
| Required | Name | Type | Description | |
| required | href | string | The URL for the help page. The URL must be a canvas page. For example, href="http://apps.facebook.com/<appname>/help.php". |
|---|
Examples
<fb:dashboard>
<fb:help href="http://apps.facebook.com/<appname>/help.php">Help Me!</fb:help>
</fb:dashboard>
![]() |
Notes
- This button appears in the top right of the fb:dashboard element.

