- Go to Sign up
- Enter your email address + password.
- Go to your inbox and click on the confirm link (your account won't work otherwise!).
- Go to the Ziggeo dashboard and click on the application details.
- Copy the application token.
Looking for Ziggeo's cheat sheet? This document will help you quickly start using and deploy Ziggeo beginning with signing up and "Hello World" to deploying and playing around with Ziggeo.
Create a basic index.html and make sure to put in your application token. Copy and paste this code:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="//assets.ziggeo.com/v2-stable/ziggeo.css" />
<script src="//assets.ziggeo.com/v2-stable/ziggeo.js"></script>
<script>var ziggeoApp = new ZiggeoApi.V2.Application({token: "APPLICATION_TOKEN_HERE"});</script>
</head>
<body>
<ziggeorecorder></ziggeorecorder>
<!-- <ziggeoplayer ziggeo-video="VIDEO_TOKEN_HERE"></ziggeoplayer> -->
</body>
</html>
Put it on a webserver (either locally or in the Internet; it won't work by just opening the file in your browser), e.g.: