Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created November 9, 2015 05:49
Show Gist options
  • Select an option

  • Save Teino1978-Corp/56afdc040151c01cf4de to your computer and use it in GitHub Desktop.

Select an option

Save Teino1978-Corp/56afdc040151c01cf4de to your computer and use it in GitHub Desktop.
<div id="state" />
<script type="text/javascript" src="https://app.yax.io/yax.min.js"></script>
<script type="text/javascript">
// pass your api key
var talk = new Talk("9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", function() {
talk.connect();
}, function(state) {
$("#state").html(state);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment