Skip to content

Instantly share code, notes, and snippets.

@damon
Created December 13, 2008 17:10
Show Gist options
  • Save damon/35506 to your computer and use it in GitHub Desktop.
Save damon/35506 to your computer and use it in GitHub Desktop.
$ curl "http://www.flickr.com/services/oembed/?url=http://flickr.com/photos/digitalnomad/3086168632/"
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
<version>1.0</version>
<type>video</type>
<title>flickr mobile video test, please ignore</title>
<author_name>digitalnomad</author_name>
<author_url>http://www.flickr.com/photos/digitalnomad/</author_url>
<cache_age>3600</cache_age>
<provider_name>Flickr</provider_name>
<provider_url>http://www.flickr.com/</provider_url>
<width>500</width>
<height>375</height>
<html>&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;500&quot; height=&quot;375&quot; data=&quot;http://www.flickr.com/apps/video/stewart.swf?v=63881&quot; classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;&gt; &lt;param name=&quot;flashvars&quot; value=&quot;intl_lang=en-us&amp;amp;photo_secret=54cfe40c7a&amp;amp;photo_id=3086168632&amp;amp;show_info_box=true&quot;&gt;&lt;/param&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.flickr.com/apps/video/stewart.swf?v=63881&quot;&gt;&lt;/param&gt; &lt;param name=&quot;bgcolor&quot; value=&quot;#000000&quot;&gt;&lt;/param&gt; &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.flickr.com/apps/video/stewart.swf?v=63881&quot; bgcolor=&quot;#000000&quot; allowfullscreen=&quot;true&quot; flashvars=&quot;intl_lang=en-us&amp;amp;photo_secret=54cfe40c7a&amp;amp;photo_id=3086168632&amp;amp;flickr_show_info_box=true&quot; height=&quot;375&quot; width=&quot;500&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</html>
</oembed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment