Problem when embedding the board

  • 7 August 2020
  • 5 replies
  • 2065 views

Hi !

Does anyone expereince an issue on when embedding the board in the Presentation mode?

It is now display with “Something went wrong” error, use to work before.

 

Here is the code:

<iframe width="640" height="360" src="https://miro.com/app/embed/o9J_ks8pWXc=/?&pres=1" frameborder="0" scrolling="no" allowfullscreen></iframe>

 

Taking the “&pres=1” seem to make the code functioning again.
But I really need to use the presentation view.

 

Does anyone know the solution/ workaround?

 

Thanks in advance.


5 replies

Userlevel 4
Badge +1

Hey June!

We investigate this issue and found a bug.

The fix will be there early next week. 

Thanks for reporting this :raised_hands:

Userlevel 1
Badge

Hello, I am facing the same problem. :face_palm_tone1:

 

Here is my code:

<iframe width="640" height="360" src="https://miro.com/app/embed/o9J_kmDoBdk=/?&pres=1" frameborder="0" scrolling="no" allowfullscreen></iframe>

 

Not sure if I am doing something wrong because I tried with other boards and I am facing the same error, I added  /?autoplay=yep and tried without &pres=1 and is not working. 

Thanks for your help! :sunglasses:

Userlevel 4
Badge +1

Maru, please check if board is accessible by link (to view or comment) and then re-create iframe on the page. Such error is usually faced when board was not shared publicly.

Userlevel 1
Badge

Thank you Boris, still showing the same error :( 

I have tried several boards and shows the same error. 

Same problem. Share is public to view.

 

All the options (below) don’t work.

 

Embed is: <iframe width="640" height="360" src="https://miro.com/app/embed/iXjVOf0TuPE=/?" frameborder="0" scrolling="no" allowfullscreen></iframe>

 

and…

 

<iframe width="640" height="360" src="https://miro.com/app/embed/iXjVOf0TuPE=/?&pres=1" frameborder="0" scrolling="no" allowfullscreen></iframe>

 

and…

<iframe width="640" height="360" src="https://miro.com/app/embed/iXjVOf0TuPE=/?&pres=1&animate=1" frameborder="0" scrolling="no" allowfullscreen></iframe>

Reply