Embed test page

A neutral test page hosted by WrapConfigurator on a different domain from the configurator itself, so the frame below loads cross-origin exactly the way it will from a customer's own website. This page is not anyone's website and is not indexed.

The embed, live

Loading…

Paste this into Squarespace

<style>
  .wc-embed iframe {
    width: 100%;
    height: 700px;
    border: 0;
    border-radius: 12px;
    display: block;
  }
  @media (max-width: 767px) {
    .wc-embed iframe { height: 620px; }
  }
</style>

<div class="wc-embed">
  <iframe
    src="https://www.wrapconfigurator.com/client/j975x9ssfh6gmzyhsx05hadze18bx3gx?embed=true"
    title="Wrap configurator"
    loading="lazy"
    allowfullscreen>
  </iframe>
</div>

How to add it in Squarespace

  1. Edit the page → click an insert point → add a Code block.
  2. Delete the placeholder text, paste the block above, set the mode to HTML.
  3. Save. Code blocks often show a placeholder while editing — view the live page to see the configurator.
  4. Give the block a full-width section for the most room.

Embedding an iframe through a Squarespace code block needs a Core, Plus, Advanced, Business or Commerce plan — code blocks on the entry-level Personal plan don't run iframes. If the plan is Personal, the short link (wrapconfigurator.com/s/zeal-restyling) works everywhere with no plan requirement.