621260957220896176595

Developer Tools



Mass FLV Retrieval API

This developer API allows you to use our code base to gather the FLV paths to online videos. In return we ask you to link to us on your website advertising or pay a small monthly fee. Contact us at support[at]clipnabber.com for more information

Mini Download Window for Embedded Videos

This system is great 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 ClipNabber 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