In my previous post, I discussed about adding a favicon to blogger. Well, here's the another way. This way is way too simple and a perfect way to follow for beginners. This process may seem a bit silly, but it works :). So here I Go.
First download your favicon in any of the image formats like png, gif, etc. Then upload the image to blogger and copy the link given by it.
Then, search for
in your template's html. To edit your template html, First click on the 'upward arrow mark' beside your blog in the control panel and then select 'Template'. Then click on the 'edit html' option. Now you get the html.
Then search for the above code.
Above the code, paste the following code.
and replace the 'IMAGE URL HERE' with the url which we copied earlier.
(For Video Tutorial Click Here)
That's it. You're done. Just save the template and now you have a blog with a favicon.
Tags:
Blogger trics
First download your favicon in any of the image formats like png, gif, etc. Then upload the image to blogger and copy the link given by it.
Then, search for
<b:skin><![CDATA[/*
in your template's html. To edit your template html, First click on the 'upward arrow mark' beside your blog in the control panel and then select 'Template'. Then click on the 'edit html' option. Now you get the html.
Then search for the above code.
Above the code, paste the following code.
<link href='IMAGE URL HERE' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
and replace the 'IMAGE URL HERE' with the url which we copied earlier.
(For Video Tutorial Click Here)
That's it. You're done. Just save the template and now you have a blog with a favicon.
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!