You can use an iframe to display an Attentive landing page directly on your website. Instead of redirecting visitors to a new URL, the landing page appears seamlessly within your existing page layout.
Follow these steps to add a landing page on your site:
- Create a dedicated page on your site.
- Embed an iframe in that page.
- Set your Attentive landing page as the
src
of the iframe.
Example:
<iframe src="LANDING_PAGE_LINK" style="min-height: 800px;" width="100%" height="100%"></iframe>
The iframe code snippet above embeds your Attentive landing page while maintaining your site’s look and feel. When you add the code to your page, it creates a designated space to display your landing page content. You can customize the code snippet—for example by changing the width and height parameters—to meet your needs.