constructions-incongrues / flarum-lite-youtube
Lite YouTube Embed integration
Package info
github.com/constructions-incongrues/flarum-lite-youtube
Type:flarum-extension
pkg:composer/constructions-incongrues/flarum-lite-youtube
Requires
- flarum/core: ^1.5.0
Requires (Dev)
- flarum/testing: ^1.0.0
- dev-main
- v0.2.0
- 0.1.1
- dev-dependabot/npm_and_yarn/js/picomatch-2.3.2
- dev-dependabot/npm_and_yarn/js/brace-expansion-1.1.13
- dev-dependabot/npm_and_yarn/js/serialize-javascript-6.0.2
- dev-dependabot/npm_and_yarn/js/multi-1ce7acca3d
- dev-dependabot/npm_and_yarn/js/webpack-5.105.0
- dev-dependabot/npm_and_yarn/js/lodash-4.17.23
This package is auto-updated.
Last update: 2026-04-07 20:59:11 UTC
README
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.