Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions jon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>