Skip to content

Instantly share code, notes, and snippets.

@pdaire
Created February 3, 2022 15:03
Show Gist options
  • Save pdaire/af59941ed7ac0c3edc0cdd73f8f337e7 to your computer and use it in GitHub Desktop.
Save pdaire/af59941ed7ac0c3edc0cdd73f8f337e7 to your computer and use it in GitHub Desktop.
sync load banco america prod launcher staging
<html>
<head>
</head>
<h1>sitio vacio y vos?</h1>
<script type="text/javascript">
function loadScriptSync (src) {
var s = document.createElement('script');
s.src = src;
s.type = "text/javascript";
s.async = false; // <-- this is important
document.getElementsByTagName('head')[0].appendChild(s);
}
</script>
<script type='text/javascript'>
loadScriptSync("https://static.staging.letsta.lk/launcher/launcher.js");
window.LetstalkSettings = {
organization: 'bancoamericano',
environment: {
name: 'production'
}
};
window.$Letstalk.launch('chat-publico-banco');
</script>
<!-- End of LetsTalk script -->
</html>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment