Considering that a desired image have already been prepared the following issues should be resolved:
- A proper internet storage for ico file should be found. While some web browsers are flexible to work with different picture standards (jpeg, png, gif) as a favicon the main limitation comes from IE which can work with ICO images only. On the other hand not many sites including Blogger itself accept ICO files for uploading. I chose 1 Pixel Host - so far it seems working fine. Convert your image into ICO format of 16x16 or/and 32x32 pixels and upload to the host. Have to say: while favicon file probably should stay with the *.ico extension unchanged, it may have any name, not only "favicon.ico". 1 Pixel Host replaces the original file name with a random mess. For instance, mine got the name "yjtxmkry15su2xsg8em.ico", so copy Direct Link carefully.
- Reference to the ico file should be added to the blog template. There are direct instructions from Mictosoft how to do it in "How to Add a Shortcut Icon to a Web Page" , but it does not work by some reason neither for my Blogger nor for my home page at ISP (Internet Service Provider). Somehow the problem was resolved by changing position of the "Shortcut Icon" line. Microsoft suggests it like this:
To make it work I had to put the "Shortcut Icon" line below the "title" line:
<head>
<link rel="SHORTCUT ICON"
href="http://www.mydomain.com/myicon.ico">
<title>My Title</title>
</head>
Replace the "href" value with the Direct Link to your ICO file, add the line to your Blogger template, save - and that's it. From now the favicon should appear at every page of your blog.
<head>
<title>My Title</title>
<link rel="SHORTCUT ICON"
href="http://www.mydomain.com/myicon.ico">
</head>
If you have any questions regarding favicon you can check out source code of any website which has favicon including mine.
0 comments:
Post a Comment