-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathjon.html
More file actions
34 lines (33 loc) · 1.34 KB
/
jon.html
File metadata and controls
34 lines (33 loc) · 1.34 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
<html>
<head>
<!-- paste meta head tag -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Test Page</title>
</head>
<body>
<h1>Hello, World!</h1>
<p>Welcome to my GitHub Pages site. 🚀</p>
<p>
Check out my repository on
<a href="https://github.com/001027548-JohnsonAbhishek/esw1234.github.io" target="_blank">GitHub</a>.
</p>
<script type='text/javascript'>
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.init(
'00DSG00000T733h',
'web_chat_1',
'https://orgfarm-dd358ece14.my.site-com.5lmob7fbcadg0njm90qndna7g1cn79.wa.crm.dev:6101/ESWMIAW1750783020730',
{
scrt2URL: 'https://orgfarm-17e6848bca.test1.my.pc-rnd.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<script type='text/javascript' src='https://orgfarm-dd358ece14.my.site-com.5lmob7fbcadg0njm90qndna7g1cn79.wa.crm.dev:6101/ESWMIAW1750783020730/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
</body>
</html>