community:Feeds
This component visualizes feeds related to a user, an entity record. It can also be used to show a user's News-Feed.
Properties
| Property | Description |
|---|
| ItemId | The ID of the user or entity record for which the feeds should be shown. |
| FeedType | Possible values are: RecordFeed, NewsFeed and FavoritesFeed; default value: RecordFeed. |
| Visible | Expression to evaluate if the Feeds component should be visible or not. |
Below is an example of adding NewsFeed to an Active Page:
<community:Feeds runat='server' itemId='<%# UserInfo.Id %>' feedType='NewsFeed' />