Skip to main content

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


Forum|alt.badge.img

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

Was it helpful?

5 replies

Joanna Smith
Mironeer
Forum|alt.badge.img

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


Forum|alt.badge.img
  • Author
  • Beginner
  • 2 replies
  • June 14, 2022

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


Robert Johnson
Forum|alt.badge.img+13
  • Volunteer Community Moderator
  • 7283 replies
  • June 14, 2022

@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.


Robert Johnson
Forum|alt.badge.img+13
  • Volunteer Community Moderator
  • 7283 replies
  • June 14, 2022

@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


Forum|alt.badge.img
  • Author
  • Beginner
  • 2 replies
  • June 14, 2022

Dear Mr. Johnson,

thank you very much for your reply and help :) 


Reply