function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SarisfdcSarisfdc 

action on standard buttun on Visualforce page

Hi,

I have created a visualforce page for a community application in which I have standard catter functioality.
On my visualforc page I am showing number of comments on the Visualforce page and chatter functionality is at the bottom of the page.
I want whenever I post anything about the page then my comment count should be incresed by 1.

I am using action poller to refresh the count right now and calling it after every 5 secs but I think this is not efficient method.

Please advice.
Thanks!