How can we change the css of the chatter feed for my visualforce page? Should we create the complete feed separately or is there any shorter and efficient way for this?
1 Answer
To short answer this "There is no shortcut"
If you are trying to restyle you will have to roll your own chatter(Using Connect in apex and custom HTML and CSS and JS) .This is not recommended approach since chatter comes with lot of features and replicating the same means involves lot of custom code and investment on code maintainence
If you are looking for rolling out chatter with SLDS then there is a BETA tag in lightning which can be used via lightning out
-
2thanks a lot for your help, Mohith ! But can we use steps that are recommended in the following link. Will it be sufficient for me? developer.salesforce.com/page/Chatter_Code_Recipesalekh sharma– alekh sharma2016-07-04 05:51:27 +00:00Commented Jul 4, 2016 at 5:51