Auto display a Miro board, embedded in a web api, after signing in

  • 3 March 2021
  • 1 reply
  • 142 views

I have embedded a Miro board within a web api using the following link

<iframe src="https://miro.com/app/live-embed/@Model?embedAutoplay=true&moveToViewport=-23165,-5837,13803,7546" style="right: 0; width: 100%; height: 100%; border: none;"></iframe>

This enables the board to be opened automatically when the web page containing the link is displayed and the user is signed in to Miro.

However, if the user is not signed in then a message to “Sign in” is displayed as below;

 

 

Now, when the user signs in, using the “Sign in” button, the iframe containing the board, is refreshed and a message says “Reconnecting” then “Connection restored” is displayed at the top of the board but the board does not display.

Instead the rotating image below is displayed.

 

 

How can I embed a Miro link in a web api such that the board is auto displayed if the user is signed in or it is displayed automatically after the user signs in?

 

 

 


1 reply

Userlevel 4
Badge +1

hey @John Roche , this actually looks like a bug or connection issue.

Could you please record a short loom video or smth like that to see how it looks like?

if you use “embedAutoplay” already then you should see the board even after sign in.

Also, if you make the board publicly available by link, then user would be able to see it straight away without signing in. Learn more here: https://help.miro.com/hc/en-us/articles/360011114519-Public-Boards-vs-Private-Boards

Reply