heimrichhannot/contao-video-bundle
最新稳定版本:1.8.0
Composer 安装命令:
composer require heimrichhannot/contao-video-bundle
包简介
This bundle brings enhanced video embedding support to contao with additional privacy options.
README 文档
README
This bundle brings enhanced video embedding support to contao with additional privacy options and is the successor of our YouTube Bundle.
Features
- Support for YouTube and Vimeo as video providers
- Support for Videos from Contao File System
- integration of multiple sources for one video
- integration for subtitles
- integration for madia-queries on video tag
- Out-of-the-box-usage:
- Content Element
- News
- enhance your users privacy with preview images, privacy notice before playing and no cookie urls
- responsive Videos
- expandable architecture
- Encore Bundle support
- List Bundle and Reader Bundle support
- Privacy Center Bundle support
Usage
Install
Install with contao manager or composer:
composer require heimrichhannot/contao-video-bundle
Update database afterwards.
Setup
-
Setup the configuration to your likes (see configuration reference for all options):
huh_video: # Enable support for news entity. enable_news_support: false # Enable if by default no cookie embed urls should be used, if supported by the video provider. This can be overwritten on root pages. default_use_no_cookie_video_url: false # Enable if by default a privacy message should be displayed before playing the video. This can be overwritten on root pages. default_display_privacy_notice: false
-
Clear cache and check for database updates after update your config
-
Adjust template settings on root page if needed. You can also overwrite the default configuration there.
- If privacy center bundle installed, configure the integration there.
-
Start adding videos as content element or to your news.
- Content Element: Select "Video" content element
- News:
- Check "Add video" in your news item
- output "videoplayer" variable in your news template
Customize
Add custom video link texts
Add your wanted translation as symfony translation withing huh_video.fields.videoLinkText key. Example:
# Projekt: app/Resources/translations/messages.en.yml # Bundle: src/Resources/translations/messages.en.yml huh_video: fields: videoLinkText: amazing: "Show this amazing video!"
Add custom media queries for file system videos
The name is optional and is used for better explanation to the backend user
huh_video: media_queries: xxl: query: "(min-width: 1200px)" name: "Desktop"
Note: Some browsers do not support media-queries on video element, even more it breaks autoplay. So just remove media-queries(it is not mandatory - just let the media-query field empty) from video source, if you want all browsers to autoplay on load.
Help
IE Support
To make video bundle work in IE, you have to add polyfills:
- https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach
- https://developer.mozilla.org/en-US/docs/Web/API/Element/matches
Documentation
Acknowledgments
The creation of this bundle and the vimeo integration was supported by Liebchen+Liebchen GmbH.
统计信息
- 总下载量: 3.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2020-03-16