Skip to content

Instantly share code, notes, and snippets.

@draftkraft
Last active August 29, 2015 13:57
Show Gist options
  • Save draftkraft/9462121 to your computer and use it in GitHub Desktop.
Save draftkraft/9462121 to your computer and use it in GitHub Desktop.
<script src="//cdn.wikidocs.com/lib/wikidocs.min.js"></script>
<script>
var app = WD.App(accessToken);
var con = document.getElementById('content-1234');
app.Document('/channel-1234').bind(con);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment