Created
November 28, 2017 17:52
-
-
Save dbarria/0d79db6085e9eac5c23867a88fc4b6f1 to your computer and use it in GitHub Desktop.
bcitransaccional-qa inicialización con apertura
This file contains 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> | |
<!-- Carga del widget de Let's Talk --> | |
<script type="application/javascript" src="https://bcitransaccional-qa.letsta.lk/widget.js"></script> | |
<style> | |
body, html { | |
height: 100%; | |
margin: 0; | |
overflow-y: visible; | |
} | |
.bg { | |
/* The image used */ | |
background-image: url("http://misc.letsta.lk.s3.amazonaws.com/images/bcicuentacorriente.png"); | |
/* Full height */ | |
height: 100%; | |
/* Center and scale the image nicely */ | |
background-position: top; | |
background-repeat: no-repeat; | |
background-size: cover; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="bg"></div> | |
<script type="application/javascript"> | |
window.$LT(function(messenger) { | |
messenger.setByName("widget-1"); | |
messenger.settings ({ | |
eager_loading: true, | |
consumer: { | |
key: 'rkcw_o1cT_SEq8AY6-FzJA', | |
token: 'dhpwekJqqlbaGQ0axWi1Qg' | |
}, | |
visitor: { | |
name: 'Client Demo', | |
email: '[email protected]', | |
attrs: { | |
one_key: 'one_value', | |
another_key: 'another_value' | |
} | |
} | |
}); | |
}) | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment