Favicon not working

  • 1 February 2018
  • 38 replies
  • 209 views

I can’t get my Favicon to work. I’ve followed the guide in the Community pages here. I can’t figure out what’s wrong.

I used script tags, and then I tried removing them, it’s in the header. I’ve tried adding it to individual pages and to my script manager. Neither works.

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

38 replies

Userlevel 4
Badge

Hi there @B050893matthew,

 

Thanks for the links. I’ve taken a look and it appears that the favicon link is incomplete. I believe it’s missing the ‘.co.uk’ part of the URL:

 

 

Could you take a look at the link added in your Script Manager and let me know if that’s the case? Hopefully this fixes the issue :-)

@Oliver_Lord Fortunately I have already figure it out 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!

YESSSS. Thank you!

Userlevel 4
Badge

Hey @B050893matthew,

 

Thanks for posting here in the Community.

 

I checked out the URL of the favicon and it looks fine, as does the script. Could you provide me with a URL of your landing page, and I’ll happily take a closer look for you?

 

Thanks!

Badge

Thanks buddy all sorted now :) #shouldhavespottedthat ha

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!

That worked! Thank you so much!

Badge

Hi Guys 

My favicon appears not to be working. Any suggestions would be welcome. It is located in the script manager

 

Here is the link

<link rel="icon" type="image/x-icon" href="https://mill-acupuncture.co.uk/favicon.ico" />

Badge

Thank you much apreciated here are the pages

learn.mill-acupuncture.co.uk/service/

https://learn.mill-acupuncture.co.uk/problem

 

The favicon script at Skytomato able to use in brother embroidery? Is it the same script?

Userlevel 4
Badge

Hi @Acelyn ,

 

Thanks for your question. Just to confirm, do you wish to add the Skytomato favicon to your Unbounce pages?

 

If so, the script you would need to add is:

 

<link rel="icon" type="image/x-icon" href="https://www.skytomato.my/wp-content/uploads/2021/10/skytomato-logo-icon-v5-150x150.png" />

I hope this helps!

Hi @Acelyn ,

 

Thanks for your question. Just to confirm, do you wish to add the Skytomato favicon to your Unbounce pages?

 

If so, the script you would need to add is:

 

<link rel="icon" type="image/x-icon" href="https://www.skytomato.my/wp-content/uploads/2021/10/skytomato-logo-icon-v5-150x150.png" />

I hope this helps!

Thank you for answering my confusing question. Yup, i will try to use the script

<link rel="icon" type="image/x-icon" href="https://www.skytomato.my/wp-content/uploads/2021/10/skytomato-logo-icon-v5-150x150.png" />

Hi there,
May someone can help me with my favicon on my landing page.

I've saved the javascript in the landing page unbounce :
<link rel="icon" type="image/x-icon" href="https://imgur.com/a/LLM8wqS.png" />

Can anyone see why it wouldn’t be working?
 

Userlevel 4
Badge

Hi @otw bersih . Thanks for getting in touch here on the Community.

 

At first glance, there doesn’t seem to be anything wrong with this script, and the imgur URL is working. I tested the script with a test page and it loads for me just fine.

 

Could you let me have the URL of your page and I’ll happily take another look?

Badge

Hey @otw bersih 

 

Taryn from Unbounce support here 👋

 

For the script to work, you’ll need the actual image URL itself, which you can get if you right click and “Open Image in New Tab”. I did this for the image in your URL above so the URL should be:

https://i.imgur.com/6vyze1y.png

 

If you update your script to:

<link rel="icon" type="image/x-icon" href="https://i.imgur.com/6vyze1y.png" />

 

It should work as expected for you 😄

 

Cheers, 

Taryn 

Hey @otw bersih 

 

Taryn from Unbounce support here 👋

 

For the script to work, you’ll need the actual image URL itself, which you can get if you right click and “Open Image in New Tab”. I did this for the image in your URL above so the URL should be:

https://i.imgur.com/6vyze1y.png

 

If you update your script to:

<link rel="icon" type="image/x-icon" href="https://i.imgur.com/6vyze1y.png" />

 

It should work as expected for you 😄

 

Cheers, 

Taryn 

Hi @Taryn_Lomas ,

thank you for response 

I’ve already republished with your URL but the favicon is still not working  

Best Regards,

OTW bersih

Hi @otw bersih . Thanks for getting in touch here on the Community.

 

At first glance, there doesn’t seem to be anything wrong with this script, and the imgur URL is working. I tested the script with a test page and it loads for me just fine.

 

Could you let me have the URL of your page and I’ll happily take another look?

Hi @Oliver_Lord ,

Thank you for your response,

this is our URL https://www.otwbersih.online/

Userlevel 4
Badge

Hi @otw bersih . Thanks for getting in touch here on the Community.

 

At first glance, there doesn’t seem to be anything wrong with this script, and the imgur URL is working. I tested the script with a test page and it loads for me just fine.

 

Could you let me have the URL of your page and I’ll happily take another look?

Hi @Oliver_Lord ,

Thank you for your response,

this is our URL https://www.otwbersih.online/

Hi @otw bersih,

 

Thanks for providing me with the URL.

 

Taryn’s favicon script is correct, but the reason it is not currently working on your page is due to a small error in your custom CSS.

 

In the FAQ CSS, there is a ‘500’ before the opening script, which I believe is preventing the Favicon script from loading:

 

 

Could you try removing the ‘500’, then republish the page and see if this does the trick?

 

Hi @otw bersih . Thanks for getting in touch here on the Community.

 

At first glance, there doesn’t seem to be anything wrong with this script, and the imgur URL is working. I tested the script with a test page and it loads for me just fine.

 

Could you let me have the URL of your page and I’ll happily take another look?

Hi @Oliver_Lord ,

Thank you for your response,

this is our URL https://www.otwbersih.online/

Hi @otw bersih,

 

Thanks for providing me with the URL.

 

Taryn’s favicon script is correct, but the reason it is not currently working on your page is due to a small error in your custom CSS.

 

In the FAQ CSS, there is a ‘500’ before the opening script, which I believe is preventing the Favicon script from loading:

 

 

Could you try removing the ‘500’, then republish the page and see if this does the trick?

 

Hi @Oliver_Lord 

Thank you so much for your help!!! Finally, the favicon in our URL appears.
 

Best Regards,

OTW Bersih

Userlevel 4
Badge

Hi @otw bersih . Thanks for getting in touch here on the Community.

 

At first glance, there doesn’t seem to be anything wrong with this script, and the imgur URL is working. I tested the script with a test page and it loads for me just fine.

 

Could you let me have the URL of your page and I’ll happily take another look?

Hi @Oliver_Lord ,

Thank you for your response,

this is our URL https://www.otwbersih.online/

Hi @otw bersih,

 

Thanks for providing me with the URL.

 

Taryn’s favicon script is correct, but the reason it is not currently working on your page is due to a small error in your custom CSS.

 

In the FAQ CSS, there is a ‘500’ before the opening script, which I believe is preventing the Favicon script from loading:

 

 

Could you try removing the ‘500’, then republish the page and see if this does the trick?

 

Hi @Oliver_Lord 

Thank you so much for your help!!! Finally, the favicon in our URL appears.
 

Best Regards,

OTW Bersih

Hi @otw bersih,

 

That’s great news - happy to help out :-)

 

Best,

 

Olly

Badge

Hey @otw bersih 

 

If you don’t mind sharing the URL of the page you’re looking to add this to, I can take a look and see why this might not be working for you!

 

Cheers, 

 

Taryn 

@Oliver_Lord Hello, Can you help me please I’m having the same issue, Favicon don’t want to load

<link rel="icon" type="image/x-icon" href="https://i.imgur.com/xIekpJJ.png" />

Here is the page: https://www.fitboosted.com/. Can you help me sort this out please?

Userlevel 4
Badge

Hey @edengandhi ,

 

Thanks for posting. Glad to see that you got it figured out at your end 😀

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/

Reply