120988601155450144360

Developer Tools

We are working on several tools for developer use of ClipNabber. See below...


Mass FLV Retrieval

Contact us at support[at]clipnabber.com, tell us what you need, and we'll work from there.

Mini Download Window for Embedded Videos

This system is perfect for websites that have lots of embedded videos on their websites, and want to provide users a way to download videos directly. Previously you had to send users to the main page, but we have a new easier system. It opens a smaller popup window, with less clutter, and it takes your user right to download link faster. Here's how to implement it:

First you need to include our javascript file in your site. Just paste this code in your header
<script type="text/javascript" src="http://clipnabber.com/mini.js"></script>

Then whenever you want to include a download link, use text such as this, just with the youtube link replaced to be the specific link that you want to allow your users to download:
<a href="http://clipnabber.com/mini.php?mode=2&txt1=http://www.youtube.com/watch?v=K7y8GC3DW4Y" onClick="wopen(this.href); return false;">Download Video</a>

Here's an example: You can offer a download link as in the picture below:
Example Page

When the user clicks the link, he will be taken to a popup such as this one:
Example Popup