close
BERJAYA
BERJAYA

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.

ეკრანული სურათები

  • BERJAYA
    Video Player element in your editor
  • BERJAYA
    Video Player element setting for Self-Hosted videos
  • BERJAYA
    Video Player element setting for YouTube and Vimeo
  • BERJAYA
    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

მიმოხილვები

BERJAYA
01.06.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 თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

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