In this post, I will show you how to add a Favicon icon to your blogger/blogspot URL to get it a professional shape.
Favicon is a small image that appears beside your blog URL or when one of your visitors bookmarked it. You can see the OGB logo as a Favicon for this blog you're reading.
Adding a Favicon to your blog.
1. Create a logo for your website, make it small as 50x50 pixels.
2. Got to http://www.html-kit.com/favicon/ where you can generate a Favicon icon. Now browse for your logo and let the tool generates the Favicon icon in the proper extension.
3. Unzip the file and upload it to the web, use free services like http://pages.google.com from your Google account to upload your files there.
4. Add the following codes in your blog's HTML template right below the </head> tag;
<link href='youriconfile.ico' rel='shortcut icon'/>
<link href='youriconfile.ico' rel='icon'/>
Test you blog now, it seems more professional, isn't it?
Favicon is a small image that appears beside your blog URL or when one of your visitors bookmarked it. You can see the OGB logo as a Favicon for this blog you're reading.
Adding a Favicon to your blog.
1. Create a logo for your website, make it small as 50x50 pixels.
2. Got to http://www.html-kit.com/favicon/ where you can generate a Favicon icon. Now browse for your logo and let the tool generates the Favicon icon in the proper extension.
3. Unzip the file and upload it to the web, use free services like http://pages.google.com from your Google account to upload your files there.
4. Add the following codes in your blog's HTML template right below the </head> tag;
<link href='youriconfile.ico' rel='shortcut icon'/>
<link href='youriconfile.ico' rel='icon'/>
Test you blog now, it seems more professional, isn't it?
Comments
Post a Comment