There are two simple ways to embed your Trust Center into a landing page on your website:
1. Add a Link Button
You can easily add a link button to your website’s footer that navigates users directly to your public Trust Center link.
2. Embed in an iFrame
For a more integrated approach, you can embed your Trust Center directly into a page on your website using an iframe. This approach works well on WordPress, Webflow and custom code page.
Here’s an example of how you can do this:
1. You’ll create an Embeded code element
2. Add the code below:
Note: In this example we use our own Trust Center URL. If you exchange the src URL with a URL of your Secfix Trust Center, you’ll be able to embed your Trust Center.
<iframe
src="https://app.secfix.com/trust/secfix/18741cc82bbf435888bff66e47e66b2f"
width="100%"
height="auto"
frameborder="0"
style="height: 100vh;">
</iframe>
3. Publish. Now you should see the results.
Congratulations! Your Trust Center is now live! 🎉