Skip to main content

Core - Embedding Landing Pages

iFrame a Plan Landing Page or your schedule in your website

Barry Pepper avatar
Written by Barry Pepper
Updated over 2 weeks ago

Rather than linking out to Landing Pages in a new tab, you can embed them right on the same page in an iFrame.

Simply add Landing Page URL to an Embed Module in website editor or Code Module. Example below of code to add into a Code module in most editors like Go Daddy or Wix. This will work for Plans, Pre-orders, Schedules, and Events.

What it does

It will frame the URL you enter into that section of your website to make it appear that page is actually loading on your site and also allow for your main menu to stay at top of web page.
​

Example

The area highlight in Pink square is embed module.

Use cases

β€’ Embedding your Schedule on your non-PushPress website (Wix, Squarespace etc)
β€’ Embedding an Event landing page on your website

Steps to Embed in your web editor

  1. Login to your website admin page

  2. Open editor for page you want to edit or create new page

  3. On the page edit or open a code module

  4. Copy and paste the following code into the code editor and replace the SRC address with the Landing Page address you are trying to embed.

<iframe src="https://yoursubdomain.pushpress.com/landing/calendar?framed=1" style="width:100%; height:1200px;" frameborder="0" ></iframe><noframes><a href="https://yoursubdomain.pushpress.com/landing/calendar?framed=0">Schedule</a>
</noframes></iframe>

Extra

This will get cookies in the users browser, so for all the pages you want to frame in your site, explicitly set ?framed=1, but any Landing page links you want to pop into a new tab, you can force the standard elements of Logo and gym name with ?framed=0

Notes

Google 'how to use iFrames' if you are unsure how to technically implement this.

About PushPress

PushPress is a gym management software that helps gym owners grow their businesses. We took decades of experience running our own gyms to build an easy and powerful solution for others

Did this answer your question?