Better Video & Playlist

বৰ্ণনা

Elevate Your WordPress Video Experience!

The Better Video & Playlist Plugin is designed to enhance the video capabilities of your WordPress website while adding a sophisticated video playlist feature. This plugin ensures that your site’s visitors enjoy a seamless and engaging video-watching experience.

Key Features:

  • Resume Video Playback: Never lose progress – our plugin remembers where you left off.
  • Video Progress Storage: Store video progress in the WordPress database and local browser storage.
  • Customized Start Video and Time: Start your videos at specific times using the ?t=SECONDS parameter (e.g., ?t=120 starts at 2 minutes) or the starting video from a playlist using ?start_video=26 .
  • Video Playlists: Create and manage video playlists effortlessly using block editor.
  • Autoplay Next Video: Keep viewers engaged with automatic playback of the next video.
  • Emoji Customization: Add a personal touch with custom video emojis.
  • Search: Filter videos from a list and show or hide whatched videos.

Why Choose Better Video & Playlist?

  • User-Friendly: Seamlessly integrate advanced video features into your WordPress site.
  • Progress Tracking: Never make viewers start from scratch; they can pick up right where they left off.
  • Playlist Management: Create and organize video playlists with ease.
  • Community Support: Join a community of users benefiting from this plugin’s capabilities.

স্ক্ৰীনশ্বট

  • Video Player
  • Playlist Player

ব্লকবোৰ

এই প্লাগিনটোৱে 1টা ব্লক প্ৰদান কৰে।

  • Playlist Block

ইনষ্টলেশ্যন

Via WordPress Admin:

  1. Go to Plugins -> Add New.
  2. Search for “Better Video & Playlist.”
  3. Click Install Now.
  4. Activate the plugin.

Via FTP:

  1. Download the plugin.
  2. Unzip the .zip file and upload the folder to /wp-content/plugins/.
  3. Activate the plugin in the Plugins menu of WordPress.

সঘনাই উত্থাপিত প্ৰশ্ন

How to Use?

To enable the video features, add a video from the post editor or use the HTML video tag. You can include as many video tags as needed.

Creating Video Playlists

You can create a video playlist within your editor by using the block.

Or by using the advanced settings panel and setting it to “bvideo_playlist.” Alternatively, you can create a list in your HTML with the id “bvideo_playlist.”

Here’s an example HTML playlist:

`html
  1. Video 1
  2. Video 2
  3. Video 3
`

You can also create a playlist using a JavaScript array:

`javascript

var video_playlist = [
{
“name”: “Video 1”,
“link”: “video1.mp4”,
“size”: 55000000
},
{
“name”: “Video 2”,
“link”: “video2.mp4”,
“size”: 475000000
},
{
“name”: “Video 3”,
“link”: “video3.mp4”,
“size”: 105000000
}
];

`

To add the JavaScript to your post/page, consider using a plugin like this one.

পৰ্য্যালোচনা

ডিচেম্বৰ 7, 2023 1টা প্ৰত্যুত্তৰ
Not working
নৱেম্বৰ 29, 2023 3টা প্ৰত্যুত্তৰ
PageLayer eklentisinde malesef Better video playlist görünmüyor.
আটাই 2টা পৰ্য্যালোচনা পঢ়ক

অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Better Video & Playlist” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

আপোনাৰ ভাষাত “Better Video & Playlist” অনুবাদ কৰক।

বিকাশৰ প্ৰতি আগ্ৰহী?

ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।

সলনি-পঞ্জী

Version 3.1

  • Refactored CSS fixes for consistency
  • Refactored JS for better reading and fixed errors

Version 3.0

  • Vanilla JS removed jquery dependencies
  • Search in list
  • Common words for list
  • Show/hide whatched videos on a list
  • New CSS for the playlist
  • Tested for WordPress 6.7 compatibility

Version 2.1.1

  • Tested for WordPress 6.4 compatibility

Version 2.1

  • Major jQuery and PHP code refactor
  • Improved method for tracking played videos
  • New admin panel with customizable settings

Version 2.0.4

  • Enhanced descriptions and FAQs

Version 2.0.3

  • Tested for WordPress 6.3 compatibility

Version 2.0.2

  • Added smooth scroll to video

Version 2.0.1

  • Implemented AJAX for storing video time for logged-in users

Version 1.0

  • Initial release