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
TeamFuguTeamFugu 

Dynamically adding chatter to a page

Has anyone either implemented or is there a way to add chatter to a page using Ajax? I have a page that creates flow charts that can accept data in some of the steps. I'd like to add chatter based on an enitity when one is selected but because all of the data is retrieved with Ajax, I do not do a post back to have the VF engine render the page. 

 

What about adding chatter with a generic entityId and hiding the chatter form(s) until after changing the target entityId. Can this be done?

ryanjuptonryanjupton

Is there a reason you can't use the regular Chatter tags provided in Visualforce?