Descrizione
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.
Screenshot
Installazione
- Upload
video-player-for-wpbakery.zip
to the install plugin page - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to page or posts and add video to your content
FAQ
-
How to increase maximum file upload size for Self-Hosted videos?
-
Add code below in theme’s
functions.php
file orwp-config.php
file@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);or add code below in
.htaccess
filephp_value upload_max_filesize 64M
php_value post_max_size 64M
Recensioni
Contributi e sviluppo
“Video Player for WPBakery” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Video Player for WPBakery” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
= 1.0.1
Tested up to 6.1.1
1.0.0
- Initial Release