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
chris_centrachris_centra 

chatter:feed - how do output the default news feed?

Hello.  I have a VF page with a configurable chatter:feed component - where a User can choose the entityId - to show the feed for a specific Chatter Group.  However there is a requirement that the User also be able to have the chatter feed display his/her "default" Chatter feed.  Is there a way to do this using the chatter:feed tag?  Essentially I want to set the entityId on chatter:feed so that it displays the same thing that chatter:newsfeed would display.  (VF restricts me from putting both on a page - even though I would only be displaying one or the other...)
thanks for your time.
chris
PratikPratik (Salesforce Developers) 
Hi Chris,

Salesforce will allow only one Chatter tag on a visualforce page.

Thanks,
Pratik
chris_centrachris_centra
Right - i understand that.  I'm asking if there is a way to make the chatter:feed tag mimic the chatter:newsfeed tag.
thanks
chris
PratikPratik (Salesforce Developers) 
Hi Chris,

Not sure as both are different tags for different purpose.

You can refer to this guide, it has all chatter tags with sample codes:
https://developer.salesforce.com/page/Chatter_Code_Recipes

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.