function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC TechieSFDC Techie 

Favicon is not working for chrome browser

Hi All,

I have developed a force.com site on visualforce page and displaying Favicon by storing in static resource.
Favicon is displayong in Firefox browser but not working in Chrome and Safari browsers.

Thanks In Advance.
Kumbresh KKumbresh K
Hi SFDC Techie,

Below information might help you

1) Clear your cache. http://support.google.com/chrome/bin/answer.py?hl=en&answer=95582 And test another browser, lets say safari. How did you import the favicon?
2) How you should add it:
Normal favicon:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
PNG/GIF favicon:
<link rel="icon" type="image/gif" href="favicon.gif" /> <link rel="icon" type="image/png" href="favicon.png" />
3) Another thing could be the problem that chrome can't display favicons, if it's local (not uploaded to a webserver).
Source: http://stackoverflow.com/a/16375622/1581725
SFDC TechieSFDC Techie
Hi Kumar,

Thanks for quick response.

I have cleared cache.I have uploaded a image (16*16) in static resource and calling using below link,
<link rel="icon" type="image/png" href="{!$Resource.SHNFavicon}" />

Favicon is working fine in FireFox but not working in chrome and safari browsers.

Thanks In Advance.
Hemant ChetwaniHemant Chetwani
Try to clear BM Cache, it worked for me!
arun shettyarun shetty
Check this link,
https://developer.salesforce.com/forums/?id=906F00000009A6PIAU