A friend of mine wants to make her favicon visible when people user Google Reader to view the RSS of her Wordpress blog. Anyone have a quick tip on how / where to make that reference? Her current web host is Bluehost, and apparently that is the "icon" people see when using Google Reader. Any suggestions would be helpful.
Asked
Active
Viewed 2,437 times
1
-
This is not programming related. It should be moved to Super User. – nickname May 25 '10 at 03:01
-
It is programming. You define your site's favicon in a number of ways - on the server root, via tags in the code, etc. I wanted to know if there was a specific way to do it so that it shows up as part of RSS feeds in GReader. If anything, based on the solution, this is more ServerFault related. – Joshua May 25 '10 at 19:49
1 Answers
1
It's a user preference - according to the Google Reader docs - and it doesn't always work: Bug report: favicons for subscriptions are not always displayed - Google Reader Help

markratledge
- 17,322
- 12
- 60
- 106
-
1So, at the very least, his friend should make sure that the favicon is at the webroot and not linked in the theme head. – Gipetto May 25 '10 at 05:17
-