How to display chatter for a record in Visualforce page in Salesforce?
Syntax: <chatter:feedWithFollowers entityId="Id of the record"/> Example: Visualforce page: <apex:page controller="Sample" sidebar="false" ><style type="text/css"> .hideButton{display:none;}</style><chatter:feedWithFollowers entityId="{!contactDetail.Id}"/><apex:form > <apex:pageblock title="Contact Detail" mode="inlineEdit"> <apex:pageblockSection columns="4" > <apex:pageblockSectionItem > Contact First Name: ....