Adding a chat room to any app with one line of code

jeremyckahn

Jeremy Kahn

Posted on October 8, 2023

Adding a chat room to any app with one line of code

I just added a new feature to Chitchatter that I'm really excited about!

If you haven't seen it before, Chitchatter is an open source web app that instantly enables private, anonymous communication between people. Once connected you can easily chat, share audio and video, and transfer files. All communication is encrypted and peer-to-peer.

The feature I just added is chat room embedding. Much like a YouTube video, you can now embed a Chitchatter room into any web app. Here's a demo of an embedded Chitchatter room being loaded via CodePen:

To create your own embedded chat room: Go to https://chitchatter.im/, enter a room name (or use the unique default), and click "Get embed code." Copy and paste the presented code snippet into your HTML code and you're done.

That's it! Happy chatting. 🙂

💖 💪 🙅 🚩
jeremyckahn
Jeremy Kahn

Posted on October 8, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related