Search code examples
htmlfavicon

Favicon not showing up. Even after cache cleared + browser restart


said page located here:

http://lolisrael.co.il/betatest/index.php

favicon is located here:

http://lolisrael.co.il/betatest/favicon.ico?v=3

I've cleared the history, and reloaded the page and it still shows no favicon

<link rel="shortcut icon" href="http://lolisrael.co.il/betatest/favicon.ico?v=3" />

Solution

  • I think the <script> tag containing facebook code is manipulating DOM. And if you inspect with developer tools in Chrome, you can see that in the final DOM tree, your <link rel="shortcut icon" is put in <body>.

    Try moving the facebook code into <body>. According to Facebook's documentation:

    You should insert it directly after the opening <body> tag on each page you want to load it: