How to embed clickup view in Miro with autoplay

  • 20 January 2023
  • 1 reply
  • 131 views

Hi im trying to embed a clickup view inside Miro without the loader view

however im not quite sure how this works, since i tried using ‘&embedAutoplay=true’ and it still doesn’t work.

 

the embed code from clickup is this;

<iframe class="clickup-embed" src="https://sharing.clickup.com/xxx//h/db" onwheel="" width="100%" height="700px" style="background: transparent; border: 1px solid #ccc;"></iframe>

i tried putting it behind the url it doesnT work

<iframe class="clickup-embed" src="https://sharing.clickup.com/xxx//h/db&embedAutoplay=true" onwheel="" width="100%" height="700px" style="background: transparent; border: 1px solid #ccc;"></iframe>

or this doesn’t work either

<iframe class="clickup-embed" src="https://sharing.clickup.com/xxx//h/db" onwheel=”&embedAutoplay=true" width="100%" height="700px" style="background: transparent; border: 1px solid #ccc;"></iframe>

 

any ideas how to make this work or it cannot work?

 

Thanks in advance!


1 reply

Userlevel 7
Badge +12

@ChrisK12 - It has been my experience over the years that Miro only supports autoplay for a limited number of services:

https://help.miro.com/hc/en-us/articles/360017730993-Embedding-media-to-boards#Recommended_services

 

Reply