Fb:subtitle

From Facebook Developers Wiki

Jump to: navigation, search

Contents

[edit] 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.


[edit] Attributes

RequiredNameTypeDescription
optional seeallurl string The URL for a "See all" link. This URL must be a canvas page.


[edit] Examples

<fb:subtitle seeallurl="http://apps.facebook.com/myapp/seeall" > <fb:action href="http://apps.facebook.com/wall/walltowall.php">Wall-to-wall</fb:action> Displaying 10 wall posts </fb:subtitle>


[edit] Notes

  • This tag always renders the HTML title attribute with Learn More About This Application for seeallurl.[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.[possible bug?]


[edit] See Also