Customer Questions, Answered!

Can I use my own icons in annotations?

Yes, now you can, with our Custom Annotation Markers feature. See details here.

“How do I remove the time/date in an annotation?”

You can customize the display and behavior on embed/share links with parameters set on the URL. The full list of options is here: https://help.momento360.com/article/89-customizing-the-embed-share-player

In this case, you want to use the a-date parameter. From the link:

parameter values default Description
a-date true or false true Shows/hides creation timestamp in annotation panel 

Basically that means you add a-date=false to the end of your embed url. For instance:

https://momento360.com/e/u/90efeb04c40d4b7083969e9ef354b057?annotation-key=24b739ff1c4a4638a3289716fc5ea473

displays the date/time. Now if we add that parameter to the end (make sure to separate it from the other parameters with an & ):

https://momento360.com/e/u/90efeb04c40d4b7083969e9ef354b057?annotation-key=24b739ff1c4a4638a3289716fc5ea473&a-date=false

You can mix/match however you want, for instance if we add the parameter to hide the prev/next/center controls (a-panel-controls):

https://momento360.com/e/u/90efeb04c40d4b7083969e9ef354b057?annotation-key=24b739ff1c4a4638a3289716fc5ea473&a-date=false&a-panel-controls=false

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.