Welcome To FavIconBlog.com!

faviconblog FavIconBlog is a website dedicated to the FavIcon. This Blog is your single source for information about this small but very important part of every website. Thanks for stopping by!

Feel free to look around and learn about the FavIcon. On this site you can find Tools and Tutorials to help you deploy your own FavIcon. Before you leave be sure to create your own using the FavIcon Generator.

You can contact me: loren@faviconblog.com
All the Newest Blog Posts are located below.




How To Add A Custom FavIcon To Your Blog at Blogspot.com

blogger
Blogger.com is a popular site that lots of people use to get started in the business of blogging. 
 
You may have noticed that everyone who has a Blog on Blogger.com has the same FavIcon (prominently displayed in this post).  
 

Installing a FavIcon to your Blogger Blog isn’t difficult, just a bit tricky. The reason for the "tricky" nature of deploying a FavIcon on a Blogger blog is because you don’t have direct access to the files or directory structure. 

There are a number of sites out there giving a good way to perform this task, they utilize Google Pages to hold the favicon externally.  Unfortunatly Google has decided to phase out Google Pages and is no longer taking new signups.  The good news is that they are replacing it with Google Sites.  This has rendered many tutorials out there obsolete.  Luckily you have come to the right place.  I will walk you through the process of hosting the favicon.ico file on this new offering by Google.

My earlier post on FavIcon Installation Basics spoke about using a FTP program (Filezilla) to place the favicon.ico file into the root directory of your hosting server.    Well, this option is not available to you. Actually if coded properly you don’t even need to have your favicon.ico file located on your server.  You could actually have it located somewhere else on the internet. 

Do you remember this bit of code?

 —  —  —  —  — Start Code Example —  —  —  —  —  – 

<link rel=”icon” href=”http://yourwebsite/favicon.ico” type=”image/x-icon” /> <link rel=”shortcut icon” href=”favicon.ico” type=”image/x-icon” />

 —  —  —  —  — End Code Example —  —  —  —  —  — 

Please take notice of the part in red.  It is actually a web address using the href= code.  Sure the favicon.ico file is on your server, but it doesn’t have to be.  href= can point to any webserver anywhere.  This is the first part of our Blogger.com favicon deployment.

So because Blogger.com won’t let you store files on the server, you will need to put your favicon.ico file on a server somewhere in cyberspace and point to it.  There are a number of ways you can do this, but the easiest is already at hand.  Because you are using Blogger.com you already have access to the many applications that Google has to offer.

Using Google Sites – 

As mentioned earlier you cannot use Google Pages anymore.  I even tried uploading my favicon.ico file there, and it did NOT work for me.  So On to Google Sites!  Your first step is to register and get your free account at Google Sites.  You will then use this account to store your favicon.ico file. 

Just to remind you…the purpose of the Google Sites account is to have a place to put your favicon.ico file that you can point to from your Blogger.com template file. 

Once you have logged on to your Google Sites account you will need to create a new site.  Just click the button to create a new site.  Once you have done this the only required field is the Site Name, all others are optional.  When you type in the site name, note the web address that is created directly below.  You will need to remember this exact address, because it will be the location of your favicon.ico file once you have uploaded it. 

The address will look something like: http://sites.google.com/site/YOURSITE

Finish up by typing in the anti-spam code on the bottom of the page and click Create Site.


Now you are in the "homepage" of your Google Site.  The only thing we need to do is upload your favicon.ico file.  Click on Attachments and you will get a button to browse to your local favicon.ico file.  You will see the successful upload of the file.  Now your file is hosted.  You just need to understand the path to the file.  Google Sites places a /Home/ in the path, therefore pay attention.  I noticed that you can even test the location by typing in the full path into your web browser. 

Remember: the address of your favicon will be:  http://sites.google.com/site/YOURSITE/Home/favicon.ico

Back to your Blogger.com Account -

Now return to your Blogger.com account and log in.  Go to the Layout Tab and click on Edit HTML.

 

Next you need to locate the </head> tag in the Edit Template window.  This is the closing tag for the header, you will have to scroll way down in the window to find it.  Right before the </head> tag you need to insert the following lines of code:

<link href=’http://sites.google.com/site/YOURSITE/Home/favicon.ico’ rel=’shortcut icon’/>
<link href=’http://sites.google.com/site/YOURSITE/Home/favicon.ico’ rel=’icon’/>

Remember to replace the "YOURSITE" in the address above with your actual account URL as you saw when you checked the properties of your uploaded favicon.ico file in Google Sites. 

The most important part of this is to make sure you place your lines of code just before the closing of the header right before the </head> tag.  Some of the older tutorials say you can put it at the beginning, but this no longer works, because Blogger.com changed the format of their header code to install their own Blogger favicon.  You place the code at the very end, so the last thing the program sees is YOUR Favicon code and points to YOUR favicon.ico file. 

 
  

Finally just click save template and you are set.  Remember from the other tutorials on FavIconBlog.com that your custom Favicon may not show up right away.  You may need to refresh your browser or possibly clear your cache before it appears.  Do remember that if you change your Blogger.com template you will need to re-insert your favicon code to the new header area.  Also if you ever want to change your favicon you can just delete and upload a new file to your Google Site (no change necessary to your Blogger Template).

One final note:  Some people use favicons with a .png or .jpg extension.  I have found this practice to be questionable at best.  Sometimes it works just fine, and other times it doesn’t.  I have heard reports that the latest version of Internet Explorer will only understand .ico files.  So to be safe, I would stick with the "old school"  favicon.ico file name.  If your file has a .png extension you can just rename it with the .ico extension.

Summary -

So to summarize, this tutorial discussed the concept of pointing to a favicon.ico file located outside your hosting server.  We then utilized Google Sites to upload and store your favicon.ico file.  Finally we placed the correct code into your Blogger.com template in order to point to your favicon.ico file. 

I hope you found this tutorial helpful, please leave some feedback on how this worked for you, or any tips you may have found.  Now go on to the FavIcon Generator and create your own Custom FavIcon.

-Loren

P.S. Just to prove to everyone that I did all the work in this tutorial, and it actually works, you can see my Custom Favicon test here:  http://lorensblog-loren.blogspot.com/

 

Post to Twitter

Bookmark and Share

11 responses to “How To Add A Custom FavIcon To Your Blog at Blogspot.com”

  1. How To Add A Custom FavIcon To Your Blogspot Blog | FavIconBlog …-Offshore Hosting Server

    [...] See the original post here:  How To Add A Custom FavIcon To Your Blogspot Blog | FavIconBlog … [...]

  2. how to make a favicon for blogger and other websites

    very nice tutorial , thx for sharing

  3. CC

    Hi,Loren! Thanks for the post! But I found that it still did NOT work for me, either for my site: http://chinatraditionshop.blogspot.com/
    or your testing site: http://lorensblog-loren.blogspot.com/
    The Orange B is only replaced by the icon of Googlesites.
    BTW, I follow the old way by setting the img name as ‘favicon.ico’.
    What do you think the problem might be?
    Thanks,
    CC

  4. faviconblog

    I found your icon works for me, so I think you did everything right. Just clear your browser cache and try again.
    -Loren

  5. sandeep

    Hi Loren
    Many Thanks for the great post.
    But it works only in Firefox not in IE8, Chrome..
    Any fix for that?

    Thanks,
    Sandeep

  6. sandeep

    And plz also tell how to set this up for google site as well.

    Thanks,
    Sandeep

  7. How To Add A Favicon To Your Google Sites Website | FavIconBlog - Free FavIcon Maker

    [...] have lots of requests on how to add a custom favicon to Blogger websites.  Recently I have been asked about putting a custom favicon on a Google Sites Website.  [...]

  8. Do Your Have a Favicon on Your Website? « Random ToXic

    [...] How To Add A Custom FavIcon To Your Blog at Blogspot.com [...]

  9. Adding a Favicon to Your Website or Blog using FTP | FavIconBlog - Free FavIcon Maker

    [...] all depends on the system you use for your blog or website.  You have learned her that with Blogger and Google Sites you just have to upload the file to a specific area using a simple windows [...]

  10. sherry

    Followed your directions but blogger would not accept the changes to the code. Tried it several times. Also, Google now puts the "httpS":
    < https://sites.google.com/site/texashistoryhunter/Home/THHfavicon2.ico?attredirects=0&d=1 >
    Have you got an update for 2010?
     

  11. Alex

    I did it, cleared my cache and still nothing.

Leave a Reply