RSSNext / Follow

🧡 Next generation information browser.
https://follow.is
GNU General Public License v3.0
13.56k stars 568 forks source link

Support for feed logos/icons for Follow #1015

Open danbao opened 5 days ago

danbao commented 5 days ago

Clear and concise description of the problem

The inspiration for this comes from this ticket https://github.com/alexdebril/feed-io/issues/227 image

More info here: https://snook.ca/archives/rss/add_logo_to_feed

Suggested solution

Atom

<feed>
   ...
   <icon>http://example.org/favicon.ico</icon> <!-- Must be a 1:1 image -->
   <logo>http://example.org/logo.jpg</logo><!-- Must be a 2:1 image -->
   ...
</feed>

RSS

<channel>
   ...
   <image>
    <!-- image size and description fields are optiona, see link above for moar infol-->
    <url>https://snook.ca/img/rss_banner.gif</url>
    <title>Snook.ca</title>
    <link>https://snook.ca/jonathan/</link>
    <width>111</width>
    <height>32</height>
    <description>Snook.ca features tips, tricks, and bookmarks on web development</description>
  </image>
  ...
</channel>

Alternative

No response

Additional context

No response

Validations

linear[bot] commented 5 days ago

FOL-508 Support for feed logos/icons for Follow