How To Create A FavIcon For Your Site
I love FavIcons, as to free up space on my bookmarks toolbar in Firefox I tend to just use FavIcons rather than the full site name.
I’ve finally got around to making my own by using this cool tool that can make a FavIcon from any picture in 5 seconds. Once you’ve done that all you have to do is load your files up to your server and add one line of code to your header file. On the site it says to add:
< link href="favicon.ico" rel="shortcut icon" />
But I had to add the following to get it to work on all page:
< link href="/favicon.ico" rel="shortcut icon" />
Simple!
Bookmark & Share
Related Posts
- How To Create RSS Alerts For When Your Site Gets Dugg
- Use Any Font On Your Site With sIFR
- 6 Ways To SpeedUp Your Site
- How To Enable Gzip With WP-Cache2
- Ultimate Wordpress Site Speed - Install WP-Cache2 AND APC At The Same Time
- WordPress Optimisation: Control When Plugins Are Loaded
- How To Make Text Link Ads Match Your Site Perfectly





Comment by Ajay on 13 February 2007:
Remember that when you use /favicon.ico it assumes that favicon.ico is in the domain root.
I use Dynamic Drive’s Favicon Generator.