mktoSnippet, mktoDefaultSnippetId, and Guided LP Template
I'm building a handful of Guided Landing Page templates.
For scalability, I want them all to include a shared snippet.
In my LP code I have defined a snippet like:
<div class="mktoSnippet" id="fsSnippetFooterScripts" mktoName="Don't Edit: Footer Scripts" mktoDefaultSnippetId="13">
But if I create a new LP based on this template, that default id of "13" seems to be ignored. The editor merely says "Unassigned."
Is it possible to set up a snippet that will be programatically included in LPs, without needing to edit each LP first? Preferably I could set the snippet ID as a token, and never have to think about it again...