Lite YouTube Embed
constructions-incongrues/flarum-lite-youtube
Lite YouTube Embed integration
- Downloads
- 3
- Version control
- github.com/constructions-incongrues/flarum-lite-youtube
Lite YouTube Embed
A Flarum extension.
Replaces iframe YouTube embeds from fof/formatting with a lightweight embed implementation using lite-youtube.
The MediaEmbed option in fof/formatting must be enabled for this extension to work.
Installation
Install with composer:
composer require constructions-incongrues/flarum-lite-youtube:"*"
Updating
composer update constructions-incongrues/flarum-lite-youtube:"*"
php flarum migrate
php flarum cache:clear
Development
Release Process
This project uses Release Please for automated releases. To create a new release:
-
Use Conventional Commits format for your commits:
-
feat:for new features (minor version bump) -
fix:for bug fixes (patch version bump) -
chore:for maintenance tasks (no version bump) - Add
!orBREAKING CHANGE:for breaking changes (major version bump)
-
-
When you push to the
mainbranch, Release Please will automatically:- Create/update a release PR with changelog
- Create a GitHub release when the PR is merged
- Update Packagist automatically
Example commits:
feat: add new YouTube embed options
fix: resolve player initialization issue
chore: update dependencies
Support
This extension is under minimal maintenance.
It was developed for a client and released as open-source for the benefit of the community. I might publish simple bugfixes or compatibility updates for free.
Links
Versions
-
Version v0.2.0.
Likely works with Flarum v1.8.11.
-
2 additional versions.
-
Extension created.