- Download favicon
- Put the favicon.ico file into your webserver directory
- This favicon is an animation. Internet Explorer doen’t support animated favicons yet. For that reason you need to generate an additional non-animated favicon.ico file.
- Add the following lines between the
<head> ... </head>
tags of the page:
<link rel=”shortcut icon” href=”/PATH_TO_STATIC_FAVICON/favicon.ico” type=”image/x-icon”>
<link rel=”icon” href=”/PATH_TO_ANIMATED_FAVICON/favicon.ico” type=”image/x-icon”>
- Replace
PATH_TO_STATIC_FAVICON
andPATH_TO_ANIMATED_FAVICON
with the correct paths