Skip to content

A block for embedding Wistia videos in the WordPress block editor.

License

Notifications You must be signed in to change notification settings

s3rgiosan/wistia-embed-block

Repository files navigation

Wistia Embed Block

A block for embedding Wistia videos in the WordPress block editor.

Description

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.

Requirements

  • PHP 7.4+
  • WordPress 6.4

Installation

Manual Installation:

  1. Download the plugin ZIP file from the GitHub repository or WordPress directory.
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin area.
  3. Upload the ZIP file and click Install Now.
  4. Activate the plugin.

Install with Composer:

To include this plugin as a dependency in your Composer-managed WordPress project:

  1. Add the plugin to your project using the following command:
composer require s3rgiosan/wistia-embed-block
  1. Run composer install to install the plugin.
  2. Activate the plugin from your WordPress admin area or using WP-CLI.

Changelog

A complete listing of all notable changes to this project are documented in CHANGELOG.md.