oembed jQuery Pluging

HTML

<script src="https://gist.github.com/raw/905415/74655aeebaba5c20af009d3904a2006e2f7f789f/jquery.oembed.js"></script>
<div id="container1"></div>
<hr/>
<div><a href="http://www.flickr.com/photos/14516334@N00/345009210/" class="oembed">Flickr Image</a></div>
<div><a href="http://vimeo.com/3108686" class="oembed">Vimeo Video</a></div>
<hr/>
<div><a href="http://vimeo.com/3108686" class="oembed">Vimeo Video</a></div>
<div><a href="http://www.flickr.com/photos/14516334@N00/345009210/" class="oembed">Flickr Image</a></div>
<hr/>

JavaScript

$("#container1").oembed("https://www.youtube.com/watch?v=TlB_eWDSMt4");

$("a.oembed").oembed();

$(".oembed").oembed(null, {
  embedMethod: "append", 
  maxWidth: 1024,
  maxHeight: 768,
  vimeo: { autoplay: true, maxWidth: 200, maxHeight: 200}
});