Fb:help

From Facebook Developer Wiki

Jump to: navigation, search

Contents

Description

Renders a help link. This tag must be a child of fb:dashboard.

Attributes

RequiredNameTypeDescription
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>
Image:FBML_help.jpg

Notes

  • This button appears in the top right of the fb:dashboard element.
reference