Skip to content

Instantly share code, notes, and snippets.

@HemantShukla
Last active March 12, 2016 17:47
Show Gist options
  • Save HemantShukla/e3c27828aebd9be166f1 to your computer and use it in GitHub Desktop.
Save HemantShukla/e3c27828aebd9be166f1 to your computer and use it in GitHub Desktop.
Implementation of custom chatter component
<apex:page controller="chatterHacksController" standardStylesheets="false" showHeader="false">
<!-- Placeholder to instantiate the chatter methods on page. ->
<div style="display:none">
<chatter:follow entityId="00590000004OupA" /> <br />
</div>
<c:ChatterFollow entityId="00590000004OupA" networkId="000000000000000" activityType="unfollow"/>
<c:ChatterFollow entityId="00590000004OupA" networkId="000000000000000" activityType="unfollow"/>
<c:ChatterFollow entityId="00590000004OupA" networkId="000000000000000" activityType="unfollow"/>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment