Setup a favicon

Anonymous
Not applicable

Setup a favicon

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
SanfordWhiteman
Level 10 - Community Moderator

Re: Setup a favicon

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

pastedImage_0.png

Anonymous
Not applicable

Re: Setup a favicon

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

Re: Setup a favicon

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.

Dave_Roberts
Level 10

Re: Setup a favicon

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

Re: Setup a favicon

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