Skip to content

Instantly share code, notes, and snippets.

@esokullu
Last active August 12, 2018 20:36
Show Gist options
  • Save esokullu/855478c8df5aac6a9d64486ca555c529 to your computer and use it in GitHub Desktop.
Save esokullu/855478c8df5aac6a9d64486ca555c529 to your computer and use it in GitHub Desktop.
GraphJS in action
<!-- Step 1 -->
<graphjs-messages-composer
to="47d2b770e7dfc24d87a0a38df78b222a"
anonymity="on"
style="min-width:100%;width:100%;"
></graphjs-messages-composer>
<!-- Step 2 -->
<script type="text/javascript" src="https://graphjs.com/v1/graph.js"></script>
<!-- Step 3 -->
<script>
GraphJS.init(
"CF8A4452-B3A4–4BD3–833F-6C7E0D7D2431",
{ color: "#ed1c24" }
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment