Beskrivning
Video Player for WPBakery add-on for WPBakery Page Builder allows add YouTube, Vimeo and Self-Hosted videos (HTML5) to your WordPress website.
Features:
- Easy for add video for WPBakery Page Builder
- Support YouTube, Vimeo and Self-Hosted videos (HTML5)
- The plugin is lightweight.
Skärmdumpar




Installation
- Upload
video-player-for-wpbakery.zipto the install plugin page - Activate the plugin through the ’Plugins’ menu in WordPress
- Go to page or posts and add video to your content
Vanliga frågor
-
How to increase maximum file upload size for Self-Hosted videos?
-
Add code below in theme’s
functions.phpfile orwp-config.phpfile@ini_set( ’upload_max_size’ , ’64M’ );
@ini_set( ’post_max_size’, ’64M’);or add code below in
.htaccessfilephp_value upload_max_filesize 64M
php_value post_max_size 64M
Recensioner
Bidragsgivare och utvecklare
”Video Player for WPBakery” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Video Player for WPBakery” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.2.0
- Added responsive video player — videos now scale fluidly to fit their container
- Added Privacy-Enhanced Mode option for YouTube embeds (uses youtube-nocookie.com)
- Fixed potential XSS via crafted filenames in the media library picker
- Fixed video URL detection failing for URLs starting with youtube/vimeo domain
- Replaced extract() with explicit variable assignments for safer shortcode handling
- Fixed unclosed output buffer in shortcode rendering
1.1.0
- Fixed WPBakery serialization issue causing empty field on modal reopen
- Added edit_form_line class to field wrapper for better WPBakery compatibility
- Simplified input field structure (single line, no data attributes)
- Added unique ID to each input field instance
- Added data-param attribute to field wrapper
- Enhanced JavaScript to directly update WPBakery’s internal state (window.vc.atts)
- Removed wpb-textinput class that may have interfered with serialization
- Cleaner, more maintainable code structure
- Added playsinline option for mobile inline video playback
- Added poster image option to display preview image before video plays
- Added preload dropdown setting (Auto, Metadata, None)
- Modernized HTML5 video tag with proper conditional attribute rendering
- Added crossorigin attribute for better CORS support
- Enabled picture-in-picture mode support
- Improved security with proper URL escaping (esc_url)
- Changed default preload setting to ’metadata’ for better performance
- Enhanced code formatting and readability
1.0.2
- Fixed XSS
- Tested up to 6.8.1
1.0.1
- Tested up to 6.1.1
1.0.0
- Initial Release
