Embedding the Virtual Mosaic to Your Website (HTML)

Legacy Article: This article covers the legacy Photo Mosaic Wall software. The next generation — PMWall — is coming soon.

Note: This article covers the legacy Photo Mosaic Wall software. For the new PMWall, see PMWall Overview.

Overview

The Photo Mosaic Wall software allows you to upload activations to the cloud and display them as virtual presentations on your website using an iframe HTML tag. This approach hides the original URL generated by the software.

Setup Instructions

Step 1: Generate Embed Code

  1. Open Photo Mosaic Wall software and prepare your activation
  2. Navigate to the Virtual Mosaic tab
  3. Check both Enable Auto Upload to Cloud and Show Embed Code boxes
  4. Start the activation to generate the embed code
  5. You can stop the activation immediately after the code appears

Step 2: Create a Web Page

Create a dedicated page on your website (for example: mydomain.com/event1)

Step 3: Implement the iframe

Insert the following HTML structure into your page:

<html style="padding:0px;margin:0px;">
<body style="padding:0px;margin:0px;height:100%;width:100%;">
<iframe style="padding:0px;margin:0px;height:100%;width:100%;border: none;"
id="inlineFrameExample"
title="Inline Frame Example"
src="YOUR URL" />
</body>
</html>

Key Details

Replace YOUR URL with the complete presentation URL provided by the software, such as:

https://api.fotomasterltd.net/photo-mosaic-booth/live/presentation.html?clientId=...

The software automatically generates embed code for both 2D and 3D virtual mosaics, which you can copy and paste directly into your website.

Original Article

support.fotomaster.com/en-US/66000476361-843880

Related articles