This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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

نقد و بررسی‌ها

1 ژوئن 2021
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” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

= 1.0.1
Tested up to 6.1.1

1.0.0

  • Initial Release