A block for embedding Wistia videos in the WordPress block editor.
The Wistia Embed block enables you to easily embed Wistia videos directly in the WordPress block editor. No need for shortcodes or manual HTML; simply paste the Wistia video link, and the block takes care of the rest.
- PHP 7.4+
- WordPress 6.4
- Download the plugin ZIP file from the GitHub repository or WordPress directory.
- Go to Plugins > Add New > Upload Plugin in your WordPress admin area.
- Upload the ZIP file and click Install Now.
- Activate the plugin.
To include this plugin as a dependency in your Composer-managed WordPress project:
- Add the plugin to your project using the following command:
composer require s3rgiosan/wistia-embed-block
- Run
composer install
to install the plugin. - Activate the plugin from your WordPress admin area or using WP-CLI.
A complete listing of all notable changes to this project are documented in CHANGELOG.md.