Do you use favicons?

Engineer

Super Moderator
Joined
Dec 14, 2006
Messages
3,210
Reaction score
400
I'm curious to know how many of you use favicons -- i.e. the little 16x16 images that appear in the address bar of your browser next to the website URL, and next to the bookmark title in the bookmarks.

I use favicons on some of my sites, but not all. There is no SEO benefit to using a favicon (that I know of), but I like having a favicon for certain sites. A few examples:

favicon.ico
Jackpot Graphs
favicon.ico
Online Casino Whitelist
favicon.ico
5 Star Slots

How I created my favicons:

1. Using Photoshop, I made an image that was 16px wide by 16px tall. I saved the file as a gif and I made sure that the background was transparent. If your image is round or some other unusual shape, you'll want a transparent background. This way it looks better in the address bar and in the bookmarks when it's highlighted. Not a big deal if it isn't transparent, but that is my personal preference.

2. Go to this favicon generator and upload the gif image. If your image is larger than 16x16, not to worry -- the tool will resize it automatically for you. After you click "Create Icon," it will spit out a .ico image file. If you're happy with the way it looks there, then save the .ico file as favicon.ico and upload it to the main, top directory of your website, where the homepage index file is located.

3. Place this code between the <head> tags of your homepage, replacing yoursite.com with your own site URL:

HTML:
<link rel="icon" type="image/ico" href="http://www.yoursite.com/favicon.ico" />



Upload the revised homepage and viola, your site now has a favicon!

Note: If you don't see your new favicon showing up, or if your first attempt sucks and you'd like to try again with a different favicon, you will need to (1) clear your browser's cache, (2) remove the site from your bookmarks if it is bookmarked, and (3) close all instances of the browser. Then after you have uploaded the new favicon, go to your site again -- the favicon should show up in the address bar this time -- and then re-bookmark the site.

So, back to my original question -- does anyone else use favicons?
 
Last edited:

sipka

Affiliate Guard Dog Member
Joined
Sep 16, 2008
Messages
257
Reaction score
0
I always use favicons, I love them lol :)

A quick hint: if you save your 16x16 image as a .gif and just rename it to .ico, it will work too (at least in the latest browsers, I don't know about IE 6 and other ancients, but you shouldn't use it anyway :)

Also: some modern browsers can handle animated favicons too, make a sequence as you would make an animated gif, and refer to this gif as you would refer to the favicon.ico. (It will be then favicon.gif, modern browsers will know how to display them :)
A how to: How To: Animated Favicon

My favicons:
favicon.ico
Online Bingo Sites: New Bingo Games UK USA - Online Bingo Lady
favicon.ico
Online Casinos - Casino Gambling Guide
favicon.ico
Poker Strategy, Tips and Tricks: Poker Articles - Online Poker Games (I need to make this transparent, but the site is under construction anyway.)
 
Last edited:

Renee

Affiliate Program Representative
Joined
Apr 24, 2009
Messages
276
Reaction score
5
I think the best thing these are used for is in the bookmarks menu because it makes sites easily identifiable (and makes them stand out and say "hey choose me!! pick me!")

:)

I personally love them and use them whenever I can :)
 

majah23

Affiliate Guard Dog Member
Joined
Jun 9, 2009
Messages
15
Reaction score
0
I'll follow your instructions Engineer...

I really like to put icon on my bookmark and blog as well.. but I don't know how.

Thanks for this post. I'll start putting it today.
 

Guard Dog

Guard Dog
Staff member
Joined
Dec 13, 2006
Messages
11,238
Reaction score
3,144
Welcome Majah!

If you follow Engineer's instructions, you should have no problem putting up a favicon. Once the image is created, all you have to do is FTP it to the home directory of your website.

Simple :)
 

sipka

Affiliate Guard Dog Member
Joined
Sep 16, 2008
Messages
257
Reaction score
0
Top