Setup a favicon

Anonymous
Not applicable

hello,

We've added an extranal link to a favicon in the Marketo landing page using this format:

<link rel="shortcut icon" href="<https://cdn.externasldomain.com/filename.ico >" type="image/x-icon">

<link rel="icon" href="<https://cdn.externasldomain.com/filename.ico>" type="image/x-icon">

Is there anything else needed to make this work?

Thanks!

5 REPLIES 5
Dave_Roberts
Level 10

Hey Radu-

Im not sure if that's the exact code you're using for the favicons, but I noticed there are extra characters in your href="" -- you might try it without the < and > if that's in your code. That could be breaking the path to the image?

Something more like this:

<link rel="shortcut icon" href="https://cdn.externasldomain.com/filename.ico" type="image/x-icon">

<link rel="icon" href="https://cdn.externasldomain.com/filename.ico" type="image/x-icon">

Anonymous
Not applicable

God bless you, Dave! Those <> were messing up everything.

SanfordWhiteman
Level 10 - Community Moderator

In Admin » Landing Pages » Settings, check "Remove default favicon links":

pastedImage_0.png

Anonymous
Not applicable

We've already did that.

Would there be anything else?

On Mon, Jul 30, 2018 at 3:29 PM Sanford Whiteman <

SanfordWhiteman
Level 10 - Community Moderator

No, if the rendered LPs have the favicon path(s) you've provided, there's nothing else to do.  Marketo doesn't have anything to do with the interpretation of the favicon itself, that's up to the browser.