Fb:owner-action

From Facebook Developer Wiki

Jump to: navigation, search

Description

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

Attributes

RequiredNameTypeDescription
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>
reference