Forum Moderators: DixonJones
Apparently, I can find out the percentage of visitors bookmarking my site. So where do I get favicon? Do I need to install it on my server? Does it require big brains to install it?
Did a quick search on google and found favicon.com. But it is giving a "page not displayed" message.
This thread [webmasterworld.com] might be of help. There's lot's more, just use the search link at the top.
A lot of people will put <LINK REL="SHORTCUT ICON" HREF="../folder/favicon.ico"> on every pages. This can get a bit complicated for structured sites, since you need to figure a different path for each folder.
This is why I put this pesky in every folder or sub folders. You never know wich page is going to be bookmarked.
I also noticed that NN7.0 requests favicon.ico regardless of whether you have specified a custon name for the icon file using <LINK REL="SHORTCUT ICON" HREF=".../folder/custom_name.ico">. I ended up using .htaccess to silently redirect any requests for "favicon.ico" in any directory to "mydomain.tld/my_icon.ico" (in root) to give it the proper icon (and also to solve the problem that macguru describes above).
Bottom line: Don't count favicon.ico requests from NN7.0 in your user bookmarking tally.
Jim
However, the .ico file may also hold a second image at 32x32, and even another 16x16 image. One image can be restricted to the 256 Windows system colors and one image can use a wider color range for systems that are set to display them.
The system automatically chooses the right image from the .ico library for the situation.
For instance, a user can drag a favorite from the browser onto their desktop. For most systems, a file or shortcut on the desktop will display a 32x32 icon - if that resolution is available in the .ico library. If it's not available, then the 16x16 icon will dispay, but scaled up to 32x32. And that situation means some serious jaggies!
So, if you have the software (IconForge for example) to create a multiple image .ico file, then it pays to create both a 16x16 and a 32x32 image while you're in the business of designing a favicon file.
I dont know whether is ships as default now, but some time ago it required some action by the user - and I've updated Mozilla several times since than, but keept the configuration.
My experiences are that mozilla accepts a tag like
<link rel="SHORTCUT ICON" href="http://www.mysite.de/mydir/favicon.ico">
in the head of the page and displays the correct image. I even tested it right now (using Mozilla 1.1) from mysite.de/anotherdirectory/ .
I'm not shure why it did not work for you - perhaps it should be named favicon?
You do not need the favicon.ico file to track bookmarks. The file is requested by IE from your server when bookmarks are done by users no matter if the file exsist or not. If it do not exsist you will still be able to see the hit in your logs (only as a 404 for the file) and anlyse it. Basically you just count the number of hits for favicon.ico for the time frame you are analysing and there you have it: number of bookmarks
I never knew that! And I thought Favicon was a high-tech software that would give me bookmarking pattern "reports". Yeesh!