Video Player for WPBakery

外掛說明

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.

螢幕擷圖

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

安裝方式

  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

常見問題集

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

使用者評論

2021 年 6 月 1 日
Don't let the reviews fool you, working pretty nice and simple. There isn't really any better alternative either. There is this one bug when the video from the block is going to get removed if you edit the block and you will have to reselect it from the wordpress library, but other than that it's great.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Video Player for WPBakery〉的開發相關工作。

參與者

將〈Video Player for WPBakery〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

= 1.0.1
Tested up to 6.1.1

1.0.0

  • Initial Release