Skip to content

Commit

Permalink
added oembed provider (roomshare japan)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchiku committed Sep 9, 2012
1 parent 25c2b5f commit 9585aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ Current 3rd party sources include:
* dipity - yql oembed
* dailymile - oembed
* deviantart - oembed
* Roomshare Japan - oembed
* mobypictures - oembed
* prezi - embedded
http://prezi.com/row6dzyapfic/jr-inside-out-project/
Expand Down
1 change: 1 addition & 0 deletions jquery.oembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
}),

new $.fn.oembed.OEmbedProvider("slideshare", "rich", ["slideshare\.net"], "http://www.slideshare.net/api/oembed/2",{format:'jsonp'}),
new $.fn.oembed.OEmbedProvider("roomsharejp", "rich", ["roomshare\\.jp/(en/)?post/.*"], "http://roomshare.jp/oembed.json"),

new $.fn.oembed.OEmbedProvider("lanyard", "rich", ["lanyrd.com/\\d+/.+"], null,
{yql:{xpath:'(//div[@class="primary"])[1]', from: 'htmlstring'
Expand Down

0 comments on commit 9585aee

Please sign in to comment.