https://github.com/s3rgiosan/wistia-embed-block
A block for embedding Wistia videos in the WordPress block editor.
https://github.com/s3rgiosan/wistia-embed-block
block-editor gutenberg wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
A block for embedding Wistia videos in the WordPress block editor.
- Host: GitHub
- URL: https://github.com/s3rgiosan/wistia-embed-block
- Owner: s3rgiosan
- License: gpl-3.0
- Created: 2024-03-06T09:41:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T00:48:18.000Z (11 months ago)
- Last Synced: 2025-08-27T23:03:48.197Z (11 months ago)
- Topics: block-editor, gutenberg, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## 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:
```bash
composer require s3rgiosan/wistia-embed-block
```
2. Run `composer install` to install the plugin.
3. 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](https://github.com/s3rgiosan/wistia-embed-block/blob/main/CHANGELOG.md).