Fb:owner-action

From Facebook Developers Wiki

Jump to: navigation, search

Contents

[edit] Description

Specifies an action link to be displayed inside a fb:mediaheader when the viewer is the owner of the content


[edit] Attributes

RequiredNameTypeDescription
required href string the URL corresponding to the action.


[edit] Examples

<fb:mediaheader uid="123456"> <fb:header-title>Content header</fb:header-title> <fb:owner-action href="http://google.com">Go to Google</fb:owner-action> </fb:mediaheader>


[edit] Notes

  • fb:tabs and fb:tab-item do not render correctly within the FBML Test Console.
  • Requirements: The title of the link must be enclosed between <fb:owner-action> and </fb:owner-action> tags.