
jquery-oembed
About
A simple jQuery plugin that uses OEmbed API to help displaying embedded content (such as photos or videos) in your website.
Quick explicit example
```
jquery-oembed explicit insert example
```
In this example the div#container will display the photo from flickr.
Quick implicit example
```
jquery-oembed link replace example
```
In this example the jquery plugin will embed the flickr photo and the vimeo video inside the links.
Configuring multiple providers example
```
jquery-oembed multiple providers example
```
In this example the jquery plugin will append the flickr photo and the vimeo video after the links. For vimeo, we are giving a particular configuration.
Supported OEmbed providers
- 5min
- Amazon Product Images
- Flickr
- Google Video
- Hulu
- Imdb
- Metacafe
- Myspace Videos
- Qik
- Revision3
- Screenr
- Slideshare
- Twitpic
- Viddler
- Vimeo
- Wikipedia
- WordPress
- YouTube
This javascript plugin relays in 'jsonp', so only oEmbed providers that support callback methods are directly implemented.
Any other oEmbed provider uses oohembed.com service. Thank you oohembed.com!
This is my first public jQuery plugin. Any comments or improvements are really welcome.
Richard Chamorro
Avanzis
Project Information
- License: MIT License
- 134 stars
- svn-based source control
Labels:
jQuery
javascript
plugin