Skip to main content

Hello everyone,

Since yesterday, the presentation mode of an embedded board on a website is no longer working. Do you already know about this issue? I have already tested it with a test board. The board opens, and I can see the frame, but not in presentation mode. It’s important to me to be able to navigate from frame to frame using the arrow keys.

I have tried it on both a Windows and Mac system and with different boards and different explorers.

Can anyone replicate the problem or explain what the issue might be? For testing, I used the standard HTML code and inserted the iFrame code of the board into the body.
 

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beispielseite mit iframe</title>
</head>
<body>

<h1>Willkommen auf meiner Seite</h1>
<p>Hier ist ein eingebettetes iframe:</p>

<iframe> </iframe>

</body>
</html>

 

 

Hey @Sebastian Ksoll,

Thanks for raising this, and apologies for the confusion.

Our Live Embed team is working on introducing a new and improved presentation experience for embedded boards, and this mode is temporarily unavailable during this time while it’s being revisited.

We hope to have more to share about this soon, and apologize for the inconvenience!


Reply