Add a Favicon to Your Blog

Perhaps you have seen a lot of sites with cool Favicon but don’t know how to add one to your blog. Fret not, here’s a tutorial for you 🙂

Option 1: Create from your own image

  1. Go to favicon.ico Generator
  2. Click on ‘Import Image’
  3. Click on ‘Download Favicon’ if you do not want to touch up your image
  4. Upload your Favicon
  5. Insert the below code in the HEAD section of your blog
    <link rel="shortcut icon" href="/favicon.ico">

    * href is the path of your favicon

Option 2: Download a Favicon from somewhere else

  1. Some sites that provide Favicons: favicon.ico Generator and Favicon Generator
  2. Upload your Favicon
  3. Insert the below code in the HEAD section of your blog
    <link rel="shortcut icon" href="/favicon.ico">

    * href is the path of your favicon

This Post Has One Comment

  1. Jayce

    I like your favicon. Spinning around all the time. 🙂

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.