s3rgiosan/wistia-embed-block

Maintainers

Package info

github.com/s3rgiosan/wistia-embed-block

Type:wordpress-plugin

pkg:composer/s3rgiosan/wistia-embed-block

Fund package maintenance!

s3rgiosan

Ko Fi

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.4.1 2026-03-05 01:30 UTC

This package is auto-updated.

Last update: 2026-03-06 08:50:40 UTC


README

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

  • WordPress 6.7 or later
  • PHP 7.4 or later

Supported URL Formats

The plugin recognizes the following Wistia URL patterns:

  • https://<subdomain>.wistia.com/medias/<video-id>
  • https://<subdomain>.wistia.com/embed/<video-id>
  • https://<subdomain>.wi.st/medias/<video-id>
  • https://<subdomain>.wistia.net/medias/<video-id>

Installation

Manual Installation

  1. Download the plugin ZIP file from the GitHub repository.
  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.

Usage

  1. In the block editor, add a new block and search for "Wistia Embed", or simply paste a Wistia video URL into the editor.
  2. The block will automatically detect the Wistia URL and render a responsive video embed.

Changelog

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