[WordPress] 外掛分享: Easy Video Player

WordPress 外掛 Easy Video Player 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Easy Video Player」是 2013-03-31 上架。
  • 目前有 30000 個安裝啟用數。
  • 上一次更新是 2025-04-17,距離現在已有 16 天。
  • 外掛最低要求 WordPress 5.5 以上版本才可以安裝。
  • 有 56 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

naa986 |

外掛標籤

flash | HTML5 | video | mobile | player |

內容簡介

Easy Video Player 是一個易於使用的 WordPress 影片外掛程式,可展示您的影片。您可以嵌入自行架設的影片或使用直接連結外部架設的影片。

Easy Video Player 功能

嵌入 MP4 影片於您的網站
嵌入回應式影片,使使用手機裝置瀏覽時提供更好的使用者體驗
嵌入 HTML5 影片,與所有主要瀏覽器相容
嵌入具海報圖片的影片
嵌入具自動播放功能的影片
嵌入具循環播放功能的影片
嵌入具禁音啟用的影片
使用類別自訂影片播放器
嵌入使用 MediaElement 播放器或 WordPress 內建預設播放器的影片
嵌入影片於 AMP 頁面

Easy Video Player 擴充功能

MediaElement Skin 1

Easy Video Player 外掛程式使用方法

嵌入影片於經典編輯器

設定配置

設置此影片播放器外掛程式相當容易。安裝外掛程式後,只需導覽至「設定」選單,您將能夠配置一些選項。最重要的是只需要勾選「啟用 jQuery」選項。這將允許外掛程式使用 jQuery 函式庫。

嵌入影片的短碼

現在是時候最終嵌入影片短碼。要完成此動作,請建立新的文章/頁面,使用以下短碼:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4"]

這裡,url 是您需要以實際影片檔案 URL 取代的短碼參數。

影片自動播放

如果您要在頁面載入時開始播放某個影片,您可以將「自動播放」選項設置為「true」:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"]

控制大小

預設情況下,播放器佔據內容區域的全寬。您可以輕鬆透過為其指定寬度來控制大小:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" width="640"]

高度會根據比例自動確定(詳細資訊請參閱「控制播放器比例」章節)。

控制播放器比例

播放器比例預設為「16:9」。您可以通過在短碼中指定不同的比例來覆蓋它:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" ratio="4:3"]

影片循環播放

如果您希望特定影片在結束時重新開始播放,您可以將「循環」選項設置為「true」:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" loop="true"]

影片播放器樣板

如果您想使用不同的影片播放器樣板,您可以在「樣板」參數中指定它:

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" template="mediaelement"]

預設情況下,媒體元素樣板僅在頁面載入時加載影片的「metadata」。您可以使用短碼中的 preload 參數將其設置為「auto」或「none」。

[evp_embed_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" preload="auto" templa

原文外掛簡介

Easy Video Player is a user-friendly WordPress video plugin to showcase your videos. You can embed both self-hosted videos or videos that are externally hosted using direct links.
Easy Video Player Add-ons

MediaElement Skin 1
User Only Videos
Video Schema
Disable Right Click

Easy Video Player Features

Embed MP4 video into your website
Embed responsive video for a better user experience while viewing from a mobile device
Embed HTML5 video which are compatible with major browsers
Embed video with poster images
Embed video with autoplay if the device and browser support it
Embed video with loop
Embed video with muted enabled
Customize the video player using classes
Embed video using MediaElement player

Easy Video Player Plugin Usage

Embedding a Video in the Classic Editor

Settings Configuration
It’s pretty easy to set up this video player plugin. Once you have installed the plugin simply navigate to the Settings menu where you will be able to configure some options. Mostly you just to need check the “Enable jQuery” option. That will allow the plugin to make use of jQuery library.
Embedding Shortcodes for the Videos
Now it’s time to finally embed a video shortcode. To do this create a new post/page and use the following shortcode:
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4"]

Here, url is a shortcode parameter that you need to replace with the actual URL of the video file.
Video Autoplay
If you want a particular video to start playing when the page loads, you can set the “autoplay” option to “true”:
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"]

Control Size
By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it:
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" width="640"]

The height will be automatically determined based on the ratio (please see the “Control Player Ratio section” for details).
Control Player Ratio
You can override the default aspect ratio by specifying a different one in the shortcode:
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" ratio="16:9"]

If the player does not support your specified aspect ratio it will load the default.
Video Loop
If you want a particular video to start playing again when it ends, you can set the “loop” option to “true”:
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" loop="true"]

Video Player Template
If you want to use a different video player template, you can specify it in the “template” parameter:
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" template="mediaelement"]

By default, the mediaelement template only loads the “metadata” of a video when the page loads. You can set it to “auto” or “none” with the preload parameter in the shortcode.
[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" preload="auto" template="mediaelement"]

For detailed documentation please visit the WordPress video plugin page
Plugin Language Translation
If you are a non-English speaker please help translate Easy Video Player into your language.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Easy Video Player」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.1 | 1.0.2 | 1.0.9 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | 1.1.7 | 1.1.8 |

延伸相關外掛(你可能也想知道)

  • MediaElement.js – HTML5 Video & Audio Player 》此外掛為 WordPress 設計的影音控制元件,是建立在 MediaElement.js HTML5 播放器程式庫之上,並為不支援 HTML5 的瀏覽器提供 Flash 或 Silverlight 候補播放...。
  • HTML5 Audio Player- Best WordPress Audio Player Plugin 》在 WordPress 中播放 MP3、WAV、OGG 音頻檔案。一款簡單、可訪問、易於使用和可完全自定義的音頻播放器,可在所有設備上運行。您可以在文章、頁面、小工具區...。
  • Videojs HTML5 Player 》Video.js HTML5 Player 是一個支持桌面和移動裝置視頻播放的用戶友好的外掛。它讓你輕鬆嵌入自主託管的視頻文件或使用 Video.js 庫的外掛視頻文件。, , Video...。
  • Video.js – HTML5 Video Player for WordPress 》, , 這是一個基於 Video.js HTML5 播放器庫所建立的 WordPress 外掛。它能夠讓您使用 HTML5 在文章或頁面中嵌入影片,並提供 Flash 回退支援非 HTML5 瀏覽器...。
  • Simple YouTube Responsive 》使用簡單的縮略語,嵌入 YouTube 影片且保持其縱橫比。, , 簡單的縮略語,可以在文章或小工具中使用。, 使用預設的 YouTube 嵌入碼 (iframe)。, 自訂縱橫比,...。
  • AZ Video and Audio Player Addon for Elementor 》更新:高級功能現在在此外掛中免費使用,版本為「2.0.1」, 「AZ Video and Audio Player Addon for Elementor」是一個簡單、輕量級和可自定義的 HTML5、YouTu...。
  • Flash Video Player 》 WordPress 的 Flash 影片外掛程式可以使用符合標準的標記和領先的開源軟體(Jeroen Wijering 的 FLV 播放器和 Geoff Stearns 的 SWFObject JavaScript Libra...。
  • WP YouTube Player 》WP Youtube Player 可以使用單一的快速標籤 [tube] 在 WordPress 上插入 YouTube 影片。, 特點, , 容易安裝, 使用簡單的程式碼嵌入 YouTube 影片, 易於配置的...。
  • Protected Video 》使用這個 Gutenberg 區塊和 Shortcode,您可以嵌入 YouTube/Vimeo 影片,而且可以防止使用者輕易地存取背後的影片。, 當您想將「未列出」的付費課程影片內嵌...。
  • Podbean Shortcode 》Podbean Shortcode 外掛是一個簡單的方式,讓你可以將 Podbean 音視頻播放器嵌入到你的 WordPress 博客中。這對於任何 Podbean 播客皆適用。安裝此外掛後,它...。
  • Meks Audio Player 》輕鬆增強您的播客、音樂或任何網站上的音訊。Meks Audio Player 最初是為我們的 Megaphone 主題 提供支援,但現在它可以用於在任何 WordPress 網站上播放音訊...。
  • HDW Player Plugin (Video Player & Video Gallery) 》HDW Player(視頻播放器&視頻畫廊)是WordPress網站的令人印象深刻的FLV播放器。此外掛與WordPress上其他可用的插件不同且獨特。您可以輕鬆地將此插件安裝到...。
  • Media Player Style Kit 》WordPress 媒體播放器功能很棒,但預設的樣式並不適用於太多佈景主題。加上很少有佈景主題開發者加入自訂媒體播放器樣式,這就需要媒體播放器樣式套件(Media ...。
  • WP GIF Player – Play & Pause 》您可以在外掛選項頁面中選擇三種 GIF 播放方式之一。, GIF, 這是預設方法。, 當在您的媒體庫中上傳 GIF 時,會創建一個圖像縮略圖以作為 GIF 播放器的預覽。...。
  • Mixcloud Embed 》Mixcloud Embed 外掛讓您可以透過使用 [mixcloud] 短代碼,將 Mixcloud 播放器嵌入您的 WordPress 部落格或頁面中。, 此外,您還可以展示混音播放清單。, 在...。

文章
Filter
Apply Filters
Mastodon