-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBenSpotify.html
More file actions
46 lines (41 loc) · 2.68 KB
/
BenSpotify.html
File metadata and controls
46 lines (41 loc) · 2.68 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
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<div id="button_goes_here"> </div>
<style type='text/css'>
.embeddedServiceLiveAgentChatButton .helpButton .uiButton { background-color: #38A40E; font-family: "Salesforce Sans", sans-serif; }
.embeddedServiceLiveAgentChatButton .helpButton .uiButton:focus {outline: 1px solid #38A40E}
@font-face {
font-family: 'Salesforce Sans';
src: url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff') format('woff'),
url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.ttf') format('truetype');
}
</style>
<script type='text/javascript' src='https://gs0.salesforce.com/embeddedservice/2.0/esw.min.js'></script>
<script type='text/javascript'>
var initESW = function(gslbBaseUrl) {
embedded_svc.settings.avatarImgURL = '';
embedded_svc.settings.prechatBackgroundImgURL = '';
embedded_svc.settings.waitingStateBackgroundImgURL = '';
embedded_svc.settings.smallCompanyLogoImgURL = '';
embedded_svc.settings.displayHelpButton = true; //Or false
embedded_svc.settings.language = 'es'; //For example, enter 'en' or 'en-US'
//embedded_svc.settings.defaultMinimizedText = '...'; (Defaults to Chat with an Expert)
//embedded_svc.settings.offlineText = '...'; (Defaults to Agent Offline)
//embedded_svc.settings.onlineLoadingText = '...'; (Defaults to Loading)
//embedded_svc.settings.storageDomain = 'http://esw1234.github.io/'; (Sets the domain for your deployment so that visitors can navigate subdomains during a chat session)
embedded_svc.init('https://na1-blitz03.soma.salesforce.com', 'https://d.la-blitz03.soma.salesforce.com/chat', 'https://c.la-blitz03.soma.salesforce.com/content', 'https://justin208blitz-15a1f3133a2.blitz03.soma.force.com/laSite', '572D000000002AU', '00DD00000008XFM', '573D000000002Rf', '2.0', gslbBaseUrl, '40.0', 'justin_s_deployment', 'EmbeddedServiceLiveAgent_Parent04ID00000004CCXMA2_15966ce8000'); }; if (!window.embedded_svc) { var s = document.createElement('script'); s.setAttribute('src', 'https://na1-blitz03.soma.salesforce.com/embeddedservice/2.0/esw.min.js'); s.onload = function() { initESW(null); }; document.body.appendChild(s);} else { initESW('https://na1-blitz03.soma.salesforce.com'); }</script>
</html>
<style>
body {
background: url("Spotify-large.png") no-repeat;
}
#button_goes_here{
width: 100%;
height: 100%;
margin: 0 auto;
position: relative;
}
</style>