Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
added wistia
Browse files Browse the repository at this point in the history
  • Loading branch information
starfishmod committed Jun 21, 2012
1 parent 149da8c commit eb498f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Current 3rd party sources include:
http://www.zapiks.com/teva-slopestyle-2012.html
* youku - embedded
http://v.youku.com/v_show/id_XMzgxNzY3NTU2.html
* wistia - Oembed
http://home.wistia.com/m/NI3bSQ



Expand Down Expand Up @@ -285,6 +287,8 @@ Current 3rd party sources include:
http://www.whosay.com/EvaLongoria/photos/159328
* timetoast - embedded
http://www.timetoast.com/timelines/225819
* tripline - OGP
http://tripline.net/trip/Experience_Art_in_Barcelona__buycatalunya-0523526613621005B2BAA989B5068FDD

---

Expand All @@ -302,7 +306,7 @@ Current 3rd party sources include:
* XKCD
* TwitLonger
* http://robohash.org/

* http://infogr.am/british-council/burma/


Plus a lot more :) Feel free to submit
2 changes: 1 addition & 1 deletion examples/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
amazon : 'caterwall-20',
//eventbrite: 'SKOFRBQRGNQW5VAS6P',
},
maxHeight: 200, maxWidth:300
//maxHeight: 200, maxWidth:300
});

});
Expand Down
3 changes: 2 additions & 1 deletion jquery.oembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@
$.fn.oembed.providers = [

//Video
new $.fn.oembed.OEmbedProvider("youtube", "video", ["youtube\\.com/watch.+v=[\\w-]+&?", "youtu\\.be/[\\w-]+"], 'http://www.youtube.com/oembed', {useYQL:'json'}),
new $.fn.oembed.OEmbedProvider("youtube", "video", ["youtube\\.com/watch.+v=[\\w-]+&?", "youtu\\.be/[\\w-]+"], 'http://www.youtube.com/oembed', {useYQL:'json'}),
new $.fn.oembed.OEmbedProvider("wistia", "video", ["wistia.com/m/.+", "wistia.com/embed/.+","wi.st/m/.+","wi.st/embed/.+"], 'http://fast.wistia.com/oembed', {useYQL:'json'}),
new $.fn.oembed.OEmbedProvider("xtranormal", "video", ["xtranormal\\.com/watch/.+"], "http://www.xtranormal.com/xtraplayr/$1/$2", {
templateRegex: /.*com\/watch\/([\w\-]+)\/([\w\-]+).*/,embedtag: {tag: 'iframe',width: '320',height: '269'}}),
new $.fn.oembed.OEmbedProvider("scivee", "video", ["scivee.tv/node/.+"], "http://www.scivee.tv/flash/embedCast.swf?", {
Expand Down

0 comments on commit eb498f8

Please sign in to comment.