Can community members send direct messages with photos attached on WordPress

We are building a private peer support community for new parents on WordPress and one-on-one conversations matter more than public posts. Members regularly want to share a photo privately with a specific person, for example asking another parent about a rash or a sleep setup, and posting it publicly is not appropriate. Our current setup lets members send text DMs but attaching a photo drops them into external tools like WhatsApp.

Is there a WordPress plugin that supports private messaging with photo and media attachments, without plugging into Twilio or some third-party chat service?

0 29
Carla Mendez Carla Mendez 2 7 months ago

WPMediaVerse includes first-party direct messaging with media attachments, no third-party chat service required. What is in the box:

  • Text and media direct messages between members, stored in your own database
  • Privacy-respecting media pipeline: DM attachments live behind the same six-level privacy system as regular uploads
  • MIME validation, EXIF stripping and duplicate detection applied to attachments before delivery
  • OpenAI Vision AI moderation can be configured to scan DM media as well, so abusive images can be flagged, quarantined or rejected before the recipient sees them
  • Works standalone or layers onto BuddyPress if you are already using it for profiles

Because WPMediaVerse uses its own custom indexed tables (mvs_media_index, mvs_media_meta, mvs_media_stats) rather than wp_posts, DM history stays fast even for long conversations with hundreds of attachments.

Honest limit: the free version is REST-based messaging with a refresh-to-check model, not pushed in real-time. Pro adds real-time private messaging with REST polling transport plus voice messages, read receipts and typing indicators, which is probably what you want for a support community where response latency matters.