Blog

How can I get a list of all videos from the browser?

For security reasons, the index operation is not enabled by default in the browser. You should rather use the server-side SDK to perform the index operation. That being said, it is possible to enable the index operation in the browser for testing purposes. First, go to your application settings in the dashboard and check the […]

Read More »

How can I prevent an html form from being submitted if no video has been recorded?

You can either listen to the submission event and do it yourself, or let our system prevent the submission of your html form. Let myform be the id of your html form. You can then use the following recorder code: Of course, in most cases you would combine that with a hidden input field for […]

Read More »

How can I submit the token of a recorded video in an html form?

You can either listen to the submission event, or let our system automatically add the token of the recorded video to your html form. Our system either creates or uses your hidden input field to store the token of the recorded video. Let the name of the hidden input field be video token. You can […]

Read More »

Ziggeo’s Recruiting Tool Now Adds Resume Attachments

Ziggeo’s recruiting tool just got better. In addition to requesting videos answering your questions, you can now let candidates upload their resumes. You can find more information about Ziggeo’s recruiting tool here on Ziggeo. The first hundred minutes of video is still free. And it’s less than 3 cents per video after that (see Pricing).

Read More »

Apple fixed uploading issues with the update to iOS 8.0.2

The bug that Apple introduced with version 8.0.0 last week has been fixed by today’s update to 8.0.2: (see particularly the last item on the list of fixes)   So please make sure to tell your clients to upgrade their iOS to 8.0.2.

Read More »

Angular Integration for Ziggeo

During the Hack The North hackathon, Khashayar Pourdeilami wrote an AngularJS integration for Ziggeo. So if you are website or web app runs is based on AngularJS, make sure to give it a try! Thanks again for open-sourcing it, Khashayar.

Read More »

Hacking on Ziggeo’s API at Hack the North Hackathon

We had a blast this past weekend at Hack The North Hackathon. We learned so much sponsoring the hackathon from testing out Ziggeo’s API to finding creative uses for it. And in the process we got to meet talented engineers who represent the future of technology. We just wish more women would participate (sigh). We […]

Read More »

Ziggeo Releases Automatic Upload to YouTube

Ziggeo is going public! Well, at least our videos are — only if you want them to, of course. You now have the option from your private Ziggeo dashboard to select which videos you want to upload to YouTube, and with a click of a button, those videos will be automatically uploaded to your YouTube […]

Read More »

Apple releases bug in iOS 8 Safari

Apple’s newest update to iOS 8 introduced a serious bug to the Safari mobile web browser that prevents any files from being uploading through a web form. This makes it currently impossible to use our video recorder on iOS 8. We are working hard on fixing this, but at this point it seems like there is […]

Read More »

How can I get the token of a recorded video once it’s been recorded?

It is very easy to obtain the token of a recorded video using JavaScript:

Read More »