Fb:help

From Facebook Developer Wiki

Revision as of 22:27, 6 January 2009 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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