Kaltura All-in-One Video Plugin for WordPress
by kaltura · Admin & Utilities
Also makes 1 other plugin · 130+ installs across the portfolio →
Easily add full video capabilities to your blog.
32 health vs 54 average across 3,792 Admin & Utilities plugins
High removal-risk signals
63/100Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.
- Long abandoned. No update in 9+ years — the top precursor to removal once a vulnerability is found.
- Compatibility drift. Tested only up to WordPress 4.6.30, well behind 6.8.
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Under-optimized
Biggest win: Update recency
To rank higher: Last updated 3629 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,427 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
93
now · peak 3.6K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
No release in a yearHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
0
releases in the last 12 months
9.9y ago
latest release · v2.7
13
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 91% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “100+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2015-05-28 · 1,390 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ diegoboneta5.3y ago
la verdad esperaba mas , esperaba algo que me pudiera dar una sincronizacion con el sistema de vigilancia AJAX system para poder ayudar me con el circuito cerrado de mi casa por otro lado pense que seria mas sencillo pero veo que fue mas dificil de lo que crei sobre todo por la interfaz casi nula de entender espero que mejoren suerte.
Read on wp.org ↗ - ★★★★★ Jonathan Bowen9.7y ago
The plugin is affecting my ability to scroll the WordPress sidebar.
Read on wp.org ↗ - ★★★★★ wpress201011.0y ago
Sure, you can go through the tedious process of registering with Kaltura, but it won’t do you any good. This plug-in is just plain broken – and no one at Kaltura will answer anything here – or on their own support pages, for that matter. If you PAY Kaltura for their services, MAYBE they’d be interested in helping you. Open source? That’s just a joke. Want to have a Kaltura-hosted video play in WordPress? Well, this plug in works a bit – you can actually get a Kaltura video to play in your WP site, but it won’t play nicely with any other video content you might want to post that’s hosted anywhere else. You can’t style the presentation much, and the thumbnail feature is broken. Also, the Kaltura plug’s iteration of their proprietary video player inserts a half-dozen spammy Kaltura links to their own video products. Oh yeah, and the plug-in’s controls that allegedly disable comments don’t work, either. You could probably fix all of this by going into the plug’s code, but I don’t think that’s much of a practical solution. Check out this plug’s Support section – not much there, and nothing recent, either. Stay away, unless you want to waste a lot of your time.
Read on wp.org ↗ - ★★★★★ alex_utini12.1y ago
Partner ID registration with too much personal informations. Plugin not realy usable.
Read on wp.org ↗ - ★★★★★ arcain612.9y ago
It seems the Kaltura team is back at it again, and i don’t mean that as a positive statement. The horror show that is the update to All-In-One version 2.5 wordpress plugin. There are so many things wring with this update, it’s hard to know where to start. SO i’ll give a typical scenerio. Installing: There is absolutely NO documentation for configuring the ” settings.ini” file. The default values are horribly wrong in most cases. If you have CE5, you’ll need to change ALL the ID numbers. Every last one. PERIOD! Alas, the intellectual giants that developed this monstrosity fail to even HINT at where these magic Conf ID’s come from. With kaltura’s default install, you’ll have more than 100 UI Conf ID’s listed. Good luck guessing the correct one. If you are using CE5, get ready to feel the pain. Once you’ve managed to get the conf id’s correct, you’re still out of luck. The editor-side selection of videos will actually work. However, once added to your post, the player itself will not be visible on the live page. Just a big fat blank NOTHING where the video player SHOULD be. CE6, you’ll have it a little better, once it’s properly set up, you MIGHT be able to see the videos in your page. Updating from Previos version (2.4.4 i believe) Will present a nightmare. Unlike EVERY DECENT PLUGIN for wordpress. This one adds a table to the database (for the widget), as well as adds about 6 – 8 entries into the wordpress options table. Seems legit, however, if you uninstall the plugin. It doesn’t remove these settings. Which means when you reinstall, yer borked, if you update, you’re borked. you will need to MANUALLY remove these from the database. YAY Sql fans! Boo anyone without proper knowledge. You may inadvertently #! the entire site. Now we move onto a more geek oriented subject. IT’S SLOW!! It’s like trying to race a turtle if your a snail. A single video on your main page will bog the entire page down waiting for the player to load all the data. YAY DERPS! It’s SHODDY CODE! Turn on debugging, and enjoy the spectacle. several errors with the php code itself. The code isn’t nececerily bad, just many outdated strings. Using functions improperly, and not sanity checking code to prevent blank-page-of-doom is bad. Trap your errors silly. So… as a recap, and possible solutions: a) Installation: Add a readme file that ISN’T 4 – 6 years old and default from version 1.0 of the script / kaltura. b) Upgrade: Create an uninstall script to remove the entries made by plugin in the wp_options table. also, remove the table created by the widget portion of the plugin. c) Performance: Instead of calling on Kaltura for every bit of information, preemptively upload thumbnail, and any other static yet small data points to a temp directory within the plugin, or an addition directory within the wp-content structure. Slimline some of the scripts, or data actually accessed to speed up page loading. i.e. You don’t need to gather ALL data in an array, then later strip 99% of it out. clean it up. D) Performance 2: Update your syntax and coding practices. If you’re coding for php v1.4.2 you’ll have problems with depreciated functions, and syntax if the plugin is run on php v5.x. Should probably repackage the plugin with several flavors for diferent PHP versions. I’m not saying make 300 versions. but just the one’s needed. i.e. php 4.x 5.x etc…
Read on wp.org ↗ - ★★★★★ tonym232313.2y ago
Don’t bother with this plugin, outdated with to many issues. I read other neg comments but still gave it a try (thought I could code the bugs out of it) but instead I just wasted 1 hour of my life. This plugin is abandoned… and you should abandonee this page!
Read on wp.org ↗ - ★★★★★ Jux13.6y ago
Not working, make a “Fatal error” on the plugin activation.
Read on wp.org ↗ - ★★★★★ Cleanforest.co13.6y ago
The last update to this plugin was June 11 2012. Before that, it was Dec 29th 2011. It should be considered abandonware due to the lack of updates. The lack of updates has resulted in an unstable plugin. The plugin uses deprecated functions such as get_settings (deprecated since version 2.1!). And contains other oddities that go against best practices such as require_once(‘../../../wp-load.php’); Kaltura is a large company and calls its product an “Open Source Online Video Platform”. It is really unfortunately that they seem uninterested in maintaining this plugin.
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 7.2.16 · WP 5.2.4
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2025-04-28 200+ → 100+ down after 17 days in tier
- 2025-04-11 100+ → 200+ up after 1 days in tier
- 2025-04-10 200+ → 100+ down after 4 days in tier
- 2025-04-06 100+ → 200+ up after 1 days in tier
- 2025-04-05 200+ → 100+ down after 1 days in tier
- 2025-04-04 100+ → 200+ up after 1 days in tier
- 2025-04-03 200+ → 100+ down after 541 days in tier
- 2023-10-10 300+ → 200+ down after 16 days in tier
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
- P Peter’s Post Notes 3K+ installs · 4.6★ · 2 shared tags D
-
Loginizer 1M+ installs · 4.8★ · 1 shared tag A -
Redux Framework 900K+ installs · 4.4★ · 1 shared tag A
-
Admin Menu Editor 300K+ installs · 4.6★ · 1 shared tag A -
White Label CMS 200K+ installs · 4.6★ · 1 shared tag A -
Ads.txt Manager 100K+ installs · 4.3★ · 1 shared tag B
Embed this report card
Drop a live Pulse card for Kaltura All-in-One Video Plugin for WordPress into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/all-in-one-video-pack" width="480" height="300" style="border:0" loading="lazy" title="Kaltura All-in-One Video Plugin for WordPress — Plugin Pulse"></iframe> Kaltura All-in-One Video Plugin for WordPress: 100+ active installs, 1.1★ (10 reviews). Plugin Pulse (WP Mayor), as of 2026-08-31. https://plugins.wpmayor.com/plugin/all-in-one-video-pack