--- layout: post title: Allow API Users to Embed Content with oEmbed image: https://s3.amazonaws.com/kinlane-productions2/api-evangelist-logos/api-evangelist-butterfly-vertical.png author: name: kinlane tags: - Content --- Now the content "consumer" can take returned inkinlane-productions2.s3.amazonaws.com display on web page using JavaScript, PHP or other language. This is just a simple example of using oEmbed to display a Flickr image, much more is possible with [oEmbed](http://woorkup.com/2010/01/16/emerging-techniques-every-web-developer-should-know/ "oEmbed"). Some oEmbed providers include:![](http://kinlane-productions.s3.amazonaws.com/oembed/oEmbed.jpg) * [YouTube](http://www.youtube.com/ "Youtube") * [Flickr](http://www.flickr.com/ "Flickr") * [Viddler](http://www.viddler.com/ "Viddler") * [Qik](http://qik.com/ "Qik") * [Revision3](http://revision3.com/ "Revision3") * [Hulu](http://www.hulu.com/ "Hulu") * [Vimeo](http://vimeo.com/ "Vimeo") * [oohEmbed](http://oohembed.com/ "oohEmbed") * [Poll Everywhere](http://www.polleverywhere.com/ "Poll Everywhere") * [My Opera](http://my.opera.com/ "My Opera") * [Embedly](http://api.embed.ly "Embedly") There are several language libraries for deploying oEmbed APIs: * PHP: [php-oembed](http://code.google.com/p/php-oembed/ "php-oembed") * PHP: [Services\_oEmbed](http://pear.php.net/package/Services_oEmbed "Services-oEmbed") * Perl: [Web-oEmbed](http://search.cpan.org/~miyagawa/Web-oEmbed/ "Web-oEmbed") * Ruby: [oembed\_links](http://github.com/netshade/oembed_links "oembed_links") * Python [oEmbed](http://code.google.com/p/python-oembed/ "oEmbed") * Django: [djangoembed](http://github.com/worldcompany/djangoembed "djangoembed") oEmbed APIs, bundled with simple, configurable JavaScript widgets give API users a simple way to embed and syndicate content to other web sites. Even for non-developers.