forked from ESW1234/esw1234.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfile.htm
More file actions
31 lines (30 loc) · 1.4 KB
/
Profile.htm
File metadata and controls
31 lines (30 loc) · 1.4 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="Overrides.css">
</head>
<script src="https://gus.salesforce.com/lightning/lightning.out.js"></script>
<div id="button_goes_here"/>
<script>
$Lightning.use("embeddedService:liveAgentSidebarApp", function() {
$Lightning.createComponent("embeddedService:liveAgentSidebar", {
deploymentId : '572B000000008ZM',
orgId : '00DB00000002V3P',
buttonId : '573B00000000AEg',
endpointURL : 'https://d.la.gus.salesforce.com/chat',
prechatBackgroundImgURL : 'Background.png',
avatarImgURL : 'avatar.png',
waitingStateBackgroundImgURL : 'waitingStateImage.png',
smallCompanyLogoImgURL : 'SFDCLogo.png',
chasitorContentServerEndpointURL : 'https://d.la.gus.salesforce.com/content',
chasitorSrcURL : ['https://gus.salesforce.com/jslibrary/1457334052000/ui-sfdc-javascript-impl/SfdcCore.js','https://d.la.gus.salesforce.com/content/g/js/37.0/chasitor.js']
}, "button_goes_here");
},"https://servicepm.force.com/nto");
</script>
<body>
<img src="NTOProfile2.png" width="1440" height="828" alt="Comcast"
usemap="#links">
<map name="links">
<area shape="rect" coords="1130,48,1240,100" href="WorldTour.htm" alt="Account">
</map>
</body>