function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gkappgkapp 

Chatter Bar for VF page

Hi we have overridden the standard salesforce page layout with our custom VF page . The issue is that for ex in accounts / contacts page which  are custom VF page we are not getting the chatter bar  (hence not able to follow accounts etc ) is there a way this can be enabled 

Best Answer chosen by Admin (Salesforce Developers) 
stephanstephan

As I mentioned, you can always develop your own Chatter components with the Chatter APIs:

 

http://developer.force.com/chatter

 

Another option might be to create a standard page layout for things like the account detail page, and then add your VF page to it inline. 

 

Or wait until Winter '11, which will be released this October.

 

...stephan

All Answers

stephanstephan

We'll be releasing chatter components for Visualforce in the Winter '11 release. In the mean time, the only way to get Chatter on a VF page would be to reimplement that Chatter UI yourself, or use one of the AppExchange packages that provide something similar:

 

http://sites.force.com/appexchange/results?type=Apps&filter=a0L30000002WuiyEAC&sort=6

 

...stephan

gkappgkapp

Thanks stephan, for a response . Is there any other work around than the apps from app-exchange . Chatter is a really good thing but since most of our pages are overrides we are not able to use the chatter feature to follow accounts/contacts/cases !!!

stephanstephan

As I mentioned, you can always develop your own Chatter components with the Chatter APIs:

 

http://developer.force.com/chatter

 

Another option might be to create a standard page layout for things like the account detail page, and then add your VF page to it inline. 

 

Or wait until Winter '11, which will be released this October.

 

...stephan

This was selected as the best answer
gkappgkapp

Thanks

BialBial

How to customize chatter object for an application??

example

if i want to change the layout in chatter object of sales application or i want to remove the recommendations side bar at the right of the page??

What is the method to do like this

 

 

Thanks in Advance..

 

 

Regards

M.Bilal