Skip to content

Instantly share code, notes, and snippets.

@alex-sysoev
Last active September 22, 2017 18:58
Show Gist options
  • Save alex-sysoev/886d82c672d2ac5ebb940c717bbf1942 to your computer and use it in GitHub Desktop.
Save alex-sysoev/886d82c672d2ac5ebb940c717bbf1942 to your computer and use it in GitHub Desktop.
Bci widget for staging
<html>
<head>
<script type="application/javascript" src=https://we.letsta.lk/widget.js></script>
</head>
<object data="https://www.bci.cl/personas/" width="100%" height="800px">
<embed src="https://www.bci.cl/personas/" width="100%″" height="800px" />
</object>
<script type="application/javascript">
window.$LT(function(messenger){
messenger.setByName("widget");
messenger.settings({ask_feedback: false})
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment