Visualforce Components for Salesforce Chatter here in Winter 11!

The Winter '11 release is just around the corner (Have you signed up for the webinar yet?) and one of the most requested features from the developer community is here: Visualforce Components for Salesforce Chatter. Create your Visualforce page, drop a component on the page, and you have your feeds, followers, and who you are following show up with a single line of code. The rest—the creativity—is up to you!

 Two usage notes to keep in mind when using the new Chatter components:

1. The components will not render Chatter information if displayed as a Force.com Sites page.

2. You can only add a single Chatter Component per page.

Chattercomp  
 

Here are a list of the Chatter Components currently supported. They are very simple to use, just pass in the entity id of the record you want to display and you are off and running!

<chatter:feeds> Displays the Chatter feed on a record

<chatter:feedWithFollowers>: An integrated UI component that displays the Chatter feed on a record, as well as its list of followers.

<chatter:follow>: Renders a button for a user to follow and unfollow a Chatter record

<chatter:followers>: displays a list of Chatter followers for a record.

In addition, the <apex:detail> component has been updated with a new showChatter attribute, which specifies whether the record should render as a Chatter record (display the show/hide bar etc) or not.

tagged , , , , , , , , , Bookmark the permalink. Trackbacks are closed, but you can post a comment.
  • Chris Peterson

    Is the known bug about not being able to access a user’s profile picture fixed in winter11?
    Is the known bug about not being able to download or view chatter attachments fixed in winter11?
    If so then hooray, I have nothing left to gripe about.

  • http://profile.typepad.com/plmcgrn Plmcgrn

    when will the release notes for this release be available?

  • http://www.tgerm.com/ Abhinav

    All this VF stuff is really a must have addition on chatter stack !

  • Stephen

    What will the behavior of these components be if they are included on a page viewed from an organization that does not have Chatter enabled?

  • stephan

    In that case the component will simply render an empty string (actually an HTML comment saying chatter is nit enabled).