Bug with embed iframe

  • 26 October 2020
  • 2 replies
  • 622 views

Userlevel 2

Hi, 

I have trouble with embed from miro. 

I used this code in my website 

<iframe width="100%" height="400"src="https://miro.com/app/embed/o9J_kkXmwko=/?autoplay=yep" frameborder="0" scrolling="no" allowfullscreen=""></iframe>

 

but I have an iframe like that : 

miro.com

 

And i have a error on the the console :

Uncaught ReferenceError: rtb is not defined
    at Object.p (embedEntry.23055cf40587a7dd6af2.js:2)
    at Object.O [as storeUserIds] (embedEntry.23055cf40587a7dd6af2.js:2)
    at t.apiHost (embedEntry.23055cf40587a7dd6af2.js:2)
    at G.apiHost (embedEntry.23055cf40587a7dd6af2.js:2)
    at Object.<anonymous> (embedEntry.23055cf40587a7dd6af2.js:2)
    at p (runtime~embedEntry.09c728ffbf645e3ac835.js:1)
    at Object.<anonymous> (embedEntry.23055cf40587a7dd6af2.js:2)
    at p (runtime~embedEntry.09c728ffbf645e3ac835.js:1)
    at Object.<anonymous> (embedEntry.23055cf40587a7dd6af2.js:2)
    at Object.<anonymous> (embedEntry.23055cf40587a7dd6af2.js:2)

 

Thank for your help


2 replies

Userlevel 4
Badge +1

Hey Jeremy, please check out this doc on how to embed live miro boards: https://developers.miro.com/docs/embed-a-board-via-direct-link

 

Let me know if you need any help :wink:

Userlevel 2

hi @Boris Borodyansky 

Thanks, the document is about the live-embed but I would like to use the “presentation” embed.

4 days ago, I hadn’t a bug. 

Did you change something?

Reply