Instant chat plugin or method to do it

Hello everyone,

I would like to include an instant chat a bit like messenger, with a possibility to include attachments. I would like to know if there is a plugin to do it quickly, or it must be done internally? If it is to be done internally, what would be the best method to follow?

Thanks

Many Bubblers use Crisp

Discover our Business Messaging Platform for Startups & SMB

There are some chat plugins that somewhat work, but they will cost you. Or you can do research and check some templates and figure out how to do it. There isn’t a simple plugin and go, because you need to build a database, and create your own logic for various things.

You might want to do some research on youtube, Udemy, and the forum :slight_smile:

And try some templates.

But it’s more like a chat with a bot, right? I would like more a chat between different users.

Oh, yes! You’ll need to build that in yourself.

We recently this out natively in Bubble. I’ll try to record a loom for you this weekend.

I have built a multi-users chat implementation with unread/read status, multi conversations and media support. Bubble native. Mainly Messenger design.

But honestly it requires a developer to integrate it in the app’s data type and workflows.

DM me if interested.

You get no free lunch… You need to build things.

Hey @racimziani, here’s a walkthrough of how we set ours up at Swapstack:

And here’s the code I reference toward the end:

#rg-messages{
transform:rotate(180deg);
direction: rtl;
}
#item-message{
transform: rotate(-180deg);
direction: ltr;
}

4 Likes