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
krish99krish99 

chatter display at the end of the corner in visualforce page

Hi,

 

             I am using chatter box in my vf i need to display the chatter at the right corner what i have to do..

amarcuteamarcute

Hi,

 

You can enable chatter widget display on VisualForce Pages. Got to Your Name-->Setup-->Customize-->Chatter-->Chat Settings
You can see there two options
          1. Chat Settings.
          2. Visualforce Settings.
 
Click on Edit & Check the box next to "Allow" under VisualForce Settings. 
 
Now, to display the chatter widget on visualforce page, you need to add "Showheader=ture" attrubute on the apex:page tag.
If you don't want to show header but chatter widget must be shown you have to use two attributes.
           showheader=false
           showchat=ture
 
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.