Skip to content

Instantly share code, notes, and snippets.

@seemcat
Last active September 14, 2018 18:16
Show Gist options
  • Save seemcat/239bd8f60009f655d3d5d0969db5eb27 to your computer and use it in GitHub Desktop.
Save seemcat/239bd8f60009f655d3d5d0969db5eb27 to your computer and use it in GitHub Desktop.
//index.html
<html lang="en">
<head>
<link rel="stylesheet" href="//assets-cdn.ziggeo.com/v2-stable/ziggeo.css" />
<script src="//assets-cdn.ziggeo.com/v2-stable/ziggeo.js"></script>
</head>
<body>
<script>var app = new ZiggeoApi.V2.Application({
token:"APP_TOKEN"
});
</script>
<ziggeorecorder id="recorder-embedding" ziggeo-width=640 ziggeo-height=480 ziggeo-theme="minimalist" ziggeo-themecolor="red"></ziggeorecorder>
<script>
</script>
<div id="videos"/>
<script src="/index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment