Created
November 9, 2015 05:43
-
-
Save dgershman/c071f97bb882289b4270 to your computer and use it in GitHub Desktop.
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
| <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