Reference Guide

facebook FBML Reference Guide Page 124 of 159
Fb:create-button
Description
Renders a Create button for adding user-generated content. This tag must be a child of fb:dashboard.
Attributes
Required Name Type Description
required href
string
The URL where the link for the button takes the user. The URL must be a canvas
page.
optional title
string
Specifies the text to display as a tool tip for this link.
onclick
string
Call a FBJS function
Examples
<fb:dashboard>
<fb:create-button href="new.php">Create a new photo album</fb:create-button>
</fb:dashboard>
Notes
This button appears in the top right of the fb:dashboard element, next to the application title.
Each page can contain only one Create button.
The (+) symbol appears on all buttons and cannot be altered.
www.yapish.com