7 min read
Introducing WPMediaVerse: Self-Hosted Media for WordPress
WPMediaVerse is Wbcom’s standalone media gallery platform for WordPress sites that need high-capacity image and video sharing. We call it MediaVerse in our newer product lineup, same plugin, same database tables, built to give any WordPress site the self-hosted equivalent of Instagram, Flickr, Pinterest, and Dribbble in one package. The free version ships a complete photo and video community: uploads, albums, six privacy levels, direct messages, an explore feed, and AI moderation, and most sites can launch it in under an hour.
Why We Built WPMediaVerse

Legacy media plugins store every single photo upload as a separate wp_posts entry, leading to bloated databases and sluggish page load speeds. MediaVerse introduces custom database tables (mvs_*) that separate gallery assets from core blog content, so pages keep loading fast even with 100,000+ uploads.
This is not a theoretical problem. If you have ever run rtMedia or MediaPress on an active community, you have watched the posts table balloon and every query on the site slow down with it. Backups get heavier, search gets noisier, and unrelated plugins that query wp_posts pay a tax on every request.
Separate tables also let us index media the way media should be indexed: by uploader, album, privacy level, and engagement, rather than through the generic post metadata system. Bulk operations that would time out on a posts-table plugin, like re-checking privacy on ten thousand photos, run through Action Scheduler in the background instead of blocking a page load.
The second reason we built it: ownership. Photographers and creators have spent a decade uploading their best work to platforms that throttle reach, compress files, and change the rules whenever they like. A self-hosted gallery on your own domain, in your own database, is the only arrangement where the archive is actually yours.
Instagram and Flickr-Style Gallery Layouts
Members get a grid-based photo feed for quick browsing and a Flickr-style detail view for larger collections. Both layouts are responsive out of the box, so a gallery looks the same whether a visitor is on a phone or a desktop monitor.
The free plugin ships the Grid layout. MediaVerse Pro adds four more layout modes you can switch with a single setting: Instagram (square feed with stories-style presentation), Pinterest (masonry columns), Flickr (justified rows), and Dribbble (portfolio cards). One community can look like a photo-sharing network on Monday and a design portfolio on Tuesday without touching a template file.
Albums support six privacy levels, from fully public through followers-only to private, and each upload opens in a lightbox with comments and reactions attached. Because rendering happens through blocks and REST endpoints (the plugin exposes 13 blocks and 80+ REST endpoints), theme developers can place feeds, uploaders, and album grids anywhere a block goes.
1:1 Private Messaging and Voice Notes
MediaVerse is not just a gallery plugin. It includes private direct messaging, so members can share media and talk about it in the same place instead of jumping to email or a third-party chat app.
Direct messages are part of the free plugin. Upgrading to Pro adds voice notes and read receipts, which changes how conversations feel: a photographer can record thirty seconds of feedback on a shot faster than typing it, and both sides can see when a message has actually been seen.
Keeping conversations on your own site matters for the same reason self-hosting the media does. Messages live in your database under your privacy policy, they are covered by the plugin’s GDPR export and erasure tooling, and no outside platform is mining them.
Built-In AI Moderation
Every upload can be automatically screened using OpenAI Vision before it goes live, catching inappropriate content without you reviewing every image by hand. This matters most for open communities and dating or social platforms where unmoderated uploads are a real liability.
You set the rule once: what gets blocked outright, what goes to a review queue, and what publishes immediately. From then on the safety check runs on every upload before anything becomes public. Pro extends the same pipeline with two more providers, Google Cloud Vision and AWS Rekognition, so you can pick the classifier that fits your budget and region, or fail over between them.
We have written in more detail about how the screening pipeline works in our AI moderation guide for WPMediaVerse. The short version: automated pre-publish screening is the difference between moderating a queue of edge cases and firefighting a public feed.
How MediaVerse Compares

| Capability | Legacy Plugins (rtMedia, MediaPress) | MediaVerse |
|---|---|---|
| Storage Model | Every upload is a wp_posts row | Custom mvs_* database tables |
| Performance at Scale | Slows down past a few thousand uploads | Stays fast past 100,000 uploads |
| Private Messaging | Requires a separate plugin | Built in, with voice notes in Pro |
| Content Moderation | Manual review only | OpenAI Vision auto-moderation |
| Data Ownership | Self-hosted | Self-hosted, on your own WordPress database |
The migration story is built in, not bolted on. MediaVerse ships importers that read rtMedia tables directly, preserving photos, comments, albums, and privacy settings; convert MediaPress galleries into MediaVerse albums with follower counts and activity links intact; and move BuddyBoss Media libraries over without keeping the BuddyBoss Platform and theme lock-in. Large libraries import in background batches, so the site stays up while the migration runs.
Free vs Pro at a Glance
| Feature | MediaVerse (Free) | MediaVerse Pro |
|---|---|---|
| Uploads, albums, lightbox, explore feed | Included | Included |
| Privacy levels | Six levels | Six levels |
| Direct messages | Included | Plus voice notes and read receipts |
| Layout modes | Grid | Instagram, Pinterest, Flickr, Dribbble, Grid |
| AI moderation | OpenAI Vision | Adds Google Vision and AWS Rekognition |
| Cloud storage | Your hosting | Amazon S3 and BunnyCDN offload |
| Video | Standard uploads | Transcoding, HLS streaming, Whisper captions |
| Engagement extras | Social layer | Photo battles, tournaments, gamification, storage quotas |
| Importers | , | rtMedia, MediaPress, BuddyBoss Media |
| Price | Free forever | From $69/year or $199 lifetime (1 site); $99/year or $299 lifetime (5 sites) |
Our advice on when to upgrade is simple. Stay on free until you want a non-Grid layout, your storage bill starts climbing, you want photo competitions, or you are migrating an existing community from rtMedia, MediaPress, or BuddyBoss Media. Pro carries a 30-day money-back guarantee, and the lifetime tiers cost less than two years of the equivalent annual plan.
Runs Standalone or Inside BuddyNext
MediaVerse works as a 100% standalone plugin on any WordPress site. Combined with BuddyNext, it becomes the media layer for a full community platform, and it pairs naturally with Jetonomy for communities that want both visual sharing and discussion boards in one place.
It also plays well with classic BuddyPress. If BuddyPress is active, MediaVerse switches on profile media tabs, group media tabs, and activity feed uploads automatically. The integration is included, not required, so you are never forced into a community plugin just to run galleries.
A few site types where this combination has landed well so far: photography clubs replacing a Flickr group, design teams running an internal Dribbble, creator communities that outgrew a shared Instagram account, and niche social networks that need media plus moderation from day one.
Getting Started

MediaVerse is free to install with core gallery and messaging features included. Setup looks like this:
- Install and activate the free MediaVerse plugin from the MediaVerse product page.
- Run the setup wizard: pick your default privacy level, upload limits, and whether registered members can create albums.
- Add your OpenAI API key if you want AI moderation screening uploads before they publish.
- Place the feed, uploader, and album blocks on the pages where you want them, or let the plugin create its default pages.
- If you are moving from rtMedia, MediaPress, or BuddyBoss Media, add Pro and run the matching importer before you invite members back.
Read more about the thinking behind it, and the rest of the standalone product lineup it belongs to, in our founder announcement on Sovereign WordPress Communities.
Frequently asked questions
Is WPMediaVerse the same plugin as MediaVerse?
Yes. WPMediaVerse and MediaVerse are the same plugin with the same database tables. MediaVerse is the name we use in the current product lineup.
Does MediaVerse require BuddyPress or BuddyNext?
No. It runs as a complete media community on its own. If BuddyPress is active, profile tabs, group tabs, and activity uploads switch on automatically, and BuddyNext can use it as its media layer.
Will thousands of uploads slow my site down?
No. Media lives in custom mvs_* tables instead of wp_posts, so the core content tables stay lean. Pro can also offload files to Amazon S3 or BunnyCDN so your server never stores them at all.
Can I migrate from rtMedia, MediaPress, or BuddyBoss Media?
Yes. Pro includes importers for all three that preserve photos, albums, comments, and privacy settings, running in background batches for large libraries.
What does MediaVerse Pro cost?
Pro Personal is $69/year or $199 one-time for lifetime updates on one site. Pro Professional is $99/year or $299 lifetime for five sites, with priority support. Both carry a 30-day money-back guarantee.
Where to start
Install the free plugin, switch on AI moderation, and let members upload for a couple of weeks. That tells you more than any feature list will. If the community takes to it, the Pro layouts, cloud storage, and competitions give you a clear growth path, and if you are sitting on an old rtMedia or BuddyBoss Media archive, the importer alone justifies the upgrade. Grab it from the MediaVerse product page and you can have a working media community on your own domain this afternoon.
Related reading
- Interactive Audience Feedback Lightweight Wordpress Polls Surveys
- Share Code Text Snippets Standalone Pastebin Engine For Wordpress
- Protect Your Visual Assets Digital Watermarking Anti Hotlinking For Wordpress
- Collaborative Documentation in Wordpress Wiki Engine For Communities
- Ephemeral Social Content Standalone Instagram Style Stories For Wordpress
- Launch a Freelance Service Marketplace Standalone Service Platform For Wordpress