Fb:feed
From Facebook Developer Wiki
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
| Required | Name | Type | Description | |
| 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/>
![]() |
<fb:feed title="Events News Feed" max="5"/>
![]() |


