forked from ESW1234/esw1234.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJason_Blitz04_Page.html
More file actions
20 lines (18 loc) · 1.07 KB
/
Jason_Blitz04_Page.html
File metadata and controls
20 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<script src="https://bdrasin-ltm.internal.salesforce.com:7443/lightning/lightning.out.js"></script>
<div id="button_goes_here"/>
<script>
$Lightning.use("embeddedService:liveAgentSidebarApp", function() {
$Lightning.createComponent("embeddedService:liveAgentSidebar", {
endpointURL : 'http://localhost:8096/chat',
deploymentId : '572xx0000000001',
orgId : '00Dxx0000001gEg',
buttonId : '573xx0000000001',
avatarImgURL : 'http://bdrasin-wsm.internal.salesforce.com:6109/img/icon/t4/standard/avatar_60.png',
prechatBackgroundImgURL : 'http://bdrasin-wsm.internal.salesforce.com:6109/img/milkmilklemonade-img.gif',
chasitorContentServerEndpointURL : 'http://localhost:8095/content',
chasitorSrcURL : ['http://bdrasin-ltm.internal.salesforce.com:6109/jslibrary/1446053165000/ui-sfdc-javascript/debug/SfdcCore.js','http://localhost:8095/content/g/js/36.0/chasitor.js']
}, "button_goes_here");
}, "https://bdrasin-ltm-comm.localhost.force.com:7443/t3c1");
</script>
</html>