-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbhavya-ltm2_main.html
More file actions
executable file
·32 lines (31 loc) · 1.25 KB
/
bhavya-ltm2_main.html
File metadata and controls
executable file
·32 lines (31 loc) · 1.25 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<script src="http://localhost.internal.salesforce.com:6109/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 : '00Dxx0000001gJW',
buttonId : '573xx0000000001',
chasitorContentServerEndpointURL : 'http://localhost:8095/content',
chasitorSrcURL : ['http://bchichilli-ltm2.internal.salesforce.com:6109/jslibrary/1446053165000/ui-sfdc-javascript/debug/SfdcCore.js','http://localhost:8095/content/g/js/37.0/chasitor.js']
}, "button_goes_here");
}, "http://eswcommunity.localhost.force.com:6109/0226");
</script>
<style>
#button_goes_here{
width: 100%;
height: 100%;
margin: 0 auto;
background: url("Spotify-large.png") no-repeat;
background-size: 100% 99% cover;
position: relative;
}
</style>
</body>
</html>