Skip to main content

13 posts tagged with "WebSocket"

WebSocket version / realtime features

View All Tags

WordPress Monetized Messaging: Build a Paid DM Platform with Per-Message Billing

· 10 min read
Creator of Better Messages
WordPress monetized messaging platform — per-message billing, per-role pricing, and balance display inside the messenger

A monetized messaging platform sells the conversation itself. Visitors browse profiles for free, but sending a direct message costs points — and so does opening a new thread or placing a call. The business model is paid DMs: the platform charges per interaction, the recipient (a creator, coach, or expert) earns a share, and the user tops up a balance to keep talking. Better Messages plus a points engine (GamiPress or MyCRED) implements this on WordPress — per-message billing, per-role pricing, per-call rates, with the balance shown inside the chat.

WordPress Live Chat Plugin: Real-Time Chat for Visitors and Members

· 12 min read
Creator of Better Messages

"Live chat" on a WordPress site has two distinct meanings — and most WordPress live chat plugins only cover one of them. The first is visitor-to-staff support chat: a floating bubble in the corner, anonymous visitors typing to a sales or support agent. The second is member-to-member real-time chat: logged-in users private-messaging each other, group chats, chat rooms, community discussion. Better Messages handles both from one plugin, with a single chat surface and a single REST API.

WordPress live chat plugin — floating chat bubble and mini widgets on a WordPress site

WordPress Intranet Chat: Real-Time Messaging for Internal Communication

· 13 min read
Creator of Better Messages

An internal WordPress intranet — built on BuddyBoss, BuddyPress, FluentCommunity, Woffice, or Olympus — already hosts the employee directory, the document library, the org chart, the company announcements. What it usually doesn't host is the conversation: the day-to-day private messages, the department group chats, the live discussion when something needs to be sorted now rather than emailed. A native WordPress chat plugin adds that conversation layer inside the same intranet — one login, one inbox, one set of WordPress roles to manage.

WordPress intranet chat — department channels and real-time internal communication on a WordPress site

AI Voice Message Transcription for WordPress Chat

· 7 min read
Creator of Better Messages

Voice messages are the right tool for chat moments when typing is slow or the relationship is personal — but they have one universal problem: the recipient cannot always listen. They are in a meeting, on a noisy train, or simply prefer text. Better Messages adds AI voice-message transcription to bridge the gap: any participant in a thread can click the transcribe button on a voice message and a text version appears below it, in any of 99+ languages, with results cached so the next viewer sees the text instantly. Two providers — Better Messages Cloud AI (included with the WebSocket license, no third-party key) or OpenAI (free with your own OpenAI key).

End-to-End Encrypted Messaging on WordPress

· 6 min read
Creator of Better Messages

Most WordPress messaging plugins store every message in plaintext in the database. Anyone with access to the database — a site admin, a host's support engineer, an attacker who exfiltrates a database backup — can read every conversation. For most sites that is acceptable. For some sites — therapists with clients, lawyers with opposing parties, journalists with sources, founders discussing acquisition terms — it is not. Better Messages 2.13 introduced optional per-thread end-to-end encryption: messages are encrypted in the sender's browser, stay encrypted at rest, and are decrypted in the recipient's browser. The database holds ciphertext only.

AI Content Moderation for WordPress Chat

· 6 min read
Creator of Better Messages

Public chat surfaces — community lobbies, vendor support inboxes, course cohort chats — get spam, harassment, and inappropriate content the way any open input does. Manual moderation does not scale beyond a few hundred members. Better Messages adds AI-powered content moderation that automatically detects harmful messages and either flags them for admin review or holds them until approved. Two providers are supported: Better Messages Moderation AI (no API key required, included with the WebSocket license) and OpenAI Moderation API (free with your own OpenAI key).

AI Message Translation for WordPress Chat

· 5 min read
Creator of Better Messages

WordPress communities that span multiple countries hit the same wall: the chat feed becomes a polyglot mess where half the members cannot read what the other half wrote. Static translation plugins (WPML, Polylang) translate site content but not user-generated message bodies. Better Messages handles this with AI message translation: each member sets their preferred display language; messages from other members are auto-translated by an AI provider on the fly. The sender writes in their language, the recipient reads in theirs — both sides see the original on hover.

WordPress Chat Mobile App: iOS and Android for Your Site

· 6 min read
Creator of Better Messages

Site owners running paid communities, course academies, and vendor marketplaces consistently hit the same wall: members live on their phone, not their browser. A site without a mobile app loses the daily-engagement signal — push notifications never reach the user, the site tab goes stale, members drift to Discord or Slack where the app experience is native. Better Messages ships native iOS and Android apps built on Capacitor that members install from the App Store / Play Store and use as the on-the-go front door to your community's chat.

Progressify PWA: Push Notifications for Better Messages

· 3 min read
Creator of Better Messages

Progressify turns a WordPress site into a Progressive Web App — installable to the home screen, capable of offline-aware browsing, and able to send web push notifications even on iOS Safari (where standard web push has long been limited). Better Messages auto-detects Progressify and routes private-message push notifications through it, so members who installed your PWA see new-message notifications the same way they see any other PWA notification.

WordPress Video Call Plugin: One-on-One and Group Calls Inside Chat

· 6 min read
Creator of Better Messages

WordPress sites that need video calls have three options today: link out to Zoom (loses the on-site context), embed Whereby / Daily / Twilio (third-party billing, separate UI), or roll your own (a multi-month engineering project involving a media server, TURN/STUN, signaling, and a UI). Better Messages adds a fourth path: voice and video calls inside the messenger threads members are already using, hosted on relay servers included in the WebSocket license, with both one-on-one and group call support.