定制 eriksiemund/external-video 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

eriksiemund/external-video

最新稳定版本:v0.1.9

Composer 安装命令:

composer require eriksiemund/external-video

包简介

Add external video url and automatically/manually generate video poster

README 文档

README

Kirby External Video Block with Poster Generator is a plugin for Kirby CMS that includes a block for externally hosted videos from Vimeo. It uses Canvas API to get the initial or selected frame from a video file. It works directly in the Panel and is compatible with most Kirby websites.

Install

You have to use composer to install the plugin into your project.

composer require eriksiemund/external-video

Setup

In the page blueprint add a blocks field including external_video in the fieldsets option.

site/blueprints/mypage.yml

title: My Page
fields:
  myblocks:
    type: blocks
    label: My Blocks
    fieldsets:
      - external_video
      - ...

Use in Template or Snippet

site/templates/mypage.php

$blocks = $page->myblocks()->toBlocks();
foreach($blocks as $block) {
  echo $block
}

Support and Questions

For the sake of reproducible bug reports, please include the following information in your bug reports:

  • Kirby & Kirby External Video Block with Poster Generator version
  • Browser environment (name, version, operating system)
  • Global and section configuration (without any sensitive information)
  • Steps to reproduce the bug (if no reproduction is provided)
  • Screenshots or screen recordings if applicable

Feedback

I value your feedback and ideas for improving Kirby External Video Block with Poster Generator. If you have any suggestions, please feel free to reach out to me.

License

© 2025-PRESENT Erik Siemund

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-17