Linux 软件免费装
Banner图

Video Player for WPBakery

开发者 nutttaro
更新时间 2024年4月4日 18:00
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

html5 video-player-for-wpbakery video-player self-hosted-video

下载

详情介绍:

Video Player for WPBakery add-on for WPBakery Page Builder allows add YouTube, Vimeo and Self-Hosted videos (HTML5) to your WordPress website. Features:

安装:

  1. Upload video-player-for-wpbakery.zip to the install plugin page
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to page or posts and add video to your content

屏幕截图:

  • Video Player element setting for Self-Hosted videos
  • Video Player element setting for YouTube and Vimeo
  • Video Player display on frontend

常见问题:

How to increase maximum file upload size for Self-Hosted videos?

Add code below in theme’s functions.php file or wp-config.php file @ini_set( 'upload_max_size' , '64M' ); @ini_set( 'post_max_size', '64M'); or add code below in .htaccess file php_value upload_max_filesize 64M php_value post_max_size 64M

更新日志:

= 1.0.1 Tested up to 6.1.1 1.0.0