nearata/flarum-ext-embed-video
最新稳定版本:3.3.2
Composer 安装命令:
composer require nearata/flarum-ext-embed-video
包简介
Allow users to embed video using BBCode
README 文档
README
Allow users to embed video using BBCode.
Preview
Look at the screenshots subfolder.
Install
composer require nearata/flarum-ext-embed-video:"*"
Update
composer require nearata/flarum-ext-embed-video:"*"
php flarum cache:clear
Remove
Remember to call the Purge button in Admin area.
If you are about to unistall this extension for good, run this command before.
This command will remove ALL the video player found in user posts.
php flarum nearataEmbedVideo:purge
composer remove nearata/flarum-ext-embed-video php flarum cache:clear
How to use
[embed-video id="insertRandomId" url="" type="normal" live="false" qualities=""]
- id: can be any string, prefer random.
- url: must start with http or https.
- type: normal, flv, hls, shaka, webtorrent.
- live: true or false.
- qualities: check below.
Quality Switching
See QUALITY_SWITCHING.md.
统计信息
- 总下载量: 9.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unlicense
- 更新时间: 2020-07-22