intanpalupidn / jquery-oembed

Automatically exported from code.google.com/p/jquery-oembed
0 stars 0 forks source link

Slideshare/5min/Revision3 #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you look at the source for the main JS, you'll notice that the URL pattern 
for Revision3 is set to Slideshare and Slideshare's is set to 5min.

Original issue reported on code.google.com by bastaw...@gmail.com on 16 Jan 2010 at 4:03

GoogleCodeExporter commented 8 years ago
Hi,
Noticed this a while back - finally created a patch to fix it - see the 
attachment.
Cheers, Nick

--- jquery.oembed.js    (revision 19)..
         new OEmbedProvider("qik", "qik.com"),
-        new OEmbedProvider("revision3", "slideshare"),
-        new OEmbedProvider("slideshare", "5min.com"),
+        new OEmbedProvider("revision3", "revision3.com"),
+        new OEmbedProvider("slideshare", "slideshare.net"),
         new OEmbedProvider("twitpic", "twitpic.com"),

Original comment by n.d.freear on 12 Mar 2010 at 10:40

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! I have already applied the patch.

Original comment by rchamo...@gmail.com on 15 Mar 2010 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by rchamo...@gmail.com on 15 Mar 2010 at 10:06