前言介紹
- 這款 WordPress 外掛「VideoZen」是 2013-01-21 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2013-01-25,距離現在已有 4481 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.3 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
jconti |
外掛標籤
HTML5 | video | videojs | videozen | video html5 |
內容簡介
VideoZen 是一個整合 VideoJS 播放器、Zencoder.com 和 Amazon S3 服務的外掛。
透過 VideoZen,您可以將自主托管的影片放在 WordPress 或 WordPress 多站台上,只要啟用外掛、在 Amazon S3 和 Zencoder 註冊帳戶、上傳影片至媒體庫,然後在頁面或文章中加入 WordPress 簡單的短碼即可。
當頁面或文章被檢視時,外掛會建立您需要的一切,提供 Amazon S3 中可以在任何瀏覽器、平板電腦或行動裝置上播放的影片格式,並且有 Flash 候補機制。
此外,這個外掛也支援 VTT 字幕格式,這是標準的 HTML5 字幕格式,只需上傳至 WordPress 媒體庫,並且以顯示外掛的名稱命名,就會自動插入影片中。
現有的短碼如下:
簡單的短碼會顯示原始尺寸的影片
[VIDEOZEN:id_media]
以寬度為準的短碼,高度會自動計算:
[VIDEOZEN:id_media W:234]
全面規定寬度和高度的短碼:
[VIDEOZEN:id_media W:234 H:120]
此外,該外掛與 WordPress 和 WordPress Multisite 兼容。
在 WordPress 多站台上,可以有不同的啟用方式。
對於 Network:VideoZen 將在整個網絡上啟用,並可以從 Network 菜單進行配置。所有網站都可以訪問此外掛程式,並且可以上傳影片。
站點對站點:逐個站點進行配置。
站點對站點的全局設置:可選擇站點來進行設置,並在 wp-config.php 文件中使用 DEFINES 集。
要在 wp-config.php 文件中設置全局配置,請添加以下 defin:
define("CONST_VIDEOZEN_USE_DEFINES", TRUE);
define("CONST_VIDEOZEN_API_KEY", "123ag");//ZenCoder API 金鑰
define("CONST_VIDEOZEN_BUCKET", "bucketname");//不包含 S3:// 前綴
define("CONST_VIDEOZEN_S3WEB", "s3.amazonaws.com/bucket");//訪問 Amazon S3 存儲桶的 URL,不包含 http:// 前綴
define("CONST_VIDEOZEN_AUTH", "31415926abc123ABC");//您的網站和 Zencoder 之間的秘密驗證碼,請使用一個隨機的字母和數字字符串,大於 16 個字符
define("CONST_VIDEOZEN_LANG", "en|English\nes|Spanish");//可用語言,每種語言的格式都應為 "code|語言名稱",必須使用雙引號,使用 \n(換行)分隔多種語言,例如:"en|英語\nes|西班牙語"
對於希望為多站常用者提供免費或付費視頻服務的 WordPress 多站點,全局配置非常有用。
原文外掛簡介
VideoZen is an integrated plugin using VideoJS player, Zencoder.com and Amazon S3 services.
By VideoZen, put Self hosted video on your WordPress or WordPress multisite, be as simple as activating the plugin, get an account at Amazon S3 and Zencoder, upload a video in Media and put a simple WordPress shortcode in a page or post.
When the page or post is viewed, the plugin will build everything you need with all the videos formats needed to be reproduced in any browser, tablet or mobile from Amazon S3. And with Flash fallback.
The Plugin also supports subtitles type VTT, which are the standard HTML5 . Just have to upload it to WordPress media with the name that indicate you the plugin and will be automatically inserted into the video.
The existing Shortcode are:
Simple shortcode will display the original size of the video
[VIDEOZEN: id_media]
Shortcode for the width, the height will be calculated automatically:
[VIDEOZEN: id_media W:234]
Shortcode full specified width and height:
[VIDEOZEN: id_media W:234 H:120]
The plugin is compatible with WordPress and WordPress Multisite.
On WordPress Multisite, can be activated in different ways.
For the Network: VideoZen be activated for the entire network and can be configured from the Network menu. All sites have access to the plugin and can upload videos.
Site by site: Site by site and add different configurations on each site.
Site by site with global settings: Selectable site by site and use DEFINES sets in the file wp-config.php
The define to add in the wp-config.php file to configure as globally are the following:
define("CONST_VIDEOZEN_USE_DEFINES" , TRUE);
define("CONST_VIDEOZEN_API_KEY" , "123ag"); //ZenCoder API key
define("CONST_VIDEOZEN_BUCKET" , "bucketname"); //do not include the s3:// prefix
define("CONST_VIDEOZEN_S3WEB" , "s3.amazonaws.com/bucket"); //URL to access via web the Amazon S3 bucket, do not include the http:// prefix
define("CONST_VIDEOZEN_AUTH" , "31415926abc123ABC"); //Secret passphrase between your site and zencoder, use a random letters and number string larger than 16 characters
define("CONST_VIDEOZEN_LANG" , "en|English\nes|Spanish"); // Available languages, each language should be formatted as "code|language name", MUST USE DOUBLE QUOTES, separate multiple languages using \n (carriage return), eg: "en|English\nes|Spanish"
The global configuration is very interesting for WordPress Multisite sites that want to offer free or paid video service for network sites.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「VideoZen」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Easy Video Player 》Easy Video Player 是一個易於使用的 WordPress 影片外掛程式,可展示您的影片。您可以嵌入自行架設的影片或使用直接連結外部架設的影片。, Easy Video Playe...。
MediaElement.js – HTML5 Video & Audio Player 》此外掛為 WordPress 設計的影音控制元件,是建立在 MediaElement.js HTML5 播放器程式庫之上,並為不支援 HTML5 的瀏覽器提供 Flash 或 Silverlight 候補播放...。
Videojs HTML5 Player 》Video.js HTML5 Player 是一個支持桌面和移動裝置視頻播放的用戶友好的外掛。它讓你輕鬆嵌入自主託管的視頻文件或使用 Video.js 庫的外掛視頻文件。, , Video...。
Video.js – HTML5 Video Player for WordPress 》, , 這是一個基於 Video.js HTML5 播放器庫所建立的 WordPress 外掛。它能夠讓您使用 HTML5 在文章或頁面中嵌入影片,並提供 Flash 回退支援非 HTML5 瀏覽器...。
WordPress Mobile Pack – Mobile Plugin for Progressive Web Apps & Hybrid Mobile Apps 》WordPress Mobile Pack 是一款能協助你將網站內容轉換為漸進式行動網路應用程式的 WordPress 外掛。它附帶多種行動應用主題,可單獨購買或作為一個套件購買。...。
Gravity Forms – Placeholders add-on 》將 Gravity Forms 外掛的 HTML5 placeholder 功能強化,將欄位標籤複製為 placeholder 並隱藏之。對於不支援 HTML5 placeholder 屬性的舊版瀏覽器,使用 Java...。
Video Player for WPBakery 》Video Player for WPBakery 是 WPBakery Page Builder 的一個外掛程式,可以讓您在 WordPress 網站中添加 YouTube、Vimeo 和自行托管的視頻(HTML5)。, 功能...。
mb.YTPlayer for background videos 》這是一個無框架的YouTube®視訊播放器,可讓您將任何YouTube®視訊作為Wordpress®網頁或文章的背景播放。, 您可以從設置面板啟用首頁播放(不需要許可證),或...。
Cincopa video and media plug-in 》無需多個 WordPress 外掛來管理您的媒體,Cincopa 是您所有媒體需求中唯一需要的外掛。使用 Cincopa 輕鬆地添加視頻、照片庫、幻燈片、音樂和播放列表等等。...。
PB oEmbed HTML5 Audio – with Cache Support 》這個外掛使用 WordPress 用於其他用途(例如YouTube視頻等)的 oEmbed 技術,為文章和頁面添加了放置音頻文件的功能。音頻文件使用 HTML5 音頻標籤嵌入,對於...。
Modernizr for WordPress 》這個外掛可以在你的WordPress安裝中加入 Modernizr。, Modernizr是一個小型JavaScript函式庫,用來檢測下一代網頁技術中的原生實作可用性,也就是來自HTML5和...。
Gravity Forms HTML5 Validation 》此外掛為Gravity Forms外掛新增原生HTML5驗證支援。, 支援標準與分頁表單。, 支援標準欄位, , 單行文字, 段落文字, 下拉式清單, 多選清單, 核取方塊, 數字, ...。
Flowplayer Video Player 》Flowplayer 影片播放器可在您的 WordPress 網站上添加一個影片短碼。使用此短碼,您可以嵌入一個影片檔案,並使用 Flowplayer HTML5 播放器進行播放。, 特點,...。
Bradmax Player 》Bradmax Player 是一個 WordPress 外掛,支援桌面及行動裝置上的影片串流播放。只要您具有以下格式的影片串流存取權限:, – HLS, – MPEG-DASH, &...。
Radio Forge Muses Player with Skins 》RadioForge Players 可在瀏覽器中提供本機音頻播放。它支援所有的瀏覽器,包括 iOS、Android、Firefox、Chrome、Safari、IE 和 Opera。, RadioForge Players ...。