Last active
December 13, 2017 13:51
-
-
Save alex-sysoev/9f499326d318b7fbd2275f84293ac696 to your computer and use it in GitHub Desktop.
dev.widget.we
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="http://we.local.letsta.lk:3000/widget.js"></script> | |
</head> | |
<body> | |
<h1>DEVELOPMENT WIDGET TEST</h1> | |
<img width="100%" src="https://static1.squarespace.com/static/56fd4bf82eeb81d4afae3319/t/57c5f0d320099e12c27b8dce/1459440815613/iStock_000051634356Medium.jpg?format=1500w"/> | |
</body> | |
<script type="application/javascript"> | |
window.$LT(function(messenger){ | |
messenger.setByName("widget"); | |
messenger.settings({ | |
ask_feedback: false, | |
initInquiry: "Support" | |
}) | |
}); | |
</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment