This is a fun one. All you branders out there will enjoy learning how to put that little icon next to your URL in the address bar of your browser.

Favicon Explained

Here are some examples: Favicon Example: Google Favicon Example: Yahoo Favicon Example: MSN Favicon Example: AOL Favicon Example: MSNBC Favicon Example: las vegas real estate 

The image is called an icon image. The file is a .ico image which is created from a bitmap image. 

  1. We need to create the image. Go to your image editor (Photoshop, Paintshop, Fireworks, etc.) and open up a copy of the logo you want on your site. Shrink it down to 16x16. This means the pictures dimensions are only 16 pixels wide by 16 pixels high. You may have to play with your editor to make the image look clear and not blury.
  2. Save the image as a bitmap file (if your image editor will save the image as a .ico image then do that instead and skip step 3). The file extension will be .bmp.
  3. Now we need to convert the image into an .ico image. I don't have a specific program to recommend but I did go to http://www.download.com/ and searched for "ico". I downloaded QTam Bitmap to Icon 3.5 just to try it and it worked great for me (little disclaimer here - I take NO responsibility for this 3rd party software). Step through the options of the conversion software to convert your bitmap into a .ico file. Be sure to select 16x16 if you are given options for file dimensions. Save the file as favicon.ico.
  4. Move the new .ico file (favicon.ico) to your server in the images directory (or where ever you store your images).
  5. Add the following html to your header tags: <LINK REL="shortcut icon" HREF="http://www.yoursite.com/images/favicon.ico">   You'll need to adjust the HREF= url to point to the right file on your server.

Here is a simplified view of what your html might look like:

<html>

<head>
<title>Favicon Explained</title>
<META NAME="description" CONTENT="Favicon Explained.....">
<META NAME="keywords" CONTENT="favicon explained, favicon conversion......">
<LINK REL="shortcut icon" HREF="http://www.mycoolsite.com/images/favicon.ico">
</head>

<body>
...etc. etc. ...

Alrighty. That'll do it. Have fun with it.

Find other ways to personalize your site.

 

42 Comments on Adding Favicons - The little image next to your URL in the browser

MAR
22
2007
3 Featured Posts
I love the idea, but I am not certain that I have the capabilities to actually do it. :)
4:50pm • #1
3 Featured Posts
Theresa: I understand the concern. It is a little more advanced than some other updates. You may need to contact your web guy. If you can create the image it shouldn't take your web guy too long to add the image to the server and then add the html or provide it to you so you can do the updates yourself. A lot of that depends on how your site is designed.
4:53pm • #2
171,516 Points 17 Featured Posts Localism Sponsor Outside Blog

I gave it my best shot.  I will try again when I have more time. 

Thanks,

Fran

5:15pm • #3
3 Featured Posts
Fran: Where did you get hung up? I hope I haven't left out a step.
5:35pm • #4
444,449 Points 2 Featured Posts Outside Blog
I really like this idea.  I'm bookmarking this one so I can try it tomorrow.  Thanks for the idea and directions!
8:34pm • #5
APR
05
2007
3 Featured Posts

AWD,

Thanks, I've bookmarked this too. Wondered what that was called.

8:53pm • #6
APR
23
2007
Localism Sponsor

Definately going give that a shot!  Not sure what I want though. 

Where do I go for ideas?

9:27pm • #7
APR
25
2007
3 Featured Posts
Troy: what is your web site's logo? That is where I would start. Who is your broker? Usin their logo is also an idea (of course that means you are marketing them and not you). Use something that gets across your image.
1:35pm • #8
MAY
02
2007

Hey, this is great info, could someone point me into the right direction or look at my code to see what I am doing wrong? I am using Frontpage, here is my code.

<head>
<title>Welcome to JanicePearsonRealtor.com</title>
<meta name="description" content="King George VA Real Estate, Let me help you find or sell your home.">
<meta name="author" content="JanicePearsonRealtor.com">
<meta name="publisher" content="JanicePearsonRealtor.com">
<meta name="copyright" content="Copyright 2002-2006 JanicePearsonRealtor.com, All Rights Reserved">
<meta name="rating" content="All">
<meta name="audience" content="All">
<meta name="robots" content="index,follow">
<LINK rel="shortcut icon" HREF="http://www.janicepearsonrealtor.com/favicon.ico">
<link href="http://templates.agentedit.com/sti/1/05312075241569/remax/images/rl_style.css" rel="stylesheet" type="text/css">

</head>

 

Also, is there a different way to do this for Internet Explorer 7 to show it?

Thanks, please feel free to email me.

Chris Satterwhite
10:07am • #9
3 Featured Posts

Chris: The html looks good to me. I can only think of a couple of things:

  1. Is favicon.ico in the root? should the href be http://www.janicepearsonrealtor.com/images/favicon.ico or something?
  2. Is the .ico file correctly formatted? is it named .ico or did you happen to leave it as a .jpg or .gif?
  3. Does your server have any issues w/ .ico files?
  4. Are you able to see .ico files from other sites?

Good luck with it...

3:33pm • #10
MAY
23
2007
This is a really cool idea.  I will try and add it to my sites.  thanks.
12:15pm • #11
MAY
24
2007
1 Featured Post Localism Sponsor

Hello!  I've seen favicons on other websites and I wondered how to do it.  Thank you for the tutorial--I bookmarked it to try when I have more time.  Definitely a good post!

 

11:20pm • #12
MAY
25
2007
298,359 Points 16 Featured Posts Outside Blog
I like that info - thanks. Bookmarked to review when I'm ready.
8:09pm • #13
MAY
26
2007
I always wondered how to do this... I now need to make one for www.LifeAtSonoma.com!
5:38pm • #14
MAY
28
2007
3 Featured Posts

Steve: Hope it goes well.

Yolanda: Good luck.

Teri: Good luck.

Jason: Let us know how it turns out.

1:36pm • #15
13 Featured Posts
In the past I have noticed that Fav Icons can be kinda buggy in IE. Have you had the same result? Firefox always shows up fine. But IE is hit and miss.
3:34pm • #16
MAY
29
2007

Thanks for the direction

Ken

1:47pm • #17
MAY
30
2007
3 Featured Posts

Brad: I have noticed the same thing. Usually the first time you visit a site the icon doesn't appear but when you go back it does. I have noticed better results in the later versions of IE. Firefox seems to grab them fine. Seems like an IE bug.

Ken: Yep, yep.

8:02pm • #18
JUL
11
2007

AWD, thanks.

I wondered what is it  and how to do it, now I know what it is and give it a try soon. thanks for sharing.

8:20am • #19
362,420 Points 59 Featured Posts Localism Sponsor Outside Blog Hit Router
Thanks for the cool tip... I'll have to try it.  Always wondered about those icons or "Favicons"
8:28am • #20
JUL
19
2007
3 Featured Posts

Hemang: Yep. Good luck with it.

Brian: Good luck with it.

1:00pm • #21
JUL
30
2007
201,122 Points 1 Featured Post Localism Sponsor Outside Blog Hit Router
Thanks, I was wondering how to get that on there, however -- I can't do it now, will bookmark.  I have so many other things to learn and do, this I will add to the list.  Thanks again, great tip.
12:05pm • #22
197,890 Points 3 Featured Posts Outside Blog
The fact is that the Icon shows up only on Internet Explorer browser... any tips to make it work on all other browsers?
7:22pm • #23
AUG
09
2007

www.RealEstateSticker.com has a great selection of favicons.  Free help setting it up also.  Nice people.

Melissa
11:47am • #24
AUG
15
2007
3 Featured Posts

Rosemary: Let me know how it goes.

Arina: It is a browser specific thing. It works in Firefox just fine. Sometimes it doesn't show up initially and you have to revisit the site. Browsers are tricky.

Melissa: Hmmm...do you work for them? J/K. The icons are cool. Didn't see the help.

12:02pm • #25
AUG
17
2007
226,014 Points 12 Featured Posts Localism Sponsor Outside Blog
Interesting detail..i'll have to try it myself.
12:27pm • #26
Very cool.  Thanks for the step by step. 
1:25pm • #27
NOV
28
2007

Thanks for this one!  Works fine in Internet Explorer, Firefox and Opera but I haven't tried it in Nutscrape.... I dont want Nutscrape users viewing my website anyway ;o)

 Seriously though, that tutorial is as simple as it gets - kudos!!

 Ben

Ben Lawton
9:37am • #28
DEC
01
2007
4 Featured Posts
very, very cool...just joined the group and I'm looking forward to future tips!
1:29am • #29
I tried this some time ago, but your directions seem simple.... I'll have to try it again.   Thanks.
1:59am • #30
FEB
20
2008

Very cool idea!

 Just a FYI regarding www.realestatesticker.com I placed an order with them 3 1/2 months ago, was charged and have received nothing, no response to 35 emails, and the phone number is not a working number. Learn from me, stay away and save your money!

2:28pm • #31
MAR
08
2008
159,038 Points 11 Featured Posts Localism Sponsor Outside Blog
I was wondering how to do this!  Thanks for the explanation!
12:20am • #32
I love this one! I hope to try it out soon. Thank you!
9:29am • #33
MAR
12
2008
130,800 Points Localism Sponsor

I really like this idea and concept.  I have tried several times with sites that I have up. Hopefully the support from this blog will get the job done this time!

8:04am • #34
MAR
28
2008

This is a great tutorial, I use this on all my sites now, and it definitely helps (however small it can) with SEO.

www.vapropertiesinc.com

Chris Satterwhite
2:23pm • #35
JUN
19
2008

We created the favicon fairly easily, but wanted something better, so we tried to create an animated favicon.  It actually worked - you can see the result here http://www.cathetel.com/gif/angel2.gif but only Firefox showed it as an animated favicon.  Explorer got confused and deleted it, so we had to go back to the static favicon here  http://www.cathetel.com/gif/angel.gif  Oh, well, we're waiting for Explorer to enter the 21st century.

Malliobiana
12:22pm • #36
JUL
02
2008

Hi Janice, try this:

 


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>Fredericksburg, Spotsylvania, and King George,  Real Estate - Janice Pearson</title>
<meta name="description" content="Fredericksburg,  real estate and homes for sale in Spotsylvania and King George. Your Fredericksburg  real estate resource center, find MLS listings, condos and homes for sale in Fredericksburg " />
<meta name="keywords" content="Fredericksburg real estate, Fredericksburg  real estate, Spotsylvania homes for sale, Spotsylvania real estate listings, King George real estate agent, homes for sale in King George, Janice Pearson" />
<meta name="robots" content="index, follow" />
<meta http-equiv="classification" content="real estate" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="Your name" />
<meta name="distribution" content="global" />
<meta name="rating" content="safe for kids" />
<meta name="subject" content="real estate" />
<meta name="geo placename" content="Florida" />
<meta name="geo region" content="US-FL" />
<meta name="state" content="FL" />
<base href="http://www.yoursite.com" />
<link rel="shortcut icon" href="http://yoursite.com/favicon.ico" />

<script type="text/javascript"></script>
<style type="text/css" media="all">@import url("/common/css/main.css");</style>
<style type="text/css" media="all">@import url("http://images.z57websites.com/realestate/ae/css/openhouse.css");</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script language="JavaScript" src="http://images.z57websites.com/realestate/ae/js/script.js" type="text/javascript"></script>
<script language="JavaScript" src="/common/scripts/custom.js" type="text/javascript"></script>

</head>

 

There are some really nice real estate favicons at www.RealEstateSticker.com  All you do is upload it to your site, its really easy.

 

Amy Wong, REALTOR
1:11pm • #37

change Florida to your state. :)

Amy
1:12pm • #38
JUL
11
2008
1 Featured Post

Hi! I just created my Favicon - thank you!!

However, once I created it with the Favicon Generator...I got stuck. Unfortunately, I don't know what a "root directory" is, nor do I know how to find my index page. Can you help?? I just want to add it to AR.

Thanks in advance! =)
~Maura Gebhardt

2:50pm • #39
MAR
11
Outside Blog Hit Router

well, I had my graphics people create my logo in bmp.  I need to contact my web IT to figure out where to put the HTML code

11:14pm • #40
MAR
25

Very cool idea - thanks for the info.

10:32pm • #41
JUL
31

Thanks for your informations.

 

Real Estate

Invest in Real Estate
8:24am • #42

Leave a response…



(optional)
What does the graphic say?
 
Rainmaker_large

Agent Web Design

Las Vegas, NV

More about me…

Specialists Real Estate

Address: Las Vegas , NV, 89129

Cell Phone: (702) 376-5590

Email Me

Every real estate agent wants to have a great web site to promote their business. Here are some tips on how to make it SHINE!


Links

Archives

RSS 2.0 Feed for this blog

Find NV real estate agents and Las Vegas real estate on ActiveRain.