Polanger VideoHub – Build Your Own Video Platform icon

Polanger VideoHub – Build Your Own Video Platform

Polanger VideoHub – Build Your Own Video Platform is a WordPress plugin with the following stats:

  • #10,757 Global Rank
  • 30+ active installs
  • 5/5 1 ratings

PF Score (About PF Scores)

PF Score is not a quality guarantee. It is a ranking based on available public signals.

Silver55.6
Platinum
Gold
Silver
Bronze
Low

Score Breakdown

24.6
Popularity 40% 30+ active installs
61.9
Reputation 35% 5★ from 1 ratings
96.5
Freshness 25% Updated 1 months ago

No vulnerability history

Download Trends

Loading download data…

Vulnerabilities

No known vulnerabilities

This plugin has no records in the Wordfence Intelligence vulnerability database.

About Polanger VideoHub – Build Your Own Video Platform

Create a modern WordPress video platform with videos, playlists, comments, reactions, and search.

VideoHub helps you turn a WordPress site into a clean, responsive video platform. Publish self-hosted videos, embed videos from popular providers, organize content with categories, tags, and playlists, and give visitors a familiar video browsing experience. Use it as a video gallery, video player system, video playlist manager, or full video library for your site.

The free core provides everything needed to publish, organize, and display videos on WordPress. It includes the video content type, playlist support, video categories and tags, a responsive player, comments, reactions, search, homepage sections, shortcodes, and admin tools.

Supported Languages

VideoHub is translation-ready and includes bundled language files for:

  • English
  • Turkish
  • Spanish
  • German
  • Brazilian Portuguese
  • Russian
  • French
  • Italian
  • Japanese
  • Simplified Chinese

Resources

When a site needs more advanced workflows, VideoHub can be extended with optional official addons. Paid addons are sold separately on Polanger.com and are not required for the free core video publishing experience.

What You Can Build

  • A video gallery or media library
  • A self-hosted video platform
  • A modern video homepage
  • Category-based video sections
  • Playlists and curated video collections
  • A searchable video archive
  • A community video platform with optional member, upload, channel, monetization, live, and mobile-app features

Core Features

  • Video Content Type – Manage videos from a dedicated VideoHub admin area
  • Multiple Video Sources – Use YouTube, Vimeo, Dailymotion, self-hosted videos, and supported embed providers
  • Responsive Player – Clean video playback layout for desktop, tablet, and mobile
  • Playlists – Create playlist pages and embed playlists with shortcodes
  • Categories and Tags – Organize videos with dedicated taxonomies
  • Homepage Sections – Display hero, latest videos, trending videos, playlists, and category sections
  • PVH Comments – Advanced video comments with replies, voting, mentions, moderation, and WordPress discussion integration
  • PVH Reactions – Like, dislike, share, and report actions for videos
  • PVH Search – Advanced video search with filters for type, date, duration, category, and sorting
  • View Counter – Track video views and show view counts on the frontend
  • Related Videos – Show related content on single video pages
  • Shortcodes – Add VideoHub layouts to pages, posts, and builders
  • Template Overrides – Override templates from your theme when deeper customization is needed
  • Video Engine API – Let themes and other plugins select, render, and check access for VideoHub videos
  • Translation Ready – Built with WordPress internationalization functions

Optional Official Addons

Extend VideoHub only when your project needs the extra workflow:

Shortcodes

  • [pvh_home] – Display the VideoHub homepage layout
  • [pvh_videos] – Display a video grid
  • [pvh_video id="123"] – Display a single video player
  • [pvh_playlist id="123"] – Display a playlist
  • [pvh_categories] – Display video categories
  • [pvh_search] – Display the VideoHub search interface

Addon shortcodes become available when the related addon is installed and active.

Developer Documentation

VideoHub includes developer documentation for hooks, filters, addon development, template overrides, shortcodes, and the Video Engine API.

VideoHub manages videos so other plugins do not have to. A third-party plugin can save a VideoHub video ID and render it safely:

echo pvh_render_video( 123, array( 'context' => 'lesson' ) );

Developers can also query videos for custom layouts:

$videos = pvh_get_videos( array( 'category' => 'education', 'limit' => 12 ) );

For admin integrations, add a VideoHub picker to your custom post type:

add_filter( 'pvh_video_picker_post_types', fn( $types ) => array_merge( $types, array( 'lesson' ) ) );

Frequently Asked Questions

Do I need a paid addon to publish videos?

No. The free core can publish and display videos, playlists, categories, comments, reactions, and search without any paid addon.

Can I use VideoHub without any official addon?

Yes. The free core works independently and does not require any paid addon.

Which features are included in the free core?

The free core includes video management, playlists, categories, tags, responsive templates, comments, reactions, search, homepage sections, view counts, related videos, and shortcodes.

How do I install an official addon?

After purchasing and downloading an official addon ZIP from Polanger.com, install it from Plugins -> Add New -> Upload Plugin, or upload it from VideoHub -> Addons using the official addon installer. If the same addon is already installed and you upload from VideoHub -> Addons, enable the Replace existing addon package option before submitting the ZIP. Official optional addons install as standard WordPress plugins for safer updates, while VideoHub still lets you manage them from VideoHub -> Addons.

Can third-party developers build addons?

Yes. Developers can build uploadable VideoHub addon packages or standard WordPress plugins that register as VideoHub addons. See the bundled documentation in docs/DEVELOPER-HOOKS.md.

Can other plugins or themes use VideoHub videos?

Yes. VideoHub includes a Video Engine API so LMS plugins, themes, WooCommerce extensions, membership plugins, or custom code can store a VideoHub video ID and let VideoHub handle the player, thumbnails, playlists, access checks, and addon-powered behavior.

Can I use videos from external platforms?

Yes. Paste a supported video URL in the video source field. VideoHub supports popular external video URLs, self-hosted MP4 files, and embed code sources.

Can I override templates?

Yes. Copy template files from /wp-content/plugins/polanger-videohub-lite/templates/ to /wp-content/themes/your-theme/polanger-videohub/ and customize them there.

Where can I manage official addon licenses?

Official addon licenses are managed from your Polanger.com account.

Ratings & Reviews

Recent Reviews

Loading reviews…

View all reviews on WordPress.org (opens in a new tab)

Changelog

1.9.5

  • Added frontend upload moderation actions for pending videos, including one-click admin approval, a rejection modal with required creator-facing feedback, in-site notifications, HTML email alerts for approvals and rejections, rejection reason delivery, and safe frontend edit links that return creators to the same video edit screen after login.
  • Improved overall plugin performance and reduced unnecessary processing in several components.
  • Enhanced compatibility with the latest WordPress version.
  • Improved admin interface responsiveness and usability.
  • Refined video loading and rendering behavior across multiple layouts.
  • Updated internal architecture for better stability and future addon compatibility.
  • Fixed several minor bugs and addressed edge-case issues reported during testing.

1.9.4

  • Improved mobile browsing smoothness across core video layouts, search surfaces, and public navigation areas.
  • Added bundled language coverage for English, Turkish, Spanish, German, Brazilian Portuguese, Russian, French, Italian, Japanese, and Simplified Chinese.
  • Improved core translation readiness for setup, import, dashboard, playlist, category, and search interface text.
  • Improved lightweight frontend performance checks so core screens avoid unnecessary work when optional features are not active.

1.9.3

  • Improved translation readiness across the free core, comments, reactions, and search interfaces.
  • Improved VideoHub import/provider helper text so admin setup messages are clearer for translators and site owners.
  • Improved playlist and category count strings for cleaner localization in public templates.
  • Improved admin diagnostics and dashboard wording for safer translated technical notices.

1.9.2

  • Added a lightweight core notification engine with dedicated storage, unread counters, REST helpers, and shared helper functions for VideoHub experiences.
  • Improved the admin-only Frontend Diagnostics Tool so supported VideoHub pages can expose clearer route, notification, and runtime context without loading diagnostics for visitors.
  • Improved internal bootstrap safety so admin-only metadata can be registered without loading public runtime features unnecessarily.
  • Improved unread-state support for VideoHub user interfaces so compatible features can surface message and notification counts more consistently.
  • Improved compatibility checks around optional feature data to avoid unnecessary public queries when related functionality is unavailable.

1.9.1

  • Improved WordPress.org package clarity by refreshing public product, documentation, demo, developer, and GitHub links across the bundled documentation.
  • Improved official addon upload safety so an existing addon package is not replaced unless the administrator explicitly enables the replacement option.
  • Improved addon installation guidance to describe both standard WordPress plugin uploads and the built-in VideoHub addon manager.
  • Improved bundled documentation around free core features, optional official addons, and supported extension workflows.
  • Improved developer documentation metadata for the current release and public developer resources.
  • Fixed outdated documentation text that could describe optional addons as included core features.
  • Fixed older product and documentation links that pointed to legacy VideoHub URLs.

1.9.0

  • Improved PVH Search live results so AJAX responses are handled more reliably during fast typing, repeated searches, and page transitions.
  • Improved live search result formatting so encoded characters and special entities display as readable titles in the suggestion dropdown.
  • Improved search diagnostics for administrators when the Frontend Diagnostics Tool is enabled, making it easier to inspect live search requests, responses, timing, and rendering state.
  • Improved VideoHub Explore and discovery layouts with more predictable responsive grids for videos, shorts, and comments.
  • Improved comment discovery logic so popular comment sections can fill empty slots with recent approved comments instead of appearing incomplete.
  • Improved core/custom-table safety checks around optional feature data so missing addon tables do not create database warnings on public pages.
  • Improved developer-facing documentation for performance architecture, custom tables, frontend diagnostics, and Navigation Panel integration behavior.
  • Fixed a live search reliability issue where older or overlapping requests could make instant results appear inconsistent.
  • Fixed search suggestion text that could show encoded entities such as & instead of readable characters.
  • Fixed a database warning caused by an outdated optional feature table reference in conditional menu checks.

Older release history is maintained in the bundled documentation: VideoHub documentation changelog.

Alternatives to Polanger VideoHub – Build Your Own Video Platform

Other WordPress plugins serving a similar purpose, ranked by relevance and PF Score.

Platinum85.3
All-in-One Video Gallery – Video Player & Galleries for YouTube, Vimeo & Self-Hosted Videos icon

All-in-One Video Gallery

Display videos from multiple platforms using a built-in HTML5 player and gallery functionality.

★ 4.8/5·20K+ installs·Updated 5 Aug 2026
Gold76.6
Videopack icon

Videopack

Embed responsive self-hosted videos with resolution switching and gallery support.

★ 4.8/5·10K+ installs·Updated 24 Jan 2026
Silver67.1
Video Gallery – YouTube, Vimeo Gallery & YouTube API icon

Video Gallery

Create video portfolio with YouTube and Vimeo video galleries. Features YouTube API integration, lightbox popup player, and grid layouts.

★ 4/5·1K+ installs·Updated 17 Jul 2026
Platinum90.8
Presto Player icon

Presto Player

Video and audio player supporting captions, branding, and page-builder integration for courses and marketing.

★ 4.8/5·100K+ installs·Updated 4 Aug 2026
Platinum90.7
Modula Image Gallery – Photo Grid & Video Gallery icon

Modula Image Gallery

Create responsive image galleries with drag-and-drop grid customization and built-in video support.

★ 4.7/5·100K+ installs·Updated 13 Aug 2026
Platinum89.0
Gallery by Visual Portfolio icon

Gallery by Visual Portfolio

Create customizable photo galleries and portfolios with flexible layout options and block editing support.

★ 4.8/5·60K+ installs·Updated 21 Jul 2026
Platinum87.1
SimpLy Gallery icon

SimpLy Gallery

Build responsive photo and video galleries with integrated lightbox and slider blocks.

★ 4.8/5·40K+ installs·Updated 5 Aug 2026
Gold84.4
HTML5 Video Player – embed fast, responsive videos with ease icon

HTML5 Video Player

Embed responsive videos in MP4, WebM, OGG, FLV, YouTube, and Vimeo formats within WordPress.

★ 4.6/5·20K+ installs·Updated 4 Aug 2026
Gold80.7
FV Flowplayer Video Player icon

FV Flowplayer Video Player

Embed HTML5 videos with playlist, responsive design, and ad support for WordPress sites.

★ 4.4/5·10K+ installs·Updated 18 Aug 2026
Gold79.5
Video Gallery – YouTube Gallery, Playlist & Video Grid icon

Video Gallery

Build responsive YouTube video galleries visually in the block editor without coding or shortcodes.

★ 4.9/5·2K+ installs·Updated 12 Aug 2026
Gold79.5
Video Gallery – YouTube Gallery, Vimeo, Video Portfolio, Image Portfolio and Image Gallery icon

Video Gallery

Display customizable gallery feeds from social media users or hashtags in responsive format.

★ 4.8/5·10K+ installs·Updated 5 Mar 2026