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
APN09217013342392059APN09217013342392059 

chatter feed on salesforce1 page without standard style sheets

I have a VF page which is marked for mobile devices and has,  docType="html-5.0" standardStylesheets="false" showHeader="false" sidebar="false"
I want to show chatter feed on this page.
When I use <chatter:feed /> on the page it doesn't render correctly which I believe because starndarStyleSheets is set to false.
I want to keep it as false as I am using Mobile design templates.

Any idea whats is the quickest way to show a chatter feed with correct styling ?
VikashVikash (Salesforce Developers) 
Hi ,

Please follow the below link to understand the chatter feed use
https://developer.salesforce.com/page/Chatter_Code_Recipes

Thanks
Vikash_SFDC