Switch from oohembed to noembed for default oembed provider

This commit is contained in:
Zach Copley
2011-09-30 19:51:23 +00:00
parent e7ef9e2117
commit c137d69aee
6 changed files with 21 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
* Quickie wrapper around ooembed JSON lookup
*/
var oEmbed = {
api: 'http://oohembed.com/oohembed',
api: 'https://noembed.com/embed',
width: 100,
height: 75,
cache: {},