Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <chatter:feed>: Displays the Chatter feed for a record.
  2. <chatter:feedWithFollowers>: An integrated UI component that displays the Chatter feed for a record, its list of followers, and optionally, a header bar that allows users to show or hide the Chatter feed and subscribe to it.
  3. <chatter:follow>: Renders a button for a user to follow or unfollow a Chatter record.
  4. <chatter:followers>: Displays the list of Chatter followers for a record.
  5.  
  6. <apex:page >
  7. <chatter:feed entityId="{!$User.Id}"/>
  8. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement