Developer Tools


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?url=http://www.youtube.com/watch?v=K7y8GC3DW4Y&mini=1" 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