List Of Sites For Sharing Videos
You are a scriptwriter amateur or purely occasional, you succeeded in filming
an astonishing or funny scene, you can gain a lot of money with your images.
Some videos are seen by million people and make the fortune of those which
put them on line. To be published, choose a site in the list below, register
and follow the instructions. The most visited sites are in bold characters.
You can also put videos on your website or easily create a site with a CMS
to display videos, how to do is indicated also in this page.
Where to share videos
- Bluestring.com
It is the site of video and images sharing from AOL. - CollegeHumor
This site often provide excellent funny videos. - Daily Motion
Dailymotion remunerates its contributors according to the number of displays. - GoFish
- Google Videos
The site of Google for videos before it does purchase Youtube. - Guba
Propose free videos and paying films. - iFilm
- Revver
Propose a plugin to display videos on Wordpress. - Video Live
- LiveLeak
- MetaCafe
- MSN Videos
Videos by Microsoft. - My Space TV
MySpace is a social network offering also many other services. - Vimeo
- Veoh
- Xoinks
New sharing site. - YouAreTv
- YouTube
This site has been purchased by Google but does not follow the same line as Google Video. It is planned to add advertisements to the videos, which will be displayed belong them to increase the incomes. - ZappInternet
Spanish site.
Making your own site of selected videos
The sites of video sharing permit to display the videos hosted by them on
other sites to increase their audience. You can build site dedicated to that
without any programming by using a CMS.
The list
of PHP CMS will indicate to you the content management system making it
possible to automatically manage the display and the administration of pages
and categories, with in particular digg-like software as Pligg or PHP Director.
By "digg-like" one understands a site where visitors can give a
score to the articles to support the best ones.
However, in the field of the selections of videos, competition is important.
Many other sites are given in the list
of the digg-likes. They are only the most popular and to the list must
be added again all the sites that are not digg-like...
How to put a video on a website
That is done by using the embed or object tags. Youtube provides the full code with its videos and it uses both at the same time.
Example of Youtube code:
<object width="425" height="350"> <param value="http://www.youtube.com/v/asPLVNqEmyo" name="movie" /> <param value="transparent" name="wmode" /> <embed width="425" height="350" wmode="transparent" type="application/x-shockwave-flash" src="http://www.youtube.com/v/asPLVNqEmyo"> </embed> </object>
Example of code for Collegehumor:
<embed src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1767784"
quality="best" width="400" height="300" type="application/x-shockwave-flash">
</embed>
The JavaScript code remains always unchanged, only the number is specific
to the video. One can thus get the number on the host and use it with the
code in example.
(c) 2007-2008 Scriptol.com