forked from ESW1234/esw1234.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbhavya_main.html
More file actions
29 lines (28 loc) · 1.24 KB
/
bhavya_main.html
File metadata and controls
29 lines (28 loc) · 1.24 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<script src="http://bchichilli-ltm2.internal.salesforce.com:6109/lightning/lightning.out.js"></script>
<div id="button_goes_here"/>
<script>
$Lightning.use("embeddedService:liveAgentSidebarApp", function() {
$Lightning.createComponent("embeddedService:liveAgentSidebar", {
deploymentId : '572R0000000001E',
orgId : '00DR00000001fhi',
buttonId : '573R0000000001T',
endpointURL : 'https://d.la-blitz04.soma.salesforce.com/chat',
chasitorContentServerEndpointURL : 'https://d.la-blitz04.soma.salesforce.com/chat',
chasitorSrcURL : ['https://na1-blitz04.soma.salesforce.com/jslibrary/1457334052000/ui-sfdc-javascript-impl/SfdcCore.js','https://d.la-blitz04.soma.salesforce.com/content/g/js/37.0/chasitor.js']
}, "button_goes_here");
},"https://esw2.blitz04.soma.force.com/022");
</script>
</html>
<style>
#button_goes_here{
width: 100%;
height: 100%;
margin: 0 auto;
background: url("Spotify-large.png") no-repeat;
position: relative;
}
</style>