Customizing the Embed/Share Player via URL
Last updated: January 16, 2021
The Momento360 embed player can be customized via URL parameters for those comfortable with manipulating the URL.
You can see examples of what you can do with these parameters here: https://www.momento360.com/examples
Display Modes
The Momento360 embed player can be put into various display modes by attaching the display-mode URL parameter.
Parameter | value | description |
display-mode | mp | Forces fullscreen icon to display in small viewports; icon opens the embed a new browser tab when clicked. Designed for adding Momento360 embeds into Matterport Mattertags Example: https://momento360.com/e/u/a9b53aa8f8b0403ba7a4e18243aabc66?display-mode=mp |
mls | ( Pro Plan only) Prevents watermark from displaying, if you've set one. Intended for MLS or other environments where branding is prohibited Example: https://momento360.com/e/u/151527647521465b8b7e411e45b0cda9?display-mode=mls |
|
clean | ( Paid Plans only) Prevents all controls from displaying (including Collections controls). If you want no controls and just display of the imagery. For Pro accounts, this also hides the logo in the lower. Example: https://momento360.com/e/u/a9b53aa8f8b0403ba7a4e18243aabc66?display-mode=clean |
|
|
clean_logo | ( Pro Plan only) Same as clean display mode (above), except logo continues to display. Example: https://momento360.com/e/u/151527647521465b8b7e411e45b0cda9?display-mode=clean_logo |
Simply add &display-mode= to the end of the share URL.
Other Embed Player parameters
Parameter | Values | Default | Description |
size | medium or large | medium | ( Paid Plans only) Sets the resolution of the displayed image. medium corresponds to up to 4K (4096 x 2048); large corresponds to up to 8K (8192 x 4096). |
pan-speed | float | .01 | Sets direction and speed of starting camera rotation. Positive values rotate left, negative values rotate right. 0 means no movement Example: https://momento360.com/e/u/151527647521465b8b7e411e45b0cda9?pan-speed=-.05 |
wheel | true or false | true | Enables/disables zoom with scrollwheel. Useful if you are embedding a full width 360 in a website. (you can still zoom with double-click/double-tap) |
titlebar | true or false | false | Sets whether the title bar starts out on or off |
hide-cardboard | true or false | false | Shows/hides the Google Cardboard icon |
Annotations Display parameters
parameter | values | default | Description |
a-display | true or false | true | Sets initial Annotations display mode Example: https://momento360.com/e/u/90efeb04c40d4b7083969e9ef354b057?a-display=false |
a-date | true or false | true | Shows/hides creation timestamp in annotation panel |
a-panel-controls | true or false | true | Shows/hides control buttons in the annotations panel |
autoplay-annotations | true or false |
false | If true, automatically moves to the next annotation after the duration specified by ap-interval-ann |
ap-interval-ann | duration in sec |
3 | If autoplay-annotations is true, waits this number of seconds before moving to the next annotation |
Collections Display parameters
parameter | values | default | Description |
fade | duration in msecs | 0 | duration of fadeout when transitioning to the next item of a Collection Example: https://momento360.com/e/uc/75a28e0f9fcb45d0b1755c6dfbffe02a?autoplay-collection=true&fade=1000 |
reset-heading | true or false | false | Resets the camera heading when moving to another item in a Collection. |
autoplay-collection | true or false | false | If true, automatically advances to the next item in a Collection after the duration specified by ap-interval-coll Example: https://momento360.com/e/uc/75a28e0f9fcb45d0b1755c6dfbffe02a?autoplay-collection=true |
ap-interval-coll |
duration in sec | 5 | If autoplay-collection is true, waits this number of seconds before advancing to the next item in a collection |