Last active
September 22, 2017 18:58
-
-
Save alex-sysoev/886d82c672d2ac5ebb940c717bbf1942 to your computer and use it in GitHub Desktop.
Bci widget for staging
This file contains hidden or 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> | |
<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