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

---

搜尋外掛

![](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

 由 [WP Easy Soft](https://profiles.wordpress.org/nashirbabu/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/easy-player/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/easy-player/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/easy-player/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/easy-player/#developers)

 [技術支援](https://wordpress.org/support/plugin/easy-player/)

## 外掛說明

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://tw.wordpress.org/plugins/easy-player/nashirbabu@gmail.com?output_format=md)

## 螢幕擷圖

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

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Easy Video Player Video Player Block.

## 安裝方式

 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

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Easy Player – HTML5 Video,YouTube,Video.js〉的開發相關工作。

參與者

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

[將〈Easy Player – HTML5 Video,YouTube,Video.js〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/easy-player)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/easy-player/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/easy-player/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/easy-player/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/easy-player/)。

## 變更記錄

#### 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.

## 中繼資料

 *  版本 **1.5.1**
 *  最後更新 **5 天前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 5.6 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/easy-player/)
 * 標籤:
 * [HTML5 video](https://tw.wordpress.org/plugins/tags/html5-video/)[player](https://tw.wordpress.org/plugins/tags/player/)
   [video](https://tw.wordpress.org/plugins/tags/video/)[videojs](https://tw.wordpress.org/plugins/tags/videojs/)
   [youtube](https://tw.wordpress.org/plugins/tags/youtube/)
 *  [進階檢視](https://tw.wordpress.org/plugins/easy-player/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/easy-player/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/easy-player/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://profiles.wordpress.org/nashirbabu/)