Title: Video Accessibility
Author: Ford Foundation
Published: <strong>2023 年 12 月 4 日</strong>
Last modified: 2025 年 7 月 11 日

---

搜索插件

![](https://ps.w.org/video-accessibility/assets/banner-772x250.png?rev=3008389)

![](https://ps.w.org/video-accessibility/assets/icon-128x128.png?rev=3008389)

# Video Accessibility

 作者：[Ford Foundation](https://profiles.wordpress.org/fordfoundation/)

[下载](https://downloads.wordpress.org/plugin/video-accessibility.1.0.7.zip)

 * [详情](https://cn.wordpress.org/plugins/video-accessibility/#description)
 * [评价](https://cn.wordpress.org/plugins/video-accessibility/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/video-accessibility/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/video-accessibility/#developers)

 [支持](https://wordpress.org/support/plugin/video-accessibility/)

## 描述

**Better video accessibility everywhere.**

Display video transcripts next to embeds, toggle between two videos, and display
a site-wide statement all in a single block.

#### Features

 * Display a scrollable video transcript next to a video embed. Upload a plain text
   file transcript or create one in admin.
 * Switch the embed player to display a second video. Ideal for displaying audio-
   described and non-audio-described versions of a video.
 * Display a site-wide statement next to each embed.
 * Responsive one or two column layout
 * Intuitive block that supports two videos and multiple sidebar panels
 * Customizable colors and fonts – block inherits existing site styles

#### Benefits

Improve site-wide video accessibility by

 * Displaying transcripts next to embeds
 * Providing the ability to switch between two videos in the same embed (which allows
   for seamless display of audio-described and non-audio-described video)
 * Presenting a site-wide message (which could be your site’s accessibility statement)

### Schema.org VideoObject

Automatically adds the [schema.org VideoObject schema](https://schema.org/VideoObject)
to Video and Vimeo embed blocks. For the YouTube embed block, a YouTube API key 
can be added to the plugin settings page to fetch video data. For more information
please read YouTube [developer documentation](https://developers.google.com/youtube)
and [terms](https://developers.google.com/youtube/terms/api-services-terms-of-service).

The following VideoObject schema will be added:

 * embedUrl or contentUrl
 * description
 * duration
 * name
 * thumbnailUrl
 * uploadDate
 * height
 * width

## 屏幕截图

 * [[
 * Front-end visual
 * [[
 * Responsive view
 * [[
 * Editor view
 * [[
 * Link to videos
 * [[
 * Customizable button text
 * [[
 * Editable text transcript

## 区块

该插件提供了 12 个区块.

 *   Video accessibility An video accessibility block
 *   Primary The video that will initially be displayed.
 *   Panels Video accessibility panels
 *   Secondary video The video that will display upon toggle button click
 *   Aside Default Default sidebar panel content.
 *   Controls Video accessibility panel controls
 *   Media
 *   Aside Video accessibility aside
 *   Panel Allows for a button triggering expanded/collapsed rich text content.
 *   Accessibility Statement Accessibility statement generated from the settings
   page.
 *   Transcript Transcript within a video accessibility block.
 *   Control Video accessibility panel control

## 安装

#### Minimum Requirements

 * WordPress 6.2 or greater
 * PHP version 8.0 or greater

#### Recommended Requirements

 * WordPress 6.4.2 or greater
 * PHP version 8.0 or greater

#### Installation and Usage

 1.  Install using the WordPress built-in Plugin installer, or extract the zip file
     and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
 2.  Activate the plugin through the ‘Plugins’ menu in WordPress.
 3.  Configure settings via Dashboard > Settings > Video Accessibility. The YouTube
     API key is optional. The Default Video Statement allows for a site-wide statement
     to be displayed in the block. This could be used for something such as an accessibility
     standards statement.
 4.  Navigate to any post, page or custom post type item. Using any block insertion
     method, add the Video Accessibility block.
 5.  Select a One column or Two column Layout as well as whether default panel content
     should display. The default content supports core text, image, media & text, and
     buttons blocks.
 6.  Add Primary Video and Secondary Video data into the blocks.
 7.  Edit Toggle Button text: text that displays initially in the video toggle switch
     button.
 8.  Edit Secondary Button text: the text that displays after the button has been clicked.
 9.  Edit Transcript: Selecting this button for editing will also display the corresponding
     Transcript panel block. This area is where a transcript plain text file could 
     be imported or this block also supports core text, image and buttons blocks.
 10. Edit Accessibility Statement: Selecting this button for editing will also display
     the corresponding Accessibility Statement panel block. This area is where the 
     text from the plugin settings is displayed. Optionally edit this block on an as-
     needed with core text, image and buttons blocks.

## 评价

![](https://secure.gravatar.com/avatar/e667798abf2b524b26b1894d9f5c51352e9c38af77c235210f0892ef1c7e6618?
s=60&d=retro&r=g)

### 󠀁[Accessibility matters](https://wordpress.org/support/topic/accessibility-matters/)󠁿

 [geminiimatt](https://profiles.wordpress.org/geminiimatt/) 2023 年 12 月 6 日

I backed up my site. Then installed the plugin. It was easy enough to get started.
The video accessibility area is added to wordpress settings menu. You will need 
a YouTube API key but the plugin gives you a link to where and how to get that. 
Once I punched it in I was able to get started. Accessibility matters and this plugin
made is SO EASY. My site is not able to reach a whole new audience, and it looks
great too.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/video-accessibility/reviews/)

## 贡献者及开发者

「Video Accessibility」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Ford Foundation ](https://profiles.wordpress.org/fordfoundation/)

[帮助将「Video Accessibility」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/video-accessibility)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/video-accessibility/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/video-accessibility/)，或通过[RSS](https://plugins.trac.wordpress.org/log/video-accessibility/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/video-accessibility/)。

## 更新日志

#### 1.0.7

 * Enhancement – Add an option to use youtube-nocookie.com on all YouTube block 
   embeds.
 * Enhancement – Ability to upload .pdf and .docx transcripts
 * Enhancement – Compatibility with WordPress 6.8
 * Bug Fix – Conditional display of display download button not working in transcript
   block

#### 1.0.6

 * Enhancement – Video Accessibility Parent Block: adds the ability for WordPress
   users to turn on/off screen reader messaging.
 * Enhancement – Video Accessibility Transcript Block: adds the ability for WordPress
   admins to turn on/off the addition of an automatic transcript download button
   linking to the file used for transcript import.
 * Enhancement – Changes to the JavaScript behavior of the two-column view at sizes
   781 and below to hide all panels until transcript or statement button is selected.
 * Bug Fix – Stop videos in block only when switching between videos
 * Improvement – Change block.json `script` to `editorScript`

#### 1.0.5

 * Bug Fix – Allow for empty YouTube embed blocks

#### 1.0.4

 * Fix Missing build files

#### 1.0.3

 * Update Docs

#### 1.0.2

 * New – Add settings link to the plugin page

#### 1.0.1

 * New – readme updates
 * New – missing build folder
 * WordPress 6.4.1 testing

#### 1.0.0

 * Initial release

## 额外信息

 *  版本 **1.0.7**
 *  最后更新：**11 月前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 6.2 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/video-accessibility/)
 * 标签
 * [accessibility](https://cn.wordpress.org/plugins/tags/accessibility/)[video](https://cn.wordpress.org/plugins/tags/video/)
 *  [高级视图](https://cn.wordpress.org/plugins/video-accessibility/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/video-accessibility/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/video-accessibility/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/video-accessibility/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/video-accessibility/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/video-accessibility/reviews/?filter=1)

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

[查看全部评论](https://wordpress.org/support/plugin/video-accessibility/reviews/)

## 贡献者

 *   [ Ford Foundation ](https://profiles.wordpress.org/fordfoundation/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/video-accessibility/)