Skip to content

Instantly share code, notes, and snippets.

@pdaire
Last active February 3, 2022 14:46
Show Gist options
  • Save pdaire/a5b1766c9cef43506efdacedbc11b0b7 to your computer and use it in GitHub Desktop.
Save pdaire/a5b1766c9cef43506efdacedbc11b0b7 to your computer and use it in GitHub Desktop.
es5 v2 launcher
<html>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>
<!-- Begin of LetsTalk script -->
<script type="text/javascript" src="https://static.staging.letsta.lk/launcher/launcher.js"></script>
<script type='text/javascript'>
window.LetstalkSettings = {
organization: 'bancoamericano',
environment: {
name: 'production'
}
};
setTimeout(
window.$Letstalk.launch('chat-publico-banco')
, 5000);
</script>
<!-- End of LetsTalk script -->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment