-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathESW_Demo_Desktop.html
More file actions
executable file
·33 lines (32 loc) · 1.45 KB
/
ESW_Demo_Desktop.html
File metadata and controls
executable file
·33 lines (32 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<script src="https://subbu--c.na1-blitz04.visual.soma.force.com/lightning/lightning.out.js"></script>
<div id="button_goes_here"/>
<script>
$Lightning.use("embeddedService:liveAgentSidebarApp", function() {
$Lightning.createComponent("embeddedService:liveAgentSidebar", {
deploymentId : '572D00000004CSa',
orgId : '00DD00000008649',
buttonId : '573D00000004CXf',
endpointURL : 'https://d.la-blitz04.soma.salesforce.com/chat',
avatarImgURL : 'avatar.png',
prechatBackgroundImgURL : 'Prechat_image.png',
waitingStateBackgroundImgURL : 'waitingStateImage.png',
smallCompanyLogoImgURL : 'smallCompanyLogoImg.png',
chasitorContentServerEndpointURL : 'https://d.la-blitz04.soma.salesforce.com/content',
chasitorSrcURL : ['https://na1-blitz04.soma.salesforce.com/jslibrary/1446053165000/ui-sfdc-javascript/debug/SfdcCore.js','https://d.la-blitz04.soma.salesforce.com/content/g/js/37.0/chasitor.js']
}, "button_goes_here");
},"https://subbu.blitz04.soma.force.com/esw0108");
</script>
</html>
<style>
#button_goes_here{
width: 100%;
height: 100%;
margin: 0 auto;
background: url("Spotify-large.png") no-repeat;
position: relative;
}
</style>