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
Richard JosephRichard Joseph 

Can we display Chatter details (from chatter tab) in a visual force page

We would like to brand your chatter via communities and in the process I would like to show case our chatter page/tab details in visual force in our branding . Is there an easy way to show chatter tab in a Visualforce be removing the header and style from it.
sfdcMonkey.comsfdcMonkey.com
hi Richard
try this

<apex:page sidebar="false" showHeader="false">
<chatter:newsfeed/>
</apex:page>
Thanks
Mark it best answer if it helps you :)
Richard JosephRichard Joseph
Thanks for the quick reply Soni , we tried this but this does give us other options you find in chatter page like the left and right panels in the chater page.

We even tried this /_ui/core/chatter/ui/ChatterPage?isdtp=nv but cant add header to this nor add this to a page which has header in iframe.
sfdcMonkey.comsfdcMonkey.com
hi Richard
there is no available component for display standred Chatter detail page in vf page you can use newsfeed for display chatter feed as i mentioned above.
i hop it helps you
Thanks :)