Skip to content

Instantly share code, notes, and snippets.

@seemcat
Last active September 14, 2018 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seemcat/943b3c9fbbd9140f400ad1e889cd648b to your computer and use it in GitHub Desktop.
Save seemcat/943b3c9fbbd9140f400ad1e889cd648b to your computer and use it in GitHub Desktop.
step 1 of browser integration
// index.html
<link rel="stylesheet" href="https://assets-cdn.ziggeo.com/v2-stable/ziggeo.css" />
<script src="https://assets-cdn.ziggeo.com/v2-stable/ziggeo.js"></script>
<script>var app = new ZiggeoApi.V2.Application({
 token:"APPLICATION_TOKEN"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment