Fb:mediaheader
From Facebook Developer Wiki
Contents |
Description
Renders a standard media header, intended mainly for displaying content contributed by a particular user. The media header is shown at the top of See All pages throughout Facebook. It contains a photo of the media owner and links to actions on that user.
The links shown to the content owners must be specified using fb:owner-action tags. Links to non-owners are always Profile, Send a Message and Poke, subject to standard privacy controls.
This tag may contain:
Attributes
| Required | Name | Type | Description | |
| required | uid | uid | The user ID of the content owner. |
|---|
Examples
<fb:mediaheader uid="12345"></fb:mediaheader>
Notes
- This tag assumes it has the full width of the canvas to work with, otherwise it does not display correctly. For example, the media image appears above the links with a gray background. You can put the header inside a
divwith negative margins if you need to compensate.
