What is currently the best way to get a favicon to display in all browsers that currently support it?
Please include:
Which image formats are supported by which browsers.
Which lines are needed in what places for the various browsers.
|
feedback
|
|
I go for a belt and braces appraoch here. I create a 32x32 icon in both the
<link rel="icon" href="/images/favicon.png" type="image/png" /> <link rel="shortcut icon" href="/favicon.ico" /> Please note that:
| |||||||||||||||||||||
feedback
|
|
It might also be worth including the 'favicons' for the iPhone here as well; that is if the user chooses to add your website to their home screen. The code used in this case is as follows:
The dimensions should be 57x57 pixels. Alternatively you can omit the link tag and just put a file called 'apple-touch-icon.png' in the root directory of your website. | |||||
|
feedback
|
|
I use .ico format and put the following two lines within the
| |||
|
feedback
|
|
Favicon must be an .ico file to work properly on all browsers. Modern browsers also support PNG and GIF images. I've found that in general the easiest way to create one is to use a freely available web service such as favicon.cc. | ||||
|
feedback
|
|
There is also a site where you can check how the favicon of any page is made There you can see a tutorial about making favicons, image types and resolutions, it's nice! | |||
|
feedback
|
|
Having a
Personally I use .png images but most formats should work. | |||||
feedback
|
|
| |||
|
feedback
|