Fact: feedreader looks for the feed favicon in the root of the site or same folder as xml file. In my case, it does not exist (on purpose), so feedreader will display the default favicon.
.
To specify the location of the favicon, there is an optional <icon> tag in the atom specification.
http://atomenabled.org/developers/syndication/#optionalFeedElements
.
or an <image> tag in the specification of RSS 2.0 specification.
.
Could you support these tags so that I can add this line to my xml file:
<icon> url_of_my_favicon_here</icon>
or
<image> url_of_my_favicon_here</image>
.
and feedreader will display this favicon instead of the default one.
.
favcion support
Could you please support the RSS standard for favicon, so that my custom built RSS feed is displayed with the right icon in feedreader and not the default icon?