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
Tej Pratap 98Tej Pratap 98 

I want to create a Chat-Popup (A Popup Window in Visualforce), and want to integrate it in all pages in all the apps, whenever we'll install our package in any salesforce org?

User-added image

When we install our package then, the popup window should be added on all the visualforce pages in all the apps in the organizaton.

I want to craete a custom popup for this, is this possible???

Thanks in advance.
 

Ankit AroraAnkit Arora
As I've suggested in this post as well : https://developer.salesforce.com/forums/ForumsMain?id=906F0000000Afbx

That you can go with home page component, else it's not feasible to make it available everywhere else. If all VFP's have side bar true then only your component can be displayed.