nnade oembed
by
taizooo
2014-09-04 [2014/09/04 19:08:59]
nnade oembed test
-
/*
* @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()
})
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。