intanpalupidn / jquery-oembed

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

Use www.oohembed.com instead of oohembed.com in defaultOEmbedProvider #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Line 192 on trunk. 

var url = "http://oohembed.com/oohembed/";

should be

var url = "http://www.oohembed.com/oohembed/";

---

This removes an unnecessary redirect that is issued per OEmbed object. You can 
see this by testing a page with Page Speed Online

Original issue reported on code.google.com by aptjau...@gmail.com on 30 Jul 2011 at 10:07