Closed GoogleCodeExporter closed 9 years ago
Ah! I found that replacing the URL on line 149 with embedly's API endpoint
address fixes it nicely. Not sure
whether this is an ideal solution, but gets me over the hump for now.
this.oEmbedUrl = (oEmbedUrl != null) ? oEmbedUrl :
"http://api.embed.ly/v1/api/oembed?";
Original comment by scotfhac...@gmail.com
on 1 Jun 2010 at 10:49
that works! thanks!
Original comment by karlis.b...@gmail.com
on 15 Aug 2010 at 5:34
Navite support for embed.ly has been included in version 1.1 of the
jquery-oembed plugin.
You can see how it works in the example file "embedly-default-provider.html".
Original comment by rchamo...@gmail.com
on 1 Apr 2011 at 6:10
Original issue reported on code.google.com by
scotfhac...@gmail.com
on 1 Jun 2010 at 10:46