The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Favicon Won't Show Up in RSS Reader
Chris Martucci
post May 18 2011, 09:11 PM
Post #1


Unregistered









Hey, I use NetNewsWire Lite, and the favicon for my blog won't show up. The icons show up for every other blog, just not for mine. Here's some relevant source code:

CODE
<link rel="shortcut icon" href="http://29.media.tumblr.com/avatar_633803b1a032_16.png" />
<link rel="alternate" type="application/rss+xml" href="http://whatblag.com/rss">

Any ideas? Thanks.

This post has been edited by Chris Martucci: May 18 2011, 09:12 PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post May 19 2011, 01:12 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Have you tried renaming the image to favicon.png?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 19 2011, 10:14 AM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



I see the favicon just fine at http://whatblag.com/ (Firefox, Chrome, Safari, Opera, all on Mac). But it's using a different image from the one in the code snippet that you posted.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post May 19 2011, 10:48 AM
Post #4


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



You're right about that. Nevertheless, if you subscribe to his RSS, not using a browser but using NetNewsWire (Lite or not), there's no image indicating his blog.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Chris Martucci
post May 19 2011, 11:27 AM
Post #5


Unregistered









QUOTE(Frederiek @ May 19 2011, 02:12 AM) *

Have you tried renaming the image to favicon.png?

Like this?
CODE
<link rel="shortcut icon" href="https://lh3.googleusercontent.com/_seENakxr7eg/TdVAkAEZn7I/AAAAAAAAABg/GAkSqSF4VRc/favicon.png" />

The image shows up in my browser, but still not in NetNewsWire.
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post May 20 2011, 02:13 AM
Post #6


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Try adding the TYPE attribute to your RSS/XML feed file, so it will look like this:
<?xml-link rel="shortcut Icon" href="favicon.png" type="x-icon"?>

Generally, favicons are looked for at the root of a domain, though you can put it in a folder, as long as the path is correct.

I have some test feeds on my localhost; one is a .rss and the other a .xml. Though both have a link (as above) to my favicon.ico (at the root of my localhost), only the .xml version will show the favicon in NetNewsWire.

On the other hand, the CNN feed to which I have a subscription, is a .rss feed and it shows their favicon. Looking at the source of the feed, they coded it with <image> pointing to another domain too and it works.

CODE
<image>
<title>CNN.com</title>
<link>http://www.cnn.com/?eref=rss_topstories</link>
<url>http://i2.cdn.turner.com/cnn/.element/img/1.0/logo/cnn.logo.rss.gif</url>
<width>144</width>
<height>33</height>
<description>CNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.</description>
</image>

I don't know if that will help.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Chris Martucci
post May 22 2011, 07:52 PM
Post #7


Unregistered









Well, I found out that NetNewsWire takes the icon from the favicon.ico file. So, I emailed Tumblr to see if I could change it, and they said I couldn't. So I guess that's the end of that. Thanks for the help everyone. smile.gif
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 07:44 PM