Add Favicon
H
Harriet Exton
Enable option to upload a favicon rather than using the 'logo' as it, as the dimensions are all wrong and it just looks all blurred
Log In
A
Adam Geere
Having this native would be such a quick win over being forced to use a script
D
Daniel Cowart
Upload the favicon to one of your sites, then copy the link, then add this script in Company settings. Replacing the URL with the one for your site.
<script>
var faviconURL = 'https://storage.googleapis.com/msgsndr/WePmKlHudP0rBI7NpQtX/media/662bd4d6ab191d6a61d13046.svg'
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'shortcut icon';
link.href = faviconURL
document.getElementsByTagName('head')[0].appendChild(link);
</script>
C
Cooper Stephenson
yes!
G
Gonzalo Fischer
Please! I am looking for the same
R
Richard Walsh
OR pull favicon directly from URL.