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!
In Admin » Landing Pages » Settings, check "Remove default favicon links":
We've already did that.
Would there be anything else?
On Mon, Jul 30, 2018 at 3:29 PM Sanford Whiteman <
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.
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">
God bless you, Dave! Those <> were messing up everything.