Hey all,
Has anyone used Snippets with responsive landing pages? I'm trying to embed a snippet into a particular area of my code, and I can't find a code id for it. Since it's responsive, I can't drag and drop it, because it won't know where to live on the page.
I'm not using Marketo's responsive templates, by the way.
Thanks!
Solved! Go to Solution.
Hi Allison,
ON Free forms, you just drag and drop the snippet where you want. The code I gave you earlier is for guided LP templates only.
But be aware, Free form are based on absolute positioning and should be developed on Marketo standards.
-Greg
Hi Allison,
Check that the template has <div class="mktoSnippet" id="exampleSnippet" mktoName="Example Snippet"></div> where you want the snippet to be included. It is probably missing.
-Greg
where do you locate the ID for the snippet?
HI Patrick,
When in Marketo design studio, you click the snippet, the URL looks like this: https://app-e.marketo.com/#SN1B18ZN56
The id is the number between "B" and "ZN". In the case above, it's 18.
-Greg
Second though,
Is your LP Template a Guided one or a free form one ?
-Greg
@gregoire_michel where do I find the Snippet id to replace "exampleSnippet"? I'm using a free form lp.
Hi Allison,
ON Free forms, you just drag and drop the snippet where you want. The code I gave you earlier is for guided LP templates only.
But be aware, Free form are based on absolute positioning and should be developed on Marketo standards.
-Greg
Hi,
Any step-by-step instructions around for someone who is not a coding expert? Thanks.
and thank you! Grégoire Michel!