Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Upload custom favicon#11

Upload an image (instead of just an emoji)

2 years ago

Could be solved with #24 header directive

2 years ago
1

Solved with a header directive

2 years ago
Changed the status to
Completed
2 years ago

Not working, settings will be overridden by default icon.

2 years ago

Thanks for reporting. I’ve moved the default icon beneath the header directive. This should solve it.

2 years ago
1
G

Still not working on my end, I might be doing something wrong, here is the favicon I’m trying to set with an header directive

<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAB60lEQVRYhbVYi03DMBB9VAzgEcwEZISMUDYIG3SDdoOMEDboCIUJAhMEJggbFLmco+OwnbPdPulURfHn+T7Pl94hDxZAC+ARQCNmfgP4APBKdnV0AEYAZ6XNAAYiXQ136ilj85D1AEwpkb5yc25TIHxJONanKxLg1mlJ3IqAt+0tQrCj3HF2VIyfU6FpCwgcxRpWOW+MkSipglZkvomcfKCxPNRLfmzotyuoaSdOe1rcg8fbCdYTgAcSMUNzPPZywRwh8nmwBkM5NmuqRRtHt9gh4TFDXtmS+zXhXXLKnWpt8MBi34kQeBwKcmr2k90GsQE9nawRrj0JAtsCAt6a+4R73wF80eZyzJt47hU5EsPFw7kKKcWmxguX5Nxkcf7FM3mJ47PCE7bEEzG0lF+pkowJXhYJzS1oMtW33QRcG4MLwwt7N7HqkU2Lds1lrDtdiukk5NgmvHdceR9ae3FfqhK8MDWKq97rh1a4/pR2qA8YmZvX7gBuVqnCZ9lXhHqJJvNU3nbK3kSq7j9vdBWd9rgS4qUqQiQsnd5UqqC/GXeJFiEp8zYz/rENWmaSyKj5Dlkr2RpTEbglkSwCHtf4BOQhKv4UNFSipTlyilVBKZlUtnPjLb4Kuf9PeLgNXCXxjsu1+K6lz7m8AAA/BR9l4MZtpJEAAAAASUVORK5CYII=">

2 years ago

It’s probably working. Favicons are cached by the browser, so you may not see it updating on your end. Try looking at it on a device that hasn’t been to your blog before. You can flush your favicon cache as well, but it’s a bit more complciated:
https://www.stirtingale.com/guides/2018/01/how-to-favicon-flush-2

2 years ago
R

This isn’t working. Becase the default icon is beneath the header directive, it always overrides anything we set in the header directive using <link rel="" href="">. The only option is to set favicon on the dashboard which limits it to emojis rather than arbitrary images.

Please consider fixing.

a year ago
2

I’ve run into the same issue as Rajatkateja

a year ago
1
D

Noticing a similar issue to @Rajatkateja and @Spencer Williams

a year ago
Changed the status to
In progress
a year ago

Re-opening this feature request. Will take a look today.

a year ago

I’ve added the ability to completely remove the emoji favicon by removing the favicon: 🐼 attribute in your dashboard. This will prevent the overwriting of your favicons.

a year ago
Changed the status to
Completed
a year ago
1

I suspect, however, that the issue experienced by most of your is favicon caching (which is complicated to flush). That being said, now you can removing the emoji favicon entirely.

a year ago

You can now set your favicon to be an emoji or a url to an image in the favicon attribute.

Eg:

favicon: https://cdn-icons-png.flaticon.com/128/6955/6955628.png

or

favicon: 🌱

8 months ago
1