Adding custom meta-data to your videos
We added a data-parameter to our recorder embedding so you can add custom meta date (JSON) to your videos. You can use that to store additional information like your database ids or a user's name:
[code language="html"]
<ziggeo ziggeo-data='{"myid": "xyz", "user": "test"}'></ziggeo>
[/code]