Monday, January 17, 2011

How To Change Blogger Favicon

1.Log in to your dashboard-->> Desing- ->> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see <title><data:blog.pageTitle/></title> tag.

4.Now immediately after that add below code








<link href='URL of your icon file' rel='shortcut icon' type='image/vnd.microsoft.icon'/>

Note: Replace URL of your icon file with your icon file Url.


Look at the example below:

<link href='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbn520ceag10kcPnzdalrEWFOWeqBBXlDKj7B1x44G1hcV7q9YJrgm49ZvBbIaXPmCBiJq1Oqa0icNCO-6emyyr1_d2HXv4TB8hBKgNSfZx9DfMCWHewd1Pte17hQ4do9fKIBMNRVChCI/' rel='shortcut icon' type='image/vnd.microsoft.icon'/>


5. Save your template You are done.

Cheers.!

0 comments:

Post a Comment