Reference Guide

facebook FBML Reference Guide Page 130 of 159
Fb:owner-action
Description
Specifies an action link to be displayed inside a fb:mediaheader when the viewer is the owner of the content
Attributes
Required Name Type Description
required href
string
the URL corresponding to the action.
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>
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.
www.yapish.com