-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feed icon #83
Comments
Sure, let me think about how to do it. For the time being, have you tried modifying the resulting feed with Here's an example (suppose your feed format is rss, not atom):
|
As I did more research on the topic, I found that the feed image isn't the same as the feed icon. It turns out there is no standard in how the feed's icon should be specified in the feed itself. According to this stackoverflow answer, most feed readers will just load the icon using the favicon of the main site. This means setting The answer also offers an idea to get around the issue. Suppose you're making a feed for |
A long time ago I created the feed for both my blog and my podcast. Feed icon URL was here:
Here:
My feed in my case is:
|
According to the stackoverflow answer I linked, the The following measures are my suggested attempts to make the feed reader find the icon correctly. First, I noticed that the favicon of https://ugeek.github.io seem broken. See https://github.com/uGeek/ugeek.github.io/blob/main/index.html#L20-L23. Could you try fix it and see if the icon is shown correctly? If that still doesn't work, I suggest you to try to make https://ugeek.github.io/favicon.ico point to a valid favicon and see if that works. |
Therefore, being broken, the URL indicated on the tag is correct and it adopts that icon as correct. https://ugeek.github.io/ugeek.png |
But you're right. I just subscribed and the icon does not appear. So that tag is not valid. |
You could add the icon variable In the configuration file, currently there is the title, description even the RSS type but when you subscribe to a Feed generated with the merge option it does not have an image.
The text was updated successfully, but these errors were encountered: