You need to sign in to do that
Don't have an account?

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
thanks for your time.
chris
Salesforce will allow only one Chatter tag on a visualforce page.
Thanks,
Pratik
thanks
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.