Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update user5chat.html #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
16 changes: 7 additions & 9 deletions csi/stmfa/na45/user5chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,24 @@ <h1>CSI in na45 stmfa</h1>
<script>
document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;
</script>
<!-- This script tag is generated from Setup > Embedded service deployment > view one of the deployments > Code Snippet -->
<script type='text/javascript'>
function initEmbeddedMessaging() {
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = ''; // For example, enter 'en' or 'en-US'

embeddedservice_bootstrap.init(
'00DSG0000001DXt',
'csi1',
'https://decsifalcon.test1.pc-rnd.force.com/ESWcsi11666125990283',
'00DS7000000lo03',
'user5_esw',
'https://decsi2.stmfa.my.stm.site.com/ESWuser5esw1648174182935',
{
scrt2URL: 'https://decsifalcon.test1.my.pc-rnd.salesforce-scrt.com'
scrt2URL: 'https://decsi2.stmfa.my.stm.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<!-- Replace the source url with the org's domain url from the above script(the url that doesn't end with scrt.com) -->
<script type='text/javascript' src='https://decsifalcon.test1.pc-rnd.force.com/ESWcsi11666125990283/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
</script>
<script type='text/javascript' src='https://decsi2.stmfa.my.stm.site.com/ESWuser5esw1648174182935/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
</body>
</html>