Adding Favicon To Your Blog

Well, I'm back again. Now, I'm working on favicons. So I'm on my way to list all the sites. But before, I thought of making a post about adding a favicon to a blog. Because, it doesn't make sense when you know how to make a favicon but don't know how to use it. So, here I go and, by the way, you can refer my post about creating favicons to create a perfect favicon for your site.

Adding a Favicon

Create your favicon by using one of the tools available. You can directly upload your image or create a new one. After uploading an image or creating a favicon you can download the automatically-converted-icon form of the favicon and save it to your desktop.

Next, you need to upload it to some host like Favicon Hosting and Genarator etc. You can even get a lot of hosting sites online to host .ico files. Once you upload it to a host, you get a direct URL to the favicon file.

Now go to your blogger dashboard > layout > Edit html.
There look for the code

<title><data:blog.pagetitle/></title>

<data:blog.pagetitle/>
and add the below code just after the above one.

<link href='ICON FILE URL' rel='shortcut icon'/>
<link href='ICON FILE URL' rel='icon'/>


and replace the 'ICON FILE URL' with the URL of your icon file.
Take care that the code you paste is in between
<data:blog.pagetitle/>
<data:blog.pagetitle/><title><data:blog.pagetitle/></title>
Your Code
<![CDATA[/*

If you are unable to follow the above process, here's another way.


If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you subscribe to my regular Email Updates. Subscribe Now!


Kindly Bookmark and Share it:

YOUR ADSENSE CODE GOES HERE
 

© 2011. All Rights Reserved | Blogger Tricks 'N' Gadgets | Template by Blogger Widgets

Home | About | Top