PicoVideoEmbed/README.md

25 lines
906 B
Markdown
Raw Permalink Normal View History

2021-09-06 02:31:29 +02:00
# PicoVideoEmbed
This plugin for [Pico CMS](https://picocms.org/) adds support for embedding responsive videos from peertube, vimeo and youtube. It supports different link formats, such as:
2021-09-06 02:34:37 +02:00
```
2021-09-24 02:14:48 +02:00
[video https://kolektiva.media/videos/embed/a5c6b8e1-6e9e-4a89-ace4-03b6cf97ce07]
[video https://kolektiva.media/w/mtiCL28GP9gzLC2FPKjs6v]
[video https://tube.mfraters.net/videos/watch/9a2b78db-ef05-4770-9196-8a1fcd243f43]
[video https://vimeo.com/566821117]
[video https://player.vimeo.com/video/566821117]
[video https://youtu.be/NkdUs2Dxv4s]
[video https://www.youtube.com/watch?v=NkdUs2Dxv4s]
[video https://www.youtube.com/embed/NkdUs2Dxv4s]
2021-09-06 02:34:37 +02:00
```
2021-09-06 02:31:29 +02:00
## TODO
- add configuration options (peertube IP notice, ...)
- add unit tests for URL parsing
- also support bare video files?
## Thanks
2021-09-24 02:14:48 +02:00
I would like to thank s4ad, who built the [spiritual predecessor](https://github.com/s4ad/PicoEmbed) of this plugin.