Full Featured

Enable your site with Media RSS

Media RSS is an open standard for syndicating multimedia content. It extends RSS 2.0 to provide additional information, such as richer thumbnail and image metadata. Media RSS allows Cooliris to understand the location of the media files that are displayed in the wall, as well as which thumbnails link to which high-resolution images. Click here for a complete description of Media RSS.


  1. Create a Media RSS Feed and save it as photos.rss (or any name you want).

    Make sure to declare the Media RSS namespace with

    <xmlns:media="http://search.yahoo.com/mrss/">.
    Click here for a generic example feed.

  2. Upload your Media RSS feed to a directory on your web server.
  3. Place the code highlighted below in the <head> of the page you'd like to view in Cooliris to enable RSS Autodiscovery. Note that the href should specify the address (relative or absolute) of your RSS feed:
    
      <head>
        <link rel="alternate" href="photos.rss" 
           type="application/rss+xml" title="" id="gallery" />
      </head>
                  

quick linksWebsite Examples

Click a gallery to view the HTML code or RSS to see the associated Media RSS feed:

quick linksPicLens Lite

PicLens Lite gives users who do not have Cooliris installed a great media browsing experience in a slick, fullscreen slideshow interface. Activation requires two easy steps.

You can also play background music. Here is a sample PicLens Lite Gallery - RSS.

quick linksAdditional Features

In order to implement these features, declare your Media RSS namespace as:


<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss"   xmlns:atom="http://www.w3.org/2005/Atom">

You can do a lot of cool things with Media RSS and Cooliris:

  • Multipage Galleries - Have all of the linked content on your site appear on one continuous wall.
  • Custom Icon - Your icon will appear in the upper left of Cooliris!
  • Launch Cooliris - Launch Cooliris, (optional) with a specific feed or item.
  • Dynamic Feeds - Create Media RSS Feeds from any database (requires scripting knowledge).