Report

Shmood Docs

Docs on how to best use Shmood


8/9/2025 by malvika jain

Create Custom Client Landing pages in Wix

In both cases the webpage will automatically update when you publish new versions of your landing page in Shmood. You will only have to do this once per client.

  1. Option 1: Add redirect URL (recommended)

  2. Option 2: Embed a website on a page

    Steps:

    1. Create a page for your client

    2. Add an element to embed your site

      1. Copy your page from Shmood

      2. Copy the link to the HTML Settings

      3. Style the page

        1. Publish


8/9/2025 by malvika jain

Create Custom Client Landing Pages in Cargo

In both cases the webpage will automatically update when you publish new versions of your landing page in Shmood. You will only have to do this once per client.

  1. Option 1: Add redirect URL (recommended)

  2. Option 2: Embed a website on a page

    Steps:

    1. Create a page for your client

    2. Copy project link from Shmood

    3. Add this code to add an iframe
      <iframe src="your-shmood-project-link.io" style="width: 100%; height: 100vh; border: none;" title="Client Project">

      </iframe>

    4. Publish

      1. Done!


8/9/2025 by malvika jain

Create Custom Client Landing Pages in Framer

In both cases the webpage will automatically update when you publish new versions of your landing page in Shmood. You will only have to do this once per client.

  1. Option 1: Add redirect URL (recommended)