FaviconTool : Free Favicon Generator
FaviconTool is a web-based favicon generator that can create custom favicon icons for your website. In case you don’t know what ‘favicon’ is, it’s that squarish little icon that appears at the beginning of a web address.
While you’re on MakeUseOf.com you should be able to see our favicon icon as well. It should look like
So if you want to create favicon for your website too, then FaviconTool can help you do that. Simply upload a source image from your hard drive and let FT convert it to the right format and size. Once done, upload your image to the root of folder of your website and insert following code inside <head> ….. </head> tags of your header file.
<link rel=”icon” href=”http://www.yoursite.com/favicon.ico” type=”image/x-icon” / >
<link rel=”shortcut icon” href=”http://www.yoursite.com/favicon.ico” type=”image/x-icon” / >
Go to FaviconTool @ (www.favicontool.com)

No comments yet.