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
chaitanya Krishna 19chaitanya Krishna 19 

Chatter implementation on VF

Hey Team, 

I need to implement the chatter on vf with groups and other standard features of chatter. I am using <chatter:feed entityId='{!}' />.

I am getting chatter feed but am not getting the icons which are on left side like groups.

Kindly help me 
Best Answer chosen by chaitanya Krishna 19
RatanRatan
You are not using correct component 

Use
<chatter:feedWithFollowers entityId='{!}' />

Documenttation: chatter:feedWithFollowers (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_chatter_feedWithFollowers.htm)