How to change your blog icon in Blogger
Wanna know how to change your blog icon in Blogger (like the one on this page)?
It's simple, just follow these simple steps below!
First, choose a .png file (of any size) that you deem nice enough to put as a blog icon.
Then, upload the .png to http://html-kit.com/favicon/-/selpic-2/ and download the resulting file in .ico format.
After downloading the .ico file to your computer, upload it to http://picpanda.com or http://imageboo.com or http://www.iconj.com/icon_generator.php and obtain a direct link for the file after it is uploaded into the website's storage.
Log into your Blogger account and select: Dashboard>Layout>Edit HTML.
You will see a window with all the HTML mumble-jumbles you do not understand. Fret not, you only need to find the code right at the top, that should look like this:
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
After the line of code:
<title><data:blog.pageTitle/></title>
on the next line, type:
<link href='URL of your icon file' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
Make sure not to simply copy this exactly, but actually put your icon’s URL in, instead of the words ‘URL of your icon’
The whole thing will look like this:
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<link href='URL of your icon file' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<b:skin><![CDATA[/*
Here is a sample of the code:
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<link href='http://www.picpanda.com/images/123456789abcdefg.ico' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<b:skin><![CDATA[/*
Click to save your new template and you should see the new icon next to your blog's address!
PS: If the above codes do not work, try inserting this code instead:
<link href='URL of your icon file' rel='shortcut icon' type='image/x-icon'/>
unlike other posts that i read and tried out before, this one really worked. I used www.imageboo.com to host the .ico file. Thank you for the tip.
Thanks, this was very useful!
thank you very much ,
Your post is good source of knowledge.You helped me so much.
rossie_jordan@yahoo.com
wow.. thank you for sharing :)
it's working for me too!
That's AWESOME! i couldn't find anything else for blogger on the internet!
Five stars!
*****
how to make all these? i'd tried all the steps but its not worked:( help me please..
thank you so much
it was so helpfull for me
once gain thank you............................
sandeep kolakaluri
Great code examples! Thanx.
Thanks It works