Archive for the ‘Video Sharing Community’ Category

All in one youtube downloader or grabber

Sunday, February 21st, 2010

Youtube Downloader unique software, allows to download youtube videos from thousands of sites in the Internet. Youtube Downloader automatically detects the YouTube videos from the web pages you open with the integrated browser, downloading and converting multiple video files concurrently.
- Support almost every video website in the Internet. Including Youtube, MySpace, Google video, [...]

>>read more

How to add a bookmark code in your high traffic website

Tuesday, August 18th, 2009

Here’s how to add a bookmark code in your high traffic website:
1. Place the following script into your section in the page you need to use it:
<script type="text/javascript">
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement(’a’);
elem.setAttribute(’href’,url);
elem.setAttribute(’title’,title);
[...]

>>read more