Edit in JSFiddle

<ul>
    
    <li><a href="http://video.google.com/videoplay?docid=-6861699429588888385&q=embed#" target="_blank">The Broken</a></li>

    <li><a href="http://www.slideshare.net/dandiebolt/lernantatron" target="_blank">Lernantatron - Client-side Hacking of Lernanta With A Chrome Extension</a></li>
    
    <li><a href="http://www.youtube.com/watch?v=i6Fr65PFqfk" target="_blank">DjangoCon 2008 Keynote: Cal Henderson "Why I Hate Django"</a></li>    
   
</ul>
    
$("body").click(function(){
    $("a").embedly({
        maxWidth: 400,
        wrapElement: 'div',
        method: "after"
    });
});
    
    
#content {
background-color:#FFF;
width:800px;
margin:0 auto;
}

#embedform {
width:600px;
margin:20px auto;
}

#embedform .url {
border:1px solid #AAA;
font-size:1.5em;
width:75%;
margin:10px 0;
padding:5px;
}

#embedform .submit {
float:right;
font-size:1.7em;
margin-top:10px;
}

#embed {
text-align:center;
width:600px;
margin:auto;
}

#header {
width:800px;
height:75px;
margin:0 auto;
}

a img {
border:none;
}

li {
list-style:none;
margin:20px;
}