Skip to main content
All CollectionsMoovs Software Settings
How to add the Customer Portal iframe to your Moovs Website
How to add the Customer Portal iframe to your Moovs Website
M
Written by Matthew Kenny
Updated this week

The Moovs customer portal is available for all versions. To add the code to your Moovs website please follow the instructions.

  1. Navigate to the Customer Portal Settings page, click here.

  2. Copy the iFrame code

  3. Go to Your Moovs Website editor and add the iFrame Code

  4. Publish your website, and you will have the iFrame embedded

Pro Tip: If you don't have a developer, you will need to use this code to adjust the 'width' and 'height'

{your_slug} is available directly through the iFrame code.

<iframe 
src="https://customer.moovs.app/{your_slug}/iframe"
title="Moovs App"
width="100%"
height="720">
</iframe>

Example Implementation

Did this answer your question?