Fb:mediaheader

From Facebook Developers Wiki

Jump to: navigation, search

Contents

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


[edit] Attributes

RequiredNameTypeDescription
required uid uid The user ID of the content owner.


[edit] Examples

<fb:mediaheader uid="12345"></fb:mediaheader>


[edit] 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 div with negative margins if you need to compensate.