Share & embed scenes

Once your scene is ready, Kroscloud gives you several ways to get it in front of people — a simple link, an embedded viewer on your own site, or a protected scene for paying customers.

Publish your scene

Open your scene in the editor and select the Share menu. Publishing makes the scene available at a public link. You can unpublish at any time to take it offline again.

Share a link

The fastest way to share is the public link from the Share menu. Anyone with the link can open the scene in their browser on any device — no account or plugin required. It's perfect for emails, social posts and messages.

Add languages to your scene before sharing and visitors will see it in their own language automatically.

Embed in your own website

To put an interactive scene directly on your page, copy the embed code from the Share menu and paste it into your HTML. It's a standard <iframe>, so it works in any website or CMS:

<iframe
    src="https://kroscloud.com/your-scene-link"
    width="100%"
    height="600"
    frameborder="0"
    allowfullscreen>
</iframe>

Adjust width and height to fit your layout. For a deeper walk-through and responsive embedding tips, see how to embed a Kroscloud scene in your own page.

The embedded viewer is fully interactive — visitors can orbit, zoom and open your points of interest right inside your page.

Protect premium scenes

Putting scenes behind a paywall or limiting them to specific visitors? Protected scenes let you control exactly who can view a scene using a short-lived access token issued from the Kroscloud API.

Protected scenes are a Business feature. See Protected scenes for the full implementation guide.

Need protected scenes and more?

Business plans unlock protected scenes, higher limits and advanced sharing controls.

Compare plans Talk to us