Copyright © 2010 A. Fatih Syuhud. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Did you see a little image to the left of my fatihsyuhud.com address url in your browser? It’s called favicon. Favicon can only be installed in a self-hosted blog / website or in a free blog / website where user is allowed to access the template such as blogger.com / blogspot. Now, however, wordpress.com allow bloggers to use favicon too with specific way. See the how-to here for wordrpess.com favicon.
Here’s how to make a Favicon and Install it into Blog / Website
1. Create a favicon image online by uploading any image from your computer here. Click the “Generate Favicon ico.”
2. Name it favicon.ico and save it to your computer.
3. Upload the saved favicon into your website locate it at the same place with index.php (it applies to self-hosted wordpress) or index.html, or index.asp. In my case, I uploaded the image into http://fatihsyuhud.com/favicon.ico
4. Insert the following code in your blog or website header. In the case of self-hosted blog, put it in theme header:
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
5. Save. And done.
Favicon technical definition:
Favicon (pronounced fav-ai-kon) is short for ‘Favorites Icon.’ A Favicon is a multi-resolution image included on nearly all professional developed sites. Within Internet Explorer and Firefox the Favicon is displayed on the Address line and in the Favorites menu. The Favicon allows the webmaster to further promote their site, and to create a more customized appearance within a visitor’s browser. Often, the Favicon reflects the look and feel of the web site or the organization’s logo. See for example the Favicon of this website where I use my own picture.







April 30, 2009 at 7:51 am
it’s work. thanks
July 21, 2009 at 2:00 am
[...] Details about Favicon (fav-ai-kon) in general has been mentioned here: [...]
December 20, 2009 at 11:27 pm
[...] More details on How to create FAVICON see here. [...]
January 31, 2010 at 3:39 pm
[...] How to Create a Favicon [...]