=== Video Accessibility ===
Contributors: fordfoundation
Tags: accessibility, video, audio-described
Requires at least: 6.2
Tested up to: 6.4.1
Stable tag: 1.0.2
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==

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

== Screenshots ==
1. Front-end visual
2. Responsive view
3. Editor view
4. Link to videos
5. Customizable button text
6. Editable text transcript


== Changelog ==

= 1.0.2 =
* New - Add settigns link to plugin page

= 1.0.1 =
* New - readme updates
* New - missing build folder
* WordPress 6.4.1 testing

= 1.0.0 = 
* initial release