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
kiran2000kiran2000 

Replicate Chatter Tab in visualforce page

I was able to get Feed but not left and right panel like Photo,People,Groups,Files,Topics,Recomendations.I want to customize the chatter tab with the company look and feel on Salesforce Communities

<apex:page sidebar="false" showHeader="false">
<chatter:newsfeed/>
</apex:page>

 User-added image
PrasanntaPrasannta (Salesforce Developers) 
Hi,

Please refer to this link below-

https://s3.amazonaws.com/dfc-wiki/en/images/a/a0/Chatter-rest-api-developer-deck.pdf

Hope this helps.

PrasanntaPrasannta (Salesforce Developers) 
Also refer to this link-

https://developer.salesforce.com/page/Chatter_API

Hope it helps.