26 May 2012

How to Change favicon in blogspot blog

favicon tutSteps To Change the favicon :
1. Create an image and upload in any image hosting site and get the direct link of that image.[image formats : jpg,gif,png]
2. Go to admin panel of your blogspot blog.
3. Go to Design => Edit HTML
4. Now , look for </head> tag and paste the following code just above the </head> tag

Code:

Sample :
<link href='image_url' rel='shortcut icon' type='image/x-icon' />
<link href='image_url' rel='icon'              type='image/x-icon' />

Example :
<link href='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXagiSZE_kxmkS_CZ4mImgbW1uHUrytyLtLObd23542MX2K4UaC82pf4z59Ocfr7v41zWWqMdn4ad8AwXrDUpViuy1FHwSLMVZhqI1bLe8-dwMW6iyvtOUzdhduojXsQpedErEjALGDJaG/' rel='shortcut icon' type='image/x-icon'/>
<link href='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXagiSZE_kxmkS_CZ4mImgbW1uHUrytyLtLObd23542MX2K4UaC82pf4z59Ocfr7v41zWWqMdn4ad8AwXrDUpViuy1FHwSLMVZhqI1bLe8-dwMW6iyvtOUzdhduojXsQpedErEjALGDJaG/' rel='icon' type='image/x-icon'/>

(If you found this article useful then share with your friends.)

No comments: