Add chat.exe to Your Website!
The web version of chat.exe can be easily embedded into your own website or blog using an iframe tag.
Why not set up a retro chat room for your visitors to interact with each other?
■ Basic Embed Code
Simply copy and paste the HTML code below into your site to display the chat room.
<iframe
src="https://app.chatexe.net/?room=MySiteRoom&showFrame=0&lang=en"
width="100%"
height="500"
frameborder="0"
allow="microphone; camera; display-capture"
></iframe>
* By specifying allow="microphone; camera; display-capture", you enable audio/video calls and screen sharing within the iframe.
■ URL Parameters
You can customize the chat's behavior by appending parameters to the end of the URL in the src attribute in the format ?parameter=value. Connect multiple parameters using &.
| Parameter | Default | Description |
|---|---|---|
room |
Lobby | Specifies the initial room name. (e.g., room=MySiteRoom) |
private |
0 | Set to 1 to hide the room from the "Public Rooms" list, making it a private room accessible only to those who know the room name. |
showFrame |
1 | Set to 0 to hide the outer window frame, allowing the chat to blend seamlessly into your site's design. Recommended for embedding. |
lang |
ja | Specifies the display language. (e.g., ja, en, zh-cn, zh-tw, ko) |
showUsers |
1 | Set to 0 to hide the user list panel on the right. |
showMoveRoom |
1 | Set to 0 to hide the "Move Room" button, locking users into the specified room. |
enableCamera |
1 | Set to 0 to disable the camera broadcasting feature. |
enableMic |
1 | Set to 0 to disable the microphone broadcasting feature. |
enableScreen |
1 | Set to 0 to disable the screen sharing feature. |