The #1 No-Code Video Player Plugin – Trusted by 3000+ Websites Worldwide
Super Video Player |
Documentation |
Pricing |
Support |
Demo
Super Video Player is a flexible and fully responsive video player plugin for WordPress. It allows you to embed MP4 and other video formats with ease. You can customize the player to match your site design and support playback across all major browsers and devices.
The plugin supports video embedding using shortcodes or Gutenberg blocks, making it easy to add video players to posts, pages, or widgets without writing any code. With built-in customization options, users can control video behavior such as autoplay, loop, mute, and more.
Buy The Pro
Video Tutorial
https://www.youtube.com/watch?v=LJym2Pe1h2k
Super Video Player Features
- Live Stream – Play .m3u8 and .mpd file
- Make the player look how you want with the markup you want
- Full support for VTT captions and screen readers.
- Support multiple subtitle files for multiple languages.
- The video player is compact so it does not take a lot of real estate on your webpage
- HTML5 compatible so the video files embedded with this plugin will play on iOS devices
- Works on all major browsers -Edge, IE7, IE8, IE9, Safari, Firefox, Chrome
- The video player is responsive. That means it works with any screen size
- The player can be used to embed video files on your WordPress posts or pages
- If you are selling video files from your site then you can use this plugin to offer a preview
- Add the video player to any post/page using shortcode
- Use autoPlay option to play a video file as soon as the page loads
- You can play unlimited video
- Support picture-in-picture mode
- Powered by html5
Super Video Player Pro Features
- Playlist: Add multiple videos to play a list of the videos.
- Video Quality: Set different qualities for the video.
- Show/Hide every control of the video player.
- Set the Initial volume for the video.
- Set seek time in seconds
- Click to play: Click or tap on the video container will toggle the play/pause.
- Enable/Disable tooltips for the controls
- Multiple Layout: Offers of variety of themes or layouts to customize the video player's appearance.
- Video Title & Description: Display the video's title and description below or above the player.
- Variety Styles: Customize the font, size, color and alignment of the video title and description.
- All features available on the gutenberg block.
- You can Easily use to shortcode for your gutenberg
- Continuous Playback on Playlist
- Social Share Button on Player
User Feedback
⭐⭐⭐⭐⭐
So simple to use. Excellent!
❛❛
A very neat and efficient way of playing self-hosted videos via WordPress.❜❜
-jonthanr
- Did you like this plugin? Dislike it? Have a feature request?
Please share your feedback with us
How to use Super Video Player
- After install you can see a sidebar menu in the dashboard called "Super Video Player"
- Add one or more Videos from Here.
- You will get Shortcode for every Video In The Editor Screen And Video Lists.
- Copy Shortcode
- Past the shortcode in post, page, widget areas To publish them. if you want to publish a player in template file use <?php echo do_shortcode('SHORTCODE') ?>
- Enjoy !
Gutenberg Block for Super Video Player
- This plugin add a Gutenberg Block Called "Super Video Player" Under the Common Category
- Go to your WordPress Admin interface and open a post or page editor.
- Click the plus button in the top left corner or in the body of the post/page.
- Search or See in the Common Block Category and select Super Video Player.
- Click the Icon to add it.
- Select A Video from dropdown List
- Publish and Enjoy !
This section describes how to install the plugin and get it working.
E.g
- Upload
plugin-directory to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want video in your theme php file, Place
<?php echo do_shortcode('YOUR_SHORTCODE'); ?> in your templates