Fb:header
From Facebook Developer Wiki
Contents |
Description
Renders a standard Facebook title header.
Attributes
| Required | Name | Type | Description | |
| optional | icon | bool | Toggles whether the application icon is displayed. No other icon can be displayed. (Default value is true.) | |
|---|---|---|---|---|
| decoration | string | Customize the appearance of the title by choosing among three styles: add_border - Adds a 1px solid #ccc border to the bottom of the header. Useful for pages with gray backgrounds below the header. no_padding - Removes the 20px of padding that is on the header by default. shorten - Removes the 20px of padding from the bottom of the header. |
Examples
<fb:header>My Photos</fb:header>
![]() |
<fb:header icon="false">My Photos</fb:header>
![]() |
<fb:header decoration="no_padding">My Photos</fb:header>
![]() |
See Also
You can see a real world example of this tag in the Restaurants demo application. Go to Demos for more details and to download and install the demo apps.



