jquery-oembed-all
jquery-oembed-all copied to clipboard
A fork with improvements of the jquery-oembed project
Calling any vimeo video, the console will output something like: `GET file://vimeo.com/api/oembed.json?format=json&url=` the `file://` shouldn't be there, right?
I found some links not working, e.g.: http://www.mixcloud.com/onestepforward Thanks for the support!
Trying to display a private Flickr image gives an 'undefined' message as output that links to the Flickr page. Expected behaviour: Flickr image isn't shown but proper fallback is provided.
In pages using Mootools and where the plugin is used within CKeditor, any Mootools code on the page is broken by the plugin. My best guess would be $ is...
I'm trying to use this script on a website that has multiple oembedable links per page. Sometimes the script is able to process a few of the links, but generally...
Something that would make jquery.oembed easier to fit into existing projects would be to just return json., which developers could then pass to something like underscore templates. This would make...
Is there some way to let us choose what response parameters we would like to embed? For example, I want to embed only the thumbnail from whatever resource types.
Any ideas on how to fix this?
can guide how to change jquery-oembed plugin so that var stringVar = jQuery().oembed("http://www.flickr.com/photos/14516334@N00/345009210/"); will return html codes in string rather that force to attach to dom element?
The original jquery-oembed project accepted an `allowedProviders` and `disallowedProviders` array that specified a whitelist or blacklist of providers. This version does not seem to accept that. Thanks to the incredibly...