Last active
February 3, 2022 14:46
-
-
Save pdaire/a5b1766c9cef43506efdacedbc11b0b7 to your computer and use it in GitHub Desktop.
es5 v2 launcher
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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