Does your site have a favicon?

By CleverSage | March 1, 2008


If you have ever noticed a little image in the address bar or in the favorites/bookmark menu of your browser while you are surfing websites or bookmarking pages, you have seen an example of favicons in action. Having a favicon built into your site allows you to further brand and promote your site.

Where favicons appear

How to create a favicon

  1. Create an image that is 16 pixels high by 16 pixels wide.
  2. Save the image you just created as “favicon.ico.” However, many browsers are now supporting the .GIF and .PNG file types.
  3. Upload this image to your site (root directory is preferred)
  4. Put the piece of code below in the <head> section of your site:
    <link rel=”icon” href=”http://YourSiteHere.com/favicon.ico”>
  5. You’re done, be sure to double-check to ensure that it is now working properly

 

WordPress Favicon Plugins

WordPress Logo

Topics: Accessibility, Branding, Usability |

One Response to “Does your site have a favicon?”

  1. John Kolbert Says:
    March 1st, 2008 at 9:47 pm

    Hi, thanks for linking to my Admin Favicon plugin. I agree that a favicon is a great tool for usability. Adding it to the backend console has saved me quite a bit of time! Nice blog, by the way, you’ve got some great info here.

Comments