Favicon not working

  • 1 February 2018
  • 38 replies
  • 211 views


Show first post

38 replies

Is it at all possible to host the image on a third party image hosting service? I ask because my main website is hosted at Wix. I can’t get the favicon to appear. The image is hosted here: https://ibb.co/r7x71FD

I found one of my javascripts have favicon script as well and it work after I remove it, thanks.

Weird…is still not working even I use my own server.

Userlevel 7
Badge +3

Hi @Jeffrey_Lim,

The favicon file should be placed on a server you control so you can give the necessary permissions for the file to load when called from an Unbounce page.

It seems your current place of hosting the favicon doesn’t allow external loading of images as do most free image hosting sites.

Best,
Hristian

Userlevel 7
Badge +4

Hi Jeffery, can you share the exact code you placed in the JavaScript section of you page when adding your Favicon?

Hi guys, my favicon not working as well even I had try few different code there 😔
http://embroidery.brother.com.my/staging/

Hi guys,

I inserted my favicon in all of my unbounce pages using the Script Manager. The favicon seems to work on all of the pages except this one: https://instituteforinfluence.com/online-training-10-hidden-differences/

Why? 😫
I tried inserting in the page Javascripts section as well, still not working.

Thank you for your help, it is greatly appreciated!
Teo

Userlevel 7
Badge +3

Hi @Rich1,

It would be easier to troubleshoot your issue if we get a link to your page.

However, based on your post, you have to make sure you are hosting your favicon on your own server.

Best,
Hristian

Hey guys, I facing the same issue - I don’t have script tags but still can’t get this to work.

I’ve got this link from a favicon generator site after creating my favicon.

YESSSS. Thank you!

Ah, took a quick peek at your page’s source code. It looks like the <link> tag is still surrounded by <script> tags. Try removing those <script> tags to see if that does the trick!

Still nothing… I applied it to the Script manger and have tried seeing if it comes up on a few different pages now.

Example: https://www.canuckplace.org/cookbook-download/

Hey @Lizzmoffat!

Looks like you’re just missing a closing quotation at the end of your href URL.

<link rel="icon" type="image/x-icon" href="https://www.canuckplace.org/drive/uploads/2017/09/favicon.ico" />

Should do it for you!

Reply