![]() |
|
Google's Slideshow API - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Google's Slideshow API (/thread-1926.html) |
Google's Slideshow API - chazzzzy - 2007-12-12 Google has a slideshow API that reads RSS feeds. Unfortunately I cannot get it to work with the ZenPhoto RSS feed. Has anyone gotten it to work here? Thanks! Charles Google's Slideshow API - sbillard - 2007-12-12 There is a new feature request for a 'media' rss feed that we are considering. Google's Slideshow API - acrylian - 2007-12-12 By a quick look at the google page I couldn't find that they request any special "Media" RSS. Our feed is a standard RSS 2.0 feed. But you could try to add the additional channel elements like yourself and see if that maybe works: Google's Slideshow API - chazzzzy - 2007-12-13 acrylian, would you know how I would add the tag into the RSS? I can't really understand how it's supposed to be done... I'm looking at rss.php and I think I'm supposed to put below somewhere, but I don't know how to specify the image url. Thanks! Charles Google's Slideshow API - acrylian - 2007-12-13 As far as I understand that you can just take the url from Google's Slideshow API - chazzzzy - 2007-12-14 Actually.. when I look at the RSS feed.. it doesn't look like any kind of feed even on your examples on your site. Are you sure the RSS stuff works at all? Thanks, Charles Google's Slideshow API - chazzzzy - 2007-12-14 I am using the standard theme.. and I get NO rss for my albums. Can you take a look at it and be able to see what is wrong? http://www.seal.com/wp-content/photos/ I click on all the RSS feeds and get nothing but the album name. I did upgrade from an earlier version of zenphoto.. could that be it? Google's Slideshow API - acrylian - 2007-12-14 Possible, could you post your rss feed code please?Maybe you mixed an older version of the feed with a new zp version. I can't reproduce your error, so something is indeed wrong there. Google's Slideshow API - chazzzzy - 2007-12-14 OK.. I reuploaded the latest RSS.php.. and now the RSS works.. (You might want to look at your demos, as the RSS there doesn't work either). I added in the IMAGE tags like you mentioned.. but it still doesn't work with the Google API. You know the way the link takes you not to the image, but to the PAGE hosting the image. Is there a way to make the link take you to the actual image? That way I think the Image tag would work? Thanks so much for your help by the way! Charles Google's Slideshow API - acrylian - 2007-12-15 We are currently reworking the website anyway so that will be fixed then. Regarding the tag. You could try one of these functions within : If you have any success, please let us know. Google's Slideshow API - morethanthesky - 2008-03-11 I worked on this for days, even hired the Google API "Guru" to help me. I rewrote the rss.php page to print the feed in the format they needed, and even though the feed was perfect, it still would not work. But when I copied that feed and those images out of the zenphoto directories and put them into directories that were not mod_rewrite, the slideshow worked. There is something about the mod_rewrite (I suspect) that is causing the API to crash. Sometimes I could get it to work for two or three tries, and then it would stop. Google's Slideshow API - acrylian - 2008-03-11 Isn't that the Media RSS? Then you probably should take a look here: http://www.zenphoto.org/2008/01/hacks/#mediarss |