內容簡介
這個外掛能夠藉由簡單易用的 shortcode 讓你將媒體資源提供給網站上所有的訪客。
WordPress 的 Able Player
Able Player 是一款完全支援跨瀏覽器的 HTML5 媒體播放器,並且具有無障礙的設計。透過這個外掛的簡短指令碼,您能夠在任何文章或頁面中輕鬆地包含具有無障礙性質的音訊或視訊媒體,進而增進那些依賴螢幕閱讀器、鍵盤或其他非滑鼠輸入裝置的使用者的使用體驗。
範例影片:
// 僅播放視訊
[able_player src="https://example.afk/sample.mp4"]
// 搭配標題與章節播放視訊
[able_player src="https://example.afk/sample.mp4" captions="https://example.afk/caps.vtt" chapters="https://example.afk/chaps.vtt"]
範例音訊:
[able_player src="https://example.afk/sample.wav"]
[able_player src="https://example.afk/sample.ogg" ogg_type="audio"]
目前 Able Player 支援以下的檔案類型:
視訊:webm、webmv、mp4、ogg、ogv
音訊:mp3、ogg、oga、wav
注意:若要使用 Ogg 檔,外掛中必須包含額外的參數/屬性:ogg_type = [audio|video]。
版權所有:Damion Armentrout,© 2017 (GPLv2 許可證 或更新版本)。
Able Player 版權所有:2014 年華盛頓大學 (MIT 許可證)。此外掛的作者並不參與 Able Player 或 UW 相關事務。
外掛標籤
開發者團隊
原文外掛簡介
Make media accessible to all of your site’s visitors with an easy-to-use shortcode.
Able Player for WordPress
Able Player is a fully accessible cross-browser HTML5 media player. With an easy to use shortcode, this plugin gives you the ability to include audio or video wrapped in an accessible player in any post or page. This will enhance the user experience of visitors who rely on screen readers and keyboards (or other non-mouse input devices).
Example Video:
// video only
[able_player src="https://example.afk/sample.mp4"]
// video with captions and chapters
[able_player src="https://example.afk/sample.mp4" captions="https://example.afk/caps.vtt" chapters="https://example.afk/chaps.vtt"]
Example Audio:
[able_player src="https://example.afk/sample.wav"]
[able_player src="https://example.afk/sample.ogg" ogg_type="audio"]
The following file types are currently supported by Able Player:
Video: webm, webmv, mp4, ogg, ogv
Audio: mp3, ogg, oga, wav
Note: Ogg requires the inclusion of an additional parameter/attribute in the shortcode: ogg_type = [audio|video].
Damion Armentrout, © 2017 (GPLv2 License or later).
Able Player is © 2014 University of Washington (MIT License). The author of this plugin is not associated with Able Player or UW.
