Skip to content

Instantly share code, notes, and snippets.

@alex-sysoev
Last active December 13, 2017 13:51
Show Gist options
  • Save alex-sysoev/9f499326d318b7fbd2275f84293ac696 to your computer and use it in GitHub Desktop.
Save alex-sysoev/9f499326d318b7fbd2275f84293ac696 to your computer and use it in GitHub Desktop.
dev.widget.we
<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