Embed Youtube
Jake G May 08, 2021 #Features #Shortcodes #VideoZola has many shortcodes, and new are easily added, this example shows youtube.
Youtube
Usage
{{ youtube(id="32gyFIWecuw") }}
id- the video id (mandatory)playlist- the playlist id (optional)class- a class to add to the <div> surrounding the iframe (optional)autoplay- when set to "true", the video autoplays on load (optional)title- set alt title for the iframe (optional, defaults to "Youtube")cookie- set to "true" if you want tracking cookies, otherwise it defaults to false.
Output
<div class="yv"> <iframe src="https://www.youtube-nocookie.com/embed/32gyFIWecuw" title="Youtube" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div>