
前言介紹
- 這款 WordPress 外掛「VideoADShtml5」是 2020-08-06 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2026-01-13,距離現在已有 44 天。
- 外掛最低要求 WordPress 5.3 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
sv |
外掛標籤
ads | VAST | video | player | pre-roll |
內容簡介
VideoADShtml5 是一款易於使用的 WordPress 影片外掛,可展示您的影片。您可以嵌入自行託管的影片或使用直接連結和廣告的外部託管影片。
系統需求
VideoADShtml5 功能
嵌入 MP4 影片到您的網站
嵌入響應式影片,以在從行動裝置瀏覽時提供更好的使用者體驗
嵌入與所有主要瀏覽器相容的 HTML5 影片
嵌入自動播放的影片
嵌入已啟用靜音的影片
VideoADShtml5 外掛使用方法
設定配置
設置此影片播放器外掛非常容易。安裝外掛後,只需導覽至設定選單,您就可以配置一些選項。大部分情況下,您只需勾選「啟用 jQuery」選項。這將允許外掛使用 jQuery 函式庫。
影片縮短碼嵌入
現在是時候最終嵌入影片縮短碼了。要這麼做,請創建一篇新文章/頁面,並使用以下縮短碼:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4"]
影片開始時的廣告
現在我們使用廣告在影片剪輯開始時顯示廣告
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" ads="http://example.com/wp-content/uploads/videos/reklama.mp4" ]
影片結束時的廣告
在影片結束時嵌入廣告。創建一篇新文章/頁面,並使用以下縮短碼:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" ads_end="http://example.com/wp-content/uploads/videos/reklama.mp4" ]
開始和結尾嵌入廣告
您可以在一個影片中使用兩個廣告
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" ads="http://example.com/wp-content/uploads/videos/reklama.mp4" ads_end="http://example.com/wp-content/uploads/videos/reklama.mp4" ]
這裡,URL 是縮短碼參數,需代換為實際的影片檔案 URL,並且 ADS 參數負責廣告檔案。
影片自動播放
如果您想讓特定影片在頁面載入時開始播放,您可以將「自動播放」選項設為「true」:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"]
影片靜音
如果您想調整靜音且不播放聲音,將「靜音」值設為「true」:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" muted="true"]
不要超過 6 篇影片
如果您想新增超過一部影片,可以依照格式輸入,但不要超過 6 部
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" url1="http://example.com/wp-content/uploads/videos/myvid.mp4" url2="http://example.com/wp-content/uploads/videos/myvid.mp4" url3="http://example.com/wp-content/uploads/videos/myvid.mp4" url4="http://example.com/wp-content/uploads/videos/myvid.mp4" url5="http://example.com/wp-content/uploads/videos/myvid.mp4"]
影片海報
使用海報標籤放置海報
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" poster="http://example.com/wp-content/uploads/pic/piction.jpg"]
建議閱讀
原文外掛簡介
VideoADShtml5 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 and ads.
Requirements
VideoADShtml5 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 all major browsers
Embed video with autoplay
Embed video with muted enabled
VideoADShtml5Plugin Usage
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:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4"]
ADS at the beginning
Now we use ads to display ads, at the beginning of the video clip
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" ads="http://example.com/wp-content/uploads/videos/reklama.mp4" ]
ADS at the end
Embedding ads at the end of the video. Create a new post / page and use the following shortcode:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" ads_end="http://example.com/wp-content/uploads/videos/reklama.mp4" ]
ADS at the beginning and end
You can use two ads together in one video
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" ads="http://example.com/wp-content/uploads/videos/reklama.mp4" ads_end="http://example.com/wp-content/uploads/videos/reklama.mp4" ]
Here, the URL is the shortcode parameter to replace with the actual URL of the video file, and the ADS parameter is responsible for the ad file.
Video Autoplay
If you want a particular video to start playing when the page loads, you can set the “autoplay” option to “true”:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"]
Video Muted
If you want the sound to be turned off, set the muted value “muted” option to “true”:
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" muted="true"]
No more than 8 video clips
If you want to add more than one video, enter in the format, but not more than 8
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" url1="http://example.com/wp-content/uploads/videos/myvid.mp4" url2="http://example.com/wp-content/uploads/videos/myvid.mp4" url3="http://example.com/wp-content/uploads/videos/myvid.mp4" url4="http://example.com/wp-content/uploads/videos/myvid.mp4" url5="http://example.com/wp-content/uploads/videos/myvid.mp4"]
Video Poster
Poster placement using the poster tag
[videoads url="http://example.com/wp-content/uploads/videos/myvid.mp4" poster="http://example.com/wp-content/uploads/pic/piction.jpg"]
Recommended Reading
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「VideoADShtml5」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.1 | 2.2 | 2.3 | 2.4 | 2.5 | 2.6 | 2.7 | 2.8 | 2.9 | 1.0.0 | 1.1.1 | 1.2.0 | 1.2.1 | 1.2.2 | 1.3.0 | 1.3.1 | 1.3.2 | 2.0.0 | 2.0.1 | 2.0.2 | 2.1.0 | 2.1.1 | 2.1.2 | 2.1.3 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.2.6 | 2.2.7 | 2.3.1 | 2.3.2 | 2.3.3 | 2.3.4 | 2.3.5 | 2.3.6 | 2.4.1 | 2.4.2 | 2.5.1 | 2.5.2 | 2.5.3 | 2.6.1 | 2.7.1 | 2.7.2 | 2.8.1 | 2.8.2 | 2.8.3 |
延伸相關外掛(你可能也想知道)
Easy Video Player 》Easy Video Player 是一個易於使用的 WordPress 影片外掛程式,可展示您的影片。您可以嵌入自行架設的影片或使用直接連結外部架設的影片。, Easy Video Playe...。
MediaElement.js – HTML5 Video & Audio Player 》此外掛為 WordPress 設計的影音控制元件,是建立在 MediaElement.js HTML5 播放器程式庫之上,並為不支援 HTML5 的瀏覽器提供 Flash 或 Silverlight 候補播放...。
HTML5 Audio Player – The Ultimate No-Code Podcast, MP3 & Audio Player 》在 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)。, 自訂縱橫比,...。
Lean Player – Video and Audio Player for WordPress, Elementor, Block Editor and Classic Editor 》更新:高級功能現在在此外掛中免費使用,版本為「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 影片, 易於配置的...。
Smartideo 》Smartideo是一款WordPress外掛,可為網站添加對線上影片的支援(支援手機、平板等HTML5播放器)。目前支援優酷、搜狐視頻、土豆、56、騰訊視頻、新浪視頻、酷...。
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 ...。
