Link me up!
October 5, 2010 11:03 AM   Subscribe

Using Cooliris to show photos. How to link from photos to separate webpage?

Asking for a business contact:

"I have embedded a Cooliris Express photo wall on our company website. On the site these photos have their own explanation pages (describing what's in the photo, etc.). How to create a link from the Cooliris photo wall to these explanation pages? Not the world's best coder, far from it, so if you can help please give a simple explanation. Thank you all very much!"
posted by alchemist to Computers & Internet (1 answer total) 2 users marked this as a favorite
 
Best answer: Hey, I asked the dev who works on it and he says:

"When you zoom in on a picture, there's a link-out button on each photo (unless you have especially asked the embed wall to disable it).
In your rss feed, you can customize what link the link-out button points to. Here's a simple feed with a single photo in it; the link-out for that photo points to www.google.com. This illustrates what the user wants to accomplish. Hope this helps.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cooliris="http://schemas.cooliris.com/syndication/2009" >
  <channel>
    <item>
      <title>Image 2</title>
      <media:description>Image 2 Description goes here</media:description>
      <link>http://www.google.com</link>
      <media:thumbnail url="http://fotos.8108.ch/fotos/TopShots/Landschaft/thumbs100/CV2004_Film11_Fogo_18.jpg"/>
      <media:content url="http://fotos.8108.ch/fotos/TopShots/Landschaft/thumbs/CV2004_Film11_Fogo_18.jpg"/>
    </item>
  </channel>
</rss>
"
posted by jeffamaphone at 5:03 PM on October 5, 2010


« Older Birds of a feather...do WHAT exactly?   |   There's academia and there's ...? Newer »
This thread is closed to new comments.