Q: Embedding Games
I want to embed a game created with Playzo (a product also featured in AppSumo) into a room where the room participants can play together at the same time. Is that possible or would I need to create a widget with Fouita to enable that functionality? As I understand it, for videos and audio each participant would start and stop the embedded audio or video on their own and I was wondering if that would also be the case if I embedded a game.

Richard_GoBrunch
Aug 29, 2025A: Hey, embedding games is possible but playing together inside the same embedded game isn’t supported. The reason is that iFrames don’t share state between users. Each person is essentially opening their own private version of the game within their browser.
Thank you for that info Richard