Include the same footer on multiple Landing Page templates | Community
Skip to main content
March 15, 2018
Question

Include the same footer on multiple Landing Page templates

  • March 15, 2018
  • 1 reply
  • 2701 views

I've created a few seperate tempaltes that all share the same footer (includes a few links and copyright information)

Is there a simple way to include that footer on multiple templates, so I can edit one source file and update on all?

I thought snippets might be the way to do this, but I haven't found a good way to include an HTML snippet on multiple Free Form or Guided Landing Page templates

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

1 reply

Michael_Florin-2
Level 10
March 15, 2018

Looks like a classic use case for a token.

Create a token in your highest level folder in "Marketing Activities" called {{my.footer}}. The value for that token can be a complex HTML entity like

Copyright 2018 - Company Name - <a href="company.com/privacy>Privacy policy</a>

Now place that token {{my.footer}} in your templates and whenever that template is connected to an email or a landing page that live underneath that folder, it inherits the token value.

This is just an example. It might be more reasonable to break your footer line down into many tokens, so your template had a line like this:

Copyright {{my.copyright-year}}- {{my.company-name}} - <a href="{{{my.privacy-link}}>{{my.privacy-wording}}</a>

Grégoire_Miche2
March 15, 2018

Hi Matt and Michael,

I would rather use snippets than tokens here. Snippets are much better when you need to mass update things AND keep everything consistent at the same time, since you can control through roles who is entitled to edit snippets, while you cannot prevent unwanted (including accidental) changes on a token value at a program level.

-Greg