Skip to content

Instantly share code, notes, and snippets.

@alex-sysoev
Last active June 16, 2017 21:00
Show Gist options
  • Save alex-sysoev/fdb206686b6077b15bd0e2fbcde051a6 to your computer and use it in GitHub Desktop.
Save alex-sysoev/fdb206686b6077b15bd0e2fbcde051a6 to your computer and use it in GitHub Desktop.
widget.staging.we
<html>
<head>
<script type="application/javascript" src="https://we.staging.letsta.lk/widget.js"></script>
</head>
<body>
<h1>STAGING 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">
if (true) {//(Math.random()*100 >= 60) {
window.$LT(function(messenger){
messenger.setByName("widget");
messenger.settings({});
});
}
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment