Title: Easy Player &#8211; HTML5 Video,YouTube,Video.js
Author: WP Easy Soft
Published: <strong>18. Januar 2024</strong>
Last modified: 21. Mai 2026

---

Plugins suchen

![](https://ps.w.org/easy-player/assets/banner-772x250.png?rev=3101892)

![](https://ps.w.org/easy-player/assets/icon-256x256.png?rev=3404270)

# Easy Player – HTML5 Video,YouTube,Video.js

 Von [WP Easy Soft](https://profiles.wordpress.org/nashirbabu/)

[Herunterladen](https://downloads.wordpress.org/plugin/easy-player.1.5.1.zip)

 * [Details](https://de.wordpress.org/plugins/easy-player/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/easy-player/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/easy-player/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/easy-player/#developers)

 [Support](https://wordpress.org/support/plugin/easy-player/)

## Beschreibung

Add a video player with [Video.js](https://videojs.com/): a web video player built
from the ground up for an HTML5 world. It supports HTML5 video and modern streaming
formats, as well as Mp4, YouTube and Vimeo.
 Can be set video player with Gutenberg
Block and Shortcode based on the dashboard settings.

#### Supported Video Types

 1. **YouTube Videos:** Seamlessly embed YouTube videos for easy integration.
 2. **HTML5 Videos:** Supports MP4, WebM, and OGG formats for flexibility and performance.

**How to use Easy Player – Video Tutorial**

#### Key Features

 1.  **Preload Video:** Load videos efficiently to enhance the browsing experience.
 2.  **Playback Speed Control:** Allow users to adjust video speed as per their preference.
 3.  **Autoplay & Muted:** Automatically play videos with or without sound for a seamless
     experience.
 4.  **Loop Videos:** Keep your videos playing continuously to maintain user attention.
 5.  **Reset on End:** Automatically reset the video to the beginning after it ends.
 6.  **Enable Smooth Seeking:** Provide a smooth navigation experience for seeking 
     within videos.
 7.  **Playsinline:** Optimize playback for mobile devices by preventing fullscreen
     switching.
 8.  **Big Play Button:** Highlight the play button for easy user interaction.
 9.  **Progress Control Bar:** Let users track video progress effortlessly.
 10. **Remaining Time Display:** Show how much time is left in the video.
 11. **Display Negative Time:** Enable the option to show negative time for a unique
     countdown view.
 12. **Volume Control:** Offer full control over video volume.
 13. **Fullscreen Toggle:** Allow users to enjoy videos in fullscreen mode.

#### Why Choose This Plugin?

 1. **User-Friendly Interface:** Simple to configure and customize.
 2. **Optimized for Performance:** Lightweight and built to ensure fast loading times.
 3. **Responsive Design:** Fully compatible with all devices and screen sizes.

Easily added a **Video Player** with auto generated shortcode like:

    ```
    [easy-player ID="1"]
    ```

Easily added a **Video Player** with with manual shortcode like:

    ```
    [easy-player]
    [easy-player src='mp4 video url' type='mp4' ]
    [easy-player src='youtube vide url' type='youtube' ]
    ```

### Support

For support, feature request, or any inquiries, please email at [nashirbabu@gmail.com](https://de.wordpress.org/plugins/easy-player/nashirbabu@gmail.com?output_format=md)

## Screenshots

 * [[
 * Manage Video Player
 * [[
 * Add Video Player
 * [[
 * Edit Video Player
 * [[
 * Default Gutenberg Block
 * [[
 * Player Settings
 * [[
 * Player Controls

## Blöcke

Dieses Plugin bietet 1 Block.

 *   Easy Video Player Video Player Block.

## Installation

 1. Choose to add a new plugin, then click upload
 2. Upload the easy-player zip
 3. Activate the plugin through the ‚Plugins‘ menu in WordPress
 4. Use the shoutenberg Block or Shortcode in your pages or posts

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Easy Player – HTML5 Video,YouTube,Video.js“ ist Open-Source-Software. Folgende 
Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

 *   [ WP Easy Soft ](https://profiles.wordpress.org/nashirbabu/)

[Übersetze „Easy Player – HTML5 Video,YouTube,Video.js“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/easy-player)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/easy-player/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/easy-player/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/easy-player/)
per [RSS](https://plugins.trac.wordpress.org/log/easy-player/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.5.1 (2025-11-27)

 * Updated: Plugin Information

#### 1.5.0 (2025-05-15)

 * Added: Video player preview on add/edit

#### 1.4.15 (2025-05-11)

 * Added: Player Controls Page
 * Added: Player controls dynamicly appear on block

#### 1.4.14 (2025-05-03)

 * Updated: Player Settings Page
 * Added: Player settings dynamicly appear on block

#### 1.4.13 (2025-04-19)

 * Tweak: WordPress 6.8 compatibility checked

#### 1.4.12 (2025-02-23)

 * Fixed: PHP warning error issue

#### 1.4.11 (2025-02-02)

 * Fixed: Plugin Check (PCP) issue
 * Fixed: PHP Notice error

#### 1.4.10 (2025-01-26)

 * Fixed: Upload video play issue
 * Updated: Code refactor

#### 1.4.9 (2025-01-19)

 * Updated: Vidoe type dynamic
 * Added: Plugin Live Preview

#### 1.4.8 (2024-11-08)

 * Added: Player Playsinline option
 * Added: Player SmoothSeeking option

#### 1.4.7 (2024-11-01)

 * Added: Player nagitive(-) time controll
 * Updated: Code Refactor

#### 1.4.6 (2024-10-27)

 * Added: Player theme option

#### 1.4.5 (2024-10-26)

 * Updaed: Code Refactor
 * Tweak: WordPress 6.6 compatibility checked

#### 1.4.4 (2024-10-13)

 * Updated: Plugin Description

#### 1.4.3 (2024-10-13)

 * Added: Added video speed option
 * Added: Added player big button control
 * Added: Added player forward control
 * Added: Added player backward control
 * Added: Added player progres control
 * Added: Added video current time option
 * Added: Added player volume control
 * Added: Added player PIP control
 * Added: Added player fullscreen control

#### 1.4.2 (2024-10-06)

 * Added: Added player Loop option
 * Added: Added video Reset On End option
 * Added: Added video Aspect Ratio option

#### 1.4.1 (2024-09-25)

 * Updated: Custom Post Type (CPT)

#### 1.4.0 (2024-09-15)

 * Added: Custom Post Type (CPT)

#### 1.3.3 (2024-09-11)

 * Added: Added video autoplay option
 * Added: Added video muted option

#### 1.3.2 (2024-09-01)

 * Fixed: Redirect issue
 * Added: Added video poster and proload option

#### 1.3.1 (2024-08-25)

 * Updated: Code Refactor

#### 1.3.0 (2024-06-30)

 * Added: Custom Gutenberg Video Player Block

#### 1.2.4 (2024-06-14)

 * Updated: Plugin Information

#### 1.2.3 (2024-06-01)

 * Added: Player Shortcode copy
 * Added: WordPress media uploader

#### 1.2.2 (2024-05-31)

 * Added: Player Shortcode edit
 * Added: Player Shortcode delete

#### 1.2.1 (2024-05-04)

 * Added: Manage Player Shortcode page
 * Added: Add Dynamic Shortcode page

#### 1.2.0 (2024-05-04)

 * Tweak: WordPress 6.5 compatibility checked

#### 1.1.0 (2024-02-04)

 * Added: Youtube video shortcode

#### 1.0.1 (2024-01-20)

 * Updated: Plugin information

#### 1.0.0 (2024-01-18)

 * Added: First Release.

## Meta

 *  Version **1.5.1**
 *  Zuletzt aktualisiert **vor 5 Tagen**
 *  Aktive Installationen **20+**
 *  WordPress-Version ** 5.0 oder höher **
 *  Getestet bis **7.0**
 *  PHP-Version ** 5.6 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/easy-player/)
 * Schlagwörter
 * [HTML5 video](https://de.wordpress.org/plugins/tags/html5-video/)[player](https://de.wordpress.org/plugins/tags/player/)
   [video](https://de.wordpress.org/plugins/tags/video/)[videojs](https://de.wordpress.org/plugins/tags/videojs/)
   [youtube](https://de.wordpress.org/plugins/tags/youtube/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/easy-player/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/easy-player/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/easy-player/reviews/)

## Mitwirkende

 *   [ WP Easy Soft ](https://profiles.wordpress.org/nashirbabu/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/easy-player/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://profiles.wordpress.org/nashirbabu/)