![]() |
|
adding channel image on rss flux - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: adding channel image on rss flux (/thread-6711.html) |
adding channel image on rss flux - hucste - 2010-03-04 To adding in script rss*.php, a channel image, i've writing another script, nammed 'rss-image.php'. This use this code : [code] [/code] this file is include by php calling in others scripts rss*.php : include('rss-image.php'); Certainly, it's possible to improve this ;-) adding channel image on rss flux - acrylian - 2010-03-04 I know it is a optional element for feeds but I don't understand for what is this optional needed actually? Maybe you could explain that? adding channel image on rss flux - hucste - 2010-03-04 example: this permit to include your logo's website on your flux rss ... as http://valerie-jaubert.com/rss.php?lang=fr_FR adding channel image on rss flux - acrylian - 2010-03-04 You mean as a kind of favicon? I see the normal site favicon of our site on our normal feed even without that ? Sorry, maybe I have a long line on this...;-) adding channel image on rss flux - hucste - 2010-03-04 open-it with browser web, as firefox !... adding channel image on rss flux - kagutsuchi - 2010-03-04 Ahh, I see it in Firefox. The code adds an image to the right side of the feed linking back to the gallery home page. It does look quite nice. adding channel image on rss flux - hucste - 2010-03-04 yes, this image is for the reader capable to see this optional code. (as browser web, or others readers ...) adding channel image on rss flux - acrylian - 2010-03-05 Sorry, I never use browsers for rss feed but a specific feed reader client, so I don't see that at all. Just tried in Firefox but that makes just a dynamic bookmark from it that does not show any specific image, too. Maybe post a screenshots so even I understand what it is about...;-) You could open ticket for this so we might consider this later and it does not get forgotten. Thanks. |