The MediaRSS plugin for the Cooliris image viewer adds a MediaRSS feed to your Omeka website, making them visible to the Cooliris Firefox extension to zoom in and explore digital images. The feed will display on the items browse page, as well as your Omeka site's homepage. It will not display on items show pages in the current version (1.0). Visitors will need the Cooliris Firefox extension to see the feed.
Installation
Upload and activate the MediaRss plugin (see Installing_a_Plugin).
Insert the following PHP code into the header.php file of your theme, above the "auto_discovery_link()" function. This file is located in the /common/ folder. Add the following code:
<?php echo media_rss_rssm(); ?>
Directly above the auto_discovery_link() function:
<?php echo auto_discovery_link_tag(); ?>
Disclaimer
Cooliris is a registered trademark of Cooliris, Inc.