Search This Blog

Aug 29, 2010

How to Change Favicon in Blogger

Hey Folks, are you tired of looking default blogger favicon in your browser? It is easy to change the default with your own favicon.   All you need to do is to insert the following link code below in your template, between the head tag. I recommend you add it above the </head> tag.



Code:
 -----------------------------------------------------
<link href='{image url}' rel='shortcut icon'/>
<link href='{image url}' rel='icon'/>


------------------------------------------------------- 

Note: {image url } --- is the web address of the favicon that you want to appear.

1 . Paste it in before </head> tag. Go to Layout->Edit HTML.







Find for end head tag (</head>) and paste your link code above it, then save it.














 Wait for the result cause for some instances there will be a delay due to the browser use but it is 100% guaranteed.

Important:
Please make sure that the favicon is in the ico format and not only by renaming it in ico file.

0 comments: