I have always liked the little icons in front of websites in the browser address bar. When one adds a site as a bookmark or favorite, these icons make the site URL appear prominently in the favorites list. These icons are known as "favorite icons" or "favicons".
I have recently added one to my blog. The main advantage is that it gives the site a new identity and people who bookmark your site can easily look for your site in their favorites list.
To add favicon to your site you need to create one first or use a pre-existing icon. The most opted size of favicon is 16*16 pixel but you can also use 32*32 pixel size with .ico format. Some people use gif or png images. But I prefer a favicon with 16*16 pixel size and .ico format because this is standard supported by most browsers.
Steps to create/save a favicon
1. There are a number of sites for pre-existing icons. Download your favicon and save as image in jpg/gif/png format.
- favicon.ico generator In this site you can create dynamic and animated favicon using pixels.
- FavIcon from Pics This site creates favicons from images. You can edit your images using an image editing software. Save your favicon.
Other image hosting sites for .ico files are Ripway and MyFavatar (reference taken from BloggerBuster).
Add code to your template
1. First of all save your template.
2. Search for tag in your template. Place the code below just above the tag. Do not forget to change the code in red with your .ico file location and .ico file name.
Some copy the code after the title tag. See below.
Don't do this. Make sure that the code is placed just before the tag. Otherwise when your blog is loaded in the browser, the blogger favicon will overwrite your favicon and the blogger icon will be displayed in the browser. You can check this by seeing view source of your site after it is loaded in the browser. You will see two favicons loaded one of blogger and the other is your favicon. I faced this problem in firefox.
No other problem should come. Create a favicon and create identity and branding for your blogspot blog today.
Posted by Madhu on 11/22/2008 | Permalink
|
![]() |
Want automatic updates of our articles? Subscribe to our RSS feed or Get Email Updates sent directly to your inbox! |
If you find this article useful, bookmark to:










Favicons give site a new look. Article has good information about favicons. Thank you.