Skip to main content
February 6, 2015
Question

Leverage external css and js in Marketo Landing page?

  • February 6, 2015
  • 13 replies
  • 4621 views
Hi,

I want to utilize the look/feel/functions of my company's web site. At the same time I want to utilize Marketo's landing pages. I have built a Marketo LP template calling out external CSS and JS files so the look and feel is identical. I already know that if the files change, my landing pages will be affected. 

I basically started with the standard page template so it has all Marketo required tags in the HTML, and then referenced the external CSS and JS flies.

Are there other implications I am not aware of? Does anyone else do this?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

13 replies

February 11, 2015
Hi Edward. Interesting!!!

I am using the regular text token.

Question about how you use it - for your first example, which part is the token? The whole script? Or just the URL?
And to make sure I am trying the correct token type - are you using local tokens? For example, in mine I coded my url image with src="{{My.Event_Image}}"
Edward_Unthank_
Level 7
February 12, 2015
Whole thing! I change where I use the tokens and to what extent. I try to have as robust and scalable setup as possible, so how that works depends on the situation. 

Here's an example:


All those "Universal" and "Folder" named tokens are in the HTML templates. The local tokens are generally in the the WYSIWYG elements.
 

Best,

Edward Unthank | Founder, Etumos
March 11, 2015
Hi Edward - I finally heard back from Marketo Support. The problem was case sensitivity of the token name in template wasn't matching what I had in my program!!!