Forum Moderators: open

Message Too Old, No Replies

favicons

should IE 5.2@ mac support favicons

         

NathanOnions

1:23 pm on Mar 29, 2004 (gmt 0)

10+ Year Member




I'm having a few problems trying to get my favicon to display, I have the image favicon.ico in my root folder but it does not display on IE 5.2 or Safari.

Is there anything else that I have to do to make it diaplay?

This is baffling, please elp if you can.

Thanks

Nath

zooloo

1:31 pm on Mar 29, 2004 (gmt 0)

10+ Year Member



I don't know if there's an issue with those browsers but try adding:

<link rel="shortcut icon" href="favicon.ico">

in the <head>

It may work or it may not... ho hum!

zoo

rogerd

1:55 pm on Mar 29, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



NathanOnions, the support for favicon.ico is fairly baffling overall. The favicons rarely seem to stick around for long even when they work, so I wouldn't recommend devoting much time to it. It's a great feature, but poorly implemented.

Reno

12:03 am on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I believe the favicons may be deleted from the visitor's harddrive every time they delete their cache and/or history.

However I have read somewhere that it's a good way to find out how many people bookmark your site, by looking at your stats to see how many favicons are requested.

Recently I saw the following code recommended, so I may add it to the head sections of my own pages, just to see what happens:

<link rel="shortcut icon" type="image/ico" href="http://www.mydomain.com/favicon.ico" />

<link rel="icon" type="image/ico" href="http://www.mydomain.com/favicon.ico" />

(Unless of course someone here thinks it's useless!)

isitreal

1:41 am on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



it's a good way to find out how many people bookmark your site, by looking at your stats to see how many favicons are requested.

No, unfortunately that's not the case. Mozilla, Opera, and I think Safari display your favicon automatically in the address bar, and if use tabs, on your tab.

IE doesn't do this, but is supposed to add the icon to your favorites listing, that's where that idea comes from, if only windows IE users visited your site, counting favicon hits would tell you something, as it is, it doesn't really tell you anything.

Reno

3:13 am on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



if only windows IE users visited your site, counting favicon hits would tell you something

When I check the stats at my various websites, it seems that IE is pretty consistently running at about 90% of all browser types.

But all in all I agree with you -- there are far better ways to interpret site visitors' data -- I just threw that out as something I'd read somewhere and wouldn't put too much stock in it as any kind of reliable benchmark...

R1chard

3:49 pm on Mar 30, 2004 (gmt 0)

10+ Year Member



Yeah, I've been using Moz Firebird for over a year, and have frequently cleared my cache etc. And ALL the icons show up on my lists, and even if they aren't bookmarked, they show up in the URL/tabs every time I visit them.

It's amazing that so many people spend so much time on a 16x16 logo- sometimes more than they do on making their code validate! I find it gimmicky, and most of the time I can't tell what the thing is anyway!

isitreal

4:53 pm on Mar 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It's amazing that so many people spend so much time on a 16x16 logo- sometimes more than they do on making their code validate!

If you think of it as a design challenge, getting a uniquely identifying graphic 16x16 pixels large using a very restricted color palette is a good exercise in minimalism. Now if only IE would actually display them the way they are supposed to be displayed...