Is it possible to embed just the frame of a board into a website?

  • 13 June 2022
  • 5 replies
  • 823 views

Badge

Is it possible to embed just the frame of a board into a website?


5 replies

Userlevel 2
Badge

I’m not sure I understand your question. What do you mean by “the frame of the board”? Like, an empty board? Or a view-only board?

 

-Joanna

Badge

I mean a rectangle shape, that is framed and contains information.

Userlevel 7
Badge +12

@Joanna Smith - I believe that @Nalan I. is asking, if they had a board with multiple frames, but only wanted one of those frames to be visible, could they embed the board into a website so that one a specific frame--and here is what is not clear--is accessible or viewable?

In short, no, you cannot limit anyone who has access to the board to just one area/object.

Userlevel 7
Badge +12

@Nalan I. - Some options:

  1. Put your single frame in a new board and embed that board
  2. Embed your board in Presentation mode and either have your frames ordered in such a way that that the frame you want to share is the first in the list, or use the Copy link feature to get the frame ID that you want to display first and add that to your embed code.

For example, here is a board that I want to use → https://miro.com/app/board/uXjVO73MS7c=/

I get the presentation embed code:

<iframe width="768" height="432" src="https://miro.com/app/embed/uXjVO73MS7c=/?pres=1&frameId=3458764523571368328" frameBorder="0" scrolling="no" allowFullScreen></iframe>
 

But I want to display this frame in a website:

 

So I get the frame ID using the Copy link feature:
https://miro.com/app/board/uXjVO73MS7c=/?moveToWidget=3458764523571368329&cot=14

 

ID is: 3458764523571368329

Put that into your embed code AND add the &autoplay=yep switch after the frame ID:

<iframe width="768" height="432" src="https://miro.com/app/embed/uXjVO73MS7c=/?pres=1&frameId=3458764523571368329&autoplay=yep" frameBorder="0" scrolling="no" allowFullScreen></iframe>

 

The result:

https://sites.google.com/view/realrobertjohnson/home

Badge

Dear Mr. Johnson,

thank you very much for your reply and help :) 

Reply