-
Notifications
You must be signed in to change notification settings - Fork 11
Add embeddable view of rooms for people to put on their own websites #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So we should probably look more to: |
Could https://view.matrix.org/ be made to also have Gitter rooms? Or perhaps https://view.gitter.im/? Viewing a chatroom log works fine. Ex.: https://view.matrix.org/room/!HgqZaVOcIULDourZoC:matrix.org/ For now, we can offer users two buttons: view chatlog, join chat |
"The Matrix Public Archive has been discontinued" @MadLittleMods Any other ideas we could explore? Thanks! |
I would also really enjoy a more modernized version of view.matrix.org. The current one is fine, dont get me wrong, but it is a bit rough around the edges. |
As mentioned by @marclaporte, it would be nice to have something comparable to Gitter Sidecar for embedding a chat room on your own website.
One option would be embedding the room view from this project (Matrix Public Archive). That would show the latest messages in the room and just direct you to a Matrix client to chat. I've also considered this option for replacing the featured communities on the Gitter homepage.
Perhaps served at a URL like:
/archives/r/matrixhq:matrix.org/${year}/${month}/${day}/~embed
https://github.com/vector-im/chatterbox also exists (https://element.io/blog/element-launches-chatterbox/) but is more for one-on-one chat with a support agent style of a thing at the moment. This would need to be extended/modified to support the Gitter Sidecar use case.
The text was updated successfully, but these errors were encountered: