From 9b5467b46685d4dd4761449fe084b6a274382ace Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 16 Jan 2016 18:49:18 +0100 Subject: [PATCH] Add autostart option to YouTube shortcode --- content/extras/shortcodes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/extras/shortcodes.md b/content/extras/shortcodes.md index 4d1303ff2..a09923dd9 100644 --- a/content/extras/shortcodes.md +++ b/content/extras/shortcodes.md @@ -182,6 +182,11 @@ Copy the ID from behind `v=` and pass it the shortcode: {{}} +Furthermore, you can autostart the embedded video by setting the `autostart` parameter to true. Remember that you can't mix named an unamed parameters. Assign the yet unamed video id to the parameter `id` like below too. + + {{}} + + ### Vimeo Adding a video from [Vimeo](https://vimeo.com/) is equivalent to the YouTube shortcode above. Extract the ID from the URL, e.g.: