Skip to main content
Answered

Embedded boards show hand/finger icon until click


When I embed a board via iframe it always shows up as this picture until it’s clicked on.  This by design I’m taking it? 

 

Best answer by Marina

Hi Jeff,

Yes, it is by design. If you want to enable the autoplay of the board (no need to click this placeholder with a hand to load the board), add /?autoplay=yep after the board URL to the iFrame code. Here is the example - iFrame code of one of our demo boards:

<iframe style="position:absolute;top:0;left:0;width:100%;height:100%"
src="https://miro.com/app/embed/o9J_k0fwiss=/?autoplay=yep"
frameborder="0" scrolling="no" allowfullscreen=""></iframe>

Taken from the article - Embedding Boards into Websites

Hope that helps!

View original
Was it helpful?

3 replies

Marina
Mironeer
Forum|alt.badge.img+5
  • Mironeer
  • 991 replies
  • Answer
  • July 6, 2020

Hi Jeff,

Yes, it is by design. If you want to enable the autoplay of the board (no need to click this placeholder with a hand to load the board), add /?autoplay=yep after the board URL to the iFrame code. Here is the example - iFrame code of one of our demo boards:

<iframe style="position:absolute;top:0;left:0;width:100%;height:100%"
src="https://miro.com/app/embed/o9J_k0fwiss=/?autoplay=yep"
frameborder="0" scrolling="no" allowfullscreen=""></iframe>

Taken from the article - Embedding Boards into Websites

Hope that helps!


  • Author
  • Beginner
  • 2 replies
  • July 6, 2020

Thank you Marina!


On the flipside, when I embed things INTO miro, how can I get them to be ‘on’ already? Thanks!


Reply