Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The Youtube element produces an Youtube embedded video.
#youtube{
key="nlV4gm8SpVA",
allowfullscreen=true
}key (string) - The Youtube identifier of the video, or the URL to the video. Valid examples are: "nlV4gm8SpVA", "http://youtu.be/nlV4gm8SpVA", "https://www.youtube.com/watch?v=nlV4gm8SpVA", etc..
width (integer) - Width of the video tag.
height (integer) - Height of the video tag.
allowfullscreen (boolean) - If set to true, fullscreen mode will be allowed.
Released under the MIT License.