Favicon When CNAME is pointing to UnbouncePages?

  • 3 August 2017
  • 5 replies
  • 16 views

Hi, Guys: Everything in the tutorial on favicons seems to talk about sites that run on Wordpress. But I’m pointing my domain to UnbouncePages. How do I add a favicon?

Thanks,
Adam


5 replies

Userlevel 7
Badge +4

Hi there!

Throw this in a JS set to “head”. You’ll just need to store your favicon somewhere 🙂

<link rel="icon" type="image/x-icon" href="http://yoururl.com/logo.ico"; />

You can find the documentation right here.

Let me know if that works!

Userlevel 7
Badge +4

Yup, as @Stefano pointed out, that’s the way to do it. For storing your favicon outside of Unbounce, my favorite place is AWS (Amazon Web Services).

Badge

How do I modify the text associated with the favicon. At this point, it displays the entire URL.

Userlevel 7
Badge +3

Hi @Ed_Stanfield,

The text is actually the Title of the page and is not directly related to the favicon.

You can edit the title through the page editor > Page Properties.

Best,
Hristian

Hi guys. This doesn’t seem to be working for me. My site http://outreach-sharedstudios.com points to https://hello.outreach-sharedstudios.com by way of a CNAME record in the DNS. The favicon is stored in the public_html folders of the main domain (https://outreach-sharedstudios.com)

The JS tag therefore looks like this:

Where am I going wrong?

Reply