/*
* @title nnade oembed
* @description nnade oembed test
* @include http://nnade.herokuapp.com/*
* @license MIT License
* @require https://dl.dropboxusercontent.com/u/4460110/oembed/jquery.oembed.js
* @require https://dl.dropboxusercontent.com/u/4460110/oembed/jquery.oembed.css
*/
// oEmbed http://oembed.com/
// starfishmod/jquery-oembed-all https://github.com/starfishmod/jquery-oembed-all
$('div.row a').each(function(i, e) {
$(e).oembed()
})