Beginners Guide to Customizing Share & Embed Links
Momento360 allows you to customize how your 360 images and Collections appear when shared or embedded. Many customization options are available directly in the Embed dialog, allowing you to set parameters before generating a share link.
However, using URL parameters unlocks even more possibilities, letting you fine-tune display settings beyond what the interface provides. This means you can access and control features like rotation speed, annotation display style, floorplan display, even special display modes — all by adding small changes to the link you share.
If you've ever wanted to customize how your 360s are displayed or make your embeds more interactive, this guide will show you how, step by step.
Want to see live examples? Visit our Examples Page to explore different ways to use the Momento360 viewer for slideshows, virtual tours, hotspots, and more.
How Share & Embed Links Work
When you generate a Share Link in Momento360, it creates a URL that looks something like this:
https://momento360.com/e/u/your-image-id?field-of-view=75&size=large
This link lets others view your 360, either by clicking it or embedding it into a website.
However, you can change how the image behaves by modifying this link. By adding special URL parameters, you can control, among other things:
- Whether the image rotates, and at what direction or speed
- Whether any controls display or not
- Whether annotations appear by default
- Whether a floor plan is displayed by default
These are just a few of the many customizations available!
How to Add Customization Parameters
Adding a customization parameter is as simple as adding text to the end of your Share Link.
Basic Formatting Rules:
1️⃣ Before the first parameter, make sure there is a ?
. (If you have copied the link from the Share/Embed dialog box, it should already be there along with some other parameters).
2️⃣ To add multiple customizations, add them individually, separated with &
.
3️⃣ Use =
to assign values (e.g., autoplay=true
).
Example: Customizing a Link
Let’s say you want to:
- Display any linked Plan Drawings (
display-plan=true
) - Automatically Open the Plan Drawing Viewer (
open-plan=true
) - Hide the VR button (
hide-cardboard=true
) - Rotate slowly to the right (
pan-speed=-0.05
)
You would take the Share Link:
https://momento360.com/e/u/d0c1caab84904f2fabcdd0b8c758ab83
and add these parameters like so (adding the ?
after the link and the separating &
characters):
https://momento360.com/e/u/d0c1caab84904f2fabcdd0b8c758ab83?display-plan=true&open-plan=true&hide-cardboard=true&pan-speed=-0.05
Now, when someone opens this link, it will open the linked floorplan and start rotating to the right on its own.
Note: When copying a link from the Share/Embed Link dialog, some parameters may already be included based on the options you selected. If you add more parameters manually, make sure you do not add another ?
— instead, use &
to separate parameters.
Common Customization Parameters
Here are some of the most useful parameters you can add:
Parameter | Values | Description |
---|---|---|
titlebar |
true or false |
Shows/hides the title bar on the embed |
hide-cardboard |
true or false |
Hides the VR/Cardboard button |
pan-speed |
Number (e.g., 0.01 , -0.05 ) |
Controls the speed and direction of auto-rotation |
a-display |
true or false |
Shows/hides annotations by default |
display-plan |
true or false |
Shows/hides Plan Drawings button |
open-plan |
true or false |
Shows Plan Drawing on open |
Collection-Specific Customizations
Parameter | Values | Description |
---|---|---|
autoplay-collection |
true or false |
Automatically moves to the next image in a Collection |
fade |
Time in ms (e.g., 1000 ) |
Controls fade transition time |
ap-interval-coll |
Seconds (e.g., 5 ) |
Sets time before advancing to the next image |
📌 Tip: You can mix and match these parameters to get exactly the experience you want! View the full list of parameters here.
Using Customization for Embeds
If you're embedding a 360 on a website, you can apply these same parameters by modifying the embed code.
Example Embed Code with Customization:
<iframe height="300px" width="75%" allowfullscreen="true" src="https://momento360.com/e/u/your-image-id?pan-speed=-0.05&wheel=false"></iframe>
Now, when visitors view the embedded 360, it will auto-rotate slowly and zooming with the mouse wheel will be disabled.
Troubleshooting & Common Errors
Even small mistakes can cause customization links to not work as expected. Here are some common issues and how to fix them:
Link Doesn't Work or Shows an Error
✅ Check for Typos: Make sure all parameters are spelled correctly (e.g., autoplay=true
and not autoplay-true
).
✅ Ensure Proper Formatting: The first parameter should start with ?
, and additional parameters should be separated with &
.
✅ Verify the Base Link: Ensure you copied the full link from Momento360 without missing characters.
✅ Make Sure the Link Was Generated Properly: You must activate a share link; copying the link from your browser's URL bar won’t work.
Customization Isn't Applied
✅ Reload the Page: Sometimes you'll have the old url on there. Refreshing the page usually clears this up. ✅ Check Your Plan: Some features (like branding removal) require a Pro or Business plan.
Embed Doesn't Display Properly
✅ Ensure the Correct iFrame Formatting: The <iframe>
tag must include the full URL with the proper parameters.
If you've tried these troubleshooting steps and your link still isn't working as expected, reach out to support@momento360.com for assistance.
Final Thoughts
Momento360’s URL customizations give you powerful control over how your 360 images are displayed and interacted with. Whether you're sharing links with clients or embedding interactive 360s on a website, these tweaks can help you create the perfect experience.
Want to see all available customization options? Read the full parameter guide to explore everything you can do!