Embed all video you want in seconds! You can copy & paste the video url to have a working embedded version of the video.
Like this:
<script type="text/javascript"> $(function(){ $("div#video-one").embedVideo('http://www.youtube.com/watch?v=1hPpG4s3-O4'); }); </script> <div id="video-one" style="width: 430px; height: 300px;"></div>
Or this:
<script type="text/javascript"> $(function(){ $("div#video-three").embedVideo('http://vimeo.com/37357135'); }); </script> <div id="video-three" style="width: 430px; height: 300px;"></div>
Or this:
<script type="text/javascript"> $(function(){ $("div#video-two").embedVideo('http://www.dailymotion.com/video/xp53r5_the-avengers-official-trailer-2_shortfilms#.UR0ACVrxTtI'); }); </script> <div id="video-two" style="width: 430px; height: 300px;"></div>