Fb:feed

From Facebook Developer Wiki

Jump to: navigation, search

Description

Renders an application-specific News Feed, which displays recent application stories about the logged in user's friends. This tag is in beta, and is only available on canvas pages.

Attributes

RequiredNameTypeDescription
optional title string The title that should be published at the top of an application's News Feed. (Default value is News Feed.)
max int The maximum number of stories that should be displayed in the News Feed.

Examples

<fb:feed/>
Image:fb-feed-tag.png


<fb:feed title="Events News Feed" max="5"/>
Image:fb_feed.png
reference