weboftalent / silverstripe-shortcode-youtube
为嵌入YouTube视频添加短代码。适用于Silverstripe
4.0.2
2019-10-21 21:36 UTC
Requires
- php: >=5.6
- silverstripe/recipe-cms: ^4
This package is auto-updated.
Last update: 2024-09-22 07:57:00 UTC
README
此模块允许将YouTube视频作为短代码输入。它基于SSBits教程http://www.ssbits.com/tutorials/2010/2-4-using-short-codes-to-embed-a-youtube-video/并适配Silverstripe 3。
##功能
[YouTube id='_yY3Gu8HbzE']
可以使用YouTube代码(YouTube URL中的v参数)将视频输入到页面中。
- 以下参数也被允许
- autoplay - 将此值设置为任何内容,例如1或true,以启用嵌入视频的自动播放
- caption - 在嵌入视频后显示的文本。这可以作为一个属性传递,也可以如下所示
[YouTube id='_yY3Gu8HbzE']这是标题[/YouTube]
- height - 设置视频的高度