-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflix.html
68 lines (48 loc) · 3.52 KB
/
flix.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Chat SB</title>
<link rel="shortcut icon" href="https://www.flixbus.de/favicon/favicon-32x32.png">
</head>
<body>
<p>
<a href="MFlix" target="_blank">
<img src="https://quicksi1vr.github.io/hosting/bg.png" style='width:100%;' border="0" alt="Null">
<iframe width="400" height="600" src="https://test-flixbus-partners.cs102.force.com/Help/s/"></iframe>
</a>
</p>
<style type='text/css'>
.embeddedServiceHelpButton .helpButton .uiButton { background-color: #73d700; font-family: "Salesforce Sans", sans-serif; }
.embeddedServiceHelpButton .helpButton .uiButton:focus { background-color: #73d700; outline: 1px solid #73d700; }
.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled { background-color:#8b8b8b; }
@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://service.force.com/embeddedservice/5.0/esw.min.js'></script>
<script type='text/javascript'>
var initESW = function(gslbBaseURL) {
embedded_svc.settings.displayHelpButton = true; //Or false
embedded_svc.settings.language = 'en'; //For example, enter 'en' or 'en-US'
//embedded_svc.settings.defaultMinimizedText = 'Chatta con noi'; //(Defaults to Chat with an Expert)
//embedded_svc.settings.disabledMinimizedText = 'Chatta Offline'; //(Defaults to Agent Offline)
embedded_svc.settings.defaultMinimizedText = 'Chat with us'; //(Defaults to Chat with an Expert)
embedded_svc.settings.disabledMinimizedText = 'Chat Offline'; //(Defaults to Agent Offline)
//embedded_svc.settings.loadingText = ''; //(Defaults to Loading)
//embedded_svc.settings.storageDomain = 'yourdomain.com'; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session)
// Settings for Live Agent
//embedded_svc.settings.directToButtonRouting = function(prechatFormData) {
// Dynamically changes the button ID based on what the visitor enters in the pre-chat form.
// Returns a valid button ID.
//};
//embedded_svc.settings.prepopulatedPrechatFields = {}; //Sets the auto-population of pre-chat form fields
//embedded_svc.settings.fallbackRouting = []; //An array of button IDs, user IDs, or userId_buttonId
//embedded_svc.settings.offlineSupportMinimizedText = '...'; //(Defaults to Contact Us)
embedded_svc.settings.enabledFeatures = ['LiveAgent'];
embedded_svc.settings.entryFeature = 'LiveAgent';
embedded_svc.init('https://flixbus--Chat.cs84.my.salesforce.com', 'https://chat-flixbus-partners.cs84.force.com/Help', gslbBaseURL, '00D5E000000CqRY', 'Live_Agent_Snap_in', { baseLiveAgentContentURL: 'https://c.la1-c1cs-frf.salesforceliveagent.com/content', deploymentId: '5720O000000byvH', buttonId: '5730O000000bybD', baseLiveAgentURL: 'https://d.la1-c1cs-frf.salesforceliveagent.com/chat', eswLiveAgentDevName: 'EmbeddedServiceLiveAgent_Parent04I5E0000000069UAA_16344c37710', isOfflineSupportEnabled: false}); };if (!window.embedded_svc) { var s = document.createElement('script'); s.setAttribute('src', 'https://flixbus--Chat.cs84.my.salesforce.com/embeddedservice/5.0/esw.min.js'); s.onload = function() { initESW(null); }; document.body.appendChild(s); } else { initESW('https://service.force.com'); }</script>
</body>
</html>