Thursday, December 31, 2009

How to add favicon to blogger (blogspot) blog

Before starting this post let's have an idea what is called favicon. Favicon also named as Favourite icon or pageicon or urlicon is a small icon (image) displayed at the beginning of the address bar of the browser.

The main advantage of creating and using favicon is, whenever someone bookmarked or favorited your blog the icon easily identify your blog/site among several other sites.

The most common sizes for favicons are: 16x16, 32x32, 48x48, 64x64, 128x128.

Most people use .ico format as favicon. But you can use .jpg or .png or .gif format for your favicon.

Example image of favicon.

The image in the address bar is the favicon.
Steps by steps how favicon can be added to your blogger blog is discussed below.

Step 01: With photoshop or gimp tool you have to create a 64x64 or 32x32 pixel image. You can also any online icon generator tool to create an icon online. I have created following icon for my arjudba.blogspost.com favicon using gimp tool.

You can access icon image from url http://1.bp.blogspot.com/_8O68IaFjsdA/SzxpFsLsJUI/AAAAAAAAAaQ/RrS2kG1c1Dw/s320/arju+icon+final.jpg

Step 02: Go to your blogger dashboard>layout>Edit html.

Step 03: Find out the following lines from the HTML template.
<title><data:blog.pageTitle/></title>
Add following codes
<link href='http://1.bp.blogspot.com/_8O68IaFjsdA/SzxpFsLsJUI/AAAAAAAAAaQ/RrS2kG1c1Dw/s320/arju+icon+final.jpg' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
below <title><data:blog.pageTitle/></title> this line.
So the codes will look like,
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<link href='http://1.bp.blogspot.com/_8O68IaFjsdA/SzxpFsLsJUI/AAAAAAAAAaQ/RrS2kG1c1Dw/s320/arju+icon+final.jpg' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<b:skin><![CDATA[/*



Step 04: Save the template and open your blog in a new window. You should see a fine favicon for your blog.
Related Documents
http://arjudba.blogspot.com/2009/08/how-to-increase-your-technorati.html

http://arjudba.blogspot.com/2009/07/how-to-setup-google-webmaster-tool-for.html
http://arjudba.blogspot.com/2009/06/how-to-get-targeted-backlinks-to-your.html
http://arjudba.blogspot.com/2009/07/draw-google-adsense-money-using-western.html
http://arjudba.blogspot.com/2009/06/different-types-of-web-hosting-services.html
http://arjudba.blogspot.com/2009/07/how-to-add-site-to-yahoo-directory.html
http://arjudba.blogspot.com/2009/07/how-to-add-site-to-google-directory.html
http://arjudba.blogspot.com/2009/12/how-to-know-when-googlebot-last-crawled.html
http://arjudba.blogspot.com/2009/12/how-to-add-different-meta-tags-to.html
http://arjudba.blogspot.com/2009/12/how-to-disable-or-remove-blogger.html

http://arjudba.blogspot.com/2009/12/scrolling-text-effect-html-code-with.html

http://arjudba.blogspot.com/2009/12/how-to-post-larger-images-in-blogger.html

http://arjudba.blogspot.com/2009/12/how-to-transfer-or-sell-blogger.html

http://arjudba.blogspot.com/2009/12/how-to-add-email-subscription-form-to.html

No comments:

Post a Comment