How Do You Get Your Logo Next To Your URL?

Favicons

I have always wanted to know how you make a favicon (icon) appear next to your url, and I finally figured it out. While at the Search Marketing Expo in California last week, this was another fun little tid bit they encouraged to brand yourself a little, so I decided to do it myself!

Below are the steps I followed. Pretty easy to do, enjoy!

(These instructions are mainly for WordPress blogs)

  1. Choose your image, logo or whatever you want to use as an icon.
  2. Upload the image into a favicon editor, I used this one.
  3. You will be asked to crop this image, unless you can create your own 16×16 pixel image.
  4. Save the finished favicon to your desktop, and make sure you keep the format to the default favicon.ico file name, do not re-name it.
  5. Clear your WP and browser cache.
  6. Next, place your favicon.ico file inside your theme folder (for example: wp-content/themes/default/) then add this line to your header.php folder:

<link rel=”shortcut icon” href=”<?php bloginfo(’template_directory’); ?>/favicon.ico” />

Be sure to add it somewhere within the <head></head> section.

  1. Refresh your browser, done!


Share and Enjoy:
  • Digg
  • StumbleUpon
  • Technorati
  • del.icio.us
  • Facebook
  • Spurl
  • Mixx
  • E-mail this story to a friend!
  • TwitThis
  • Reddit
  • Propeller
  • Furl
  • NewsVine
  • Print this article!

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

Great tip.

Uh….Yeah

Leave a comment

(required)

(required)