Setup a favicon | Community
Skip to main content
July 30, 2018
Question

Setup a favicon

  • July 30, 2018
  • 2 replies
  • 2973 views

hello,

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

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

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

Is there anything else needed to make this work?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
July 30, 2018

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

July 30, 2018

We've already did that.

Would there be anything else?

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

SanfordWhiteman
Level 10
July 30, 2018

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
August 1, 2018

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">

October 8, 2018

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