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
sharath Tsharath T 

Hi, I'm working with live agent.Everything works fine, I need to provide that HTML file in the local machine as global URL (ie which is not specific to any system) . how can i accomplish this?

Best Answer chosen by sharath T
Ashish DevAshish Dev
Sharath, 
You need to create a HTML page with same content as of page you prepared on local machine, and host that as visualforce or on any third party system, treat hosted page as liveagent initlization page and provide end users URL of that page.

All Answers

Ashish DevAshish Dev
Sharath, 
You need to create a HTML page with same content as of page you prepared on local machine, and host that as visualforce or on any third party system, treat hosted page as liveagent initlization page and provide end users URL of that page.
This was selected as the best answer
sharath Tsharath T
Thanks Ashish Dev. I'm hosting the HTML page as VF page and using it as URL for end users. But here too dev org url is used right. will I be able to specify the general URL or something like that?

Thanks,
Sharath T
Ashish DevAshish Dev
You can configure your domain and get domain based URL of that VF page.
sharath Tsharath T
oh okay thanx Ashish Dev