How to add Chatter Answers in Visualforce page? July 31, 2013June 9, 2022InfallibleTechie Admin chatteranswers:allfeeds tag is used to add Chatter Answers in Visualforce page. Sample code: <apex:page showHeader=”false” > <chatteranswers:allfeeds communityId=”09a90000000d1Af”/></apex:page> here communityId is the Zone community id. Output: