How to add Chatter Answers in Visualforce page?

How to add Chatter Answers in Visualforce page?

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:

Leave a Reply