Fb:subtitle
From Facebook Developer Wiki
Contents |
Description
Defines the subtitle for the profile box. The enclosed content is interpreted purely as plain text.
This tag may contain fb:action, an optional tag that renders an action link on the right-hand side of the subtitle.
Attributes
| Required | Name | Type | Description | |
| optional | seeallurl | string | The URL for a "See all" link. This URL must be a facebook canvas page. |
|---|
Examples
<fb:subtitle seeallurl="http://apps.facebook.com/myapp/seeall" >
<fb:action href="http://apps.facebook.com/fun_graphics_app/new.php">Post a new fun graphic</fb:action>
Displaying 10 images
</fb:subtitle>
Notes
- This tag always renders the HTML
titleattribute with Learn More About This Application forseeallurl.[possible bug?] At present there doesn't seem to be any way to prevent this. - This tag does not function within fb:visible-to- tags.
