Installation Guide

How to publish hosted legal pages on a custom site

Use a direct hosted link or an iframe embed on a custom site. The hosted URL remains the cleaner long-term option because the live document stays in one place.

Before you publish

Custom sites give you the most flexibility, so the main decision is whether you want the hosted document to open as its own page or appear inside an existing layout. In most cases, a normal footer link plus a dedicated legal page that links to or embeds the hosted document is the cleanest pattern.

If you use an iframe, test height, scrolling, and mobile behavior carefully. For many sites, a normal hosted link is the better user experience.

Recommended steps

  1. 1Copy the hosted TermsBuilder URL from the dashboard.
  2. 2Add footer links to the current hosted URLs for Terms & Conditions and Privacy Policy.
  3. 3If you need the policy inline inside a page template, use the iframe snippet from your dashboard.
  4. 4After publishing, open the live page and confirm that the URL, title, and last-updated date look correct.

Placement notes

  • Treat the hosted URL as the canonical location for the maintained document.
  • If you render the document inline, check height and scrolling behavior on mobile.

Code examples

Replace the placeholder URL with the hosted document URL from your TermsBuilder dashboard.

Anchor link

<a href="https://your-domain-or-hosted-link.example/privacy-policy">Privacy Policy</a>

Iframe embed

<iframe src="https://your-domain-or-hosted-link.example/privacy-policy" title="Privacy Policy" width="100%" height="700" style="border:0;"></iframe>