This tutorial describes how to embed youtube videos in hugo.
My website is using Hugo to generate static content so I had the same query when i wanted to embed youtube in my post
1.Embed Youtube video in Hugo using shortcodes
To embed Youtube video you must use following snippet in your markdown files
{{< youtube id=“your youtube video id” >}}
2.Embed Youtube video in Hugo using html
You can use below html to embed youtube video.
Just add your youtube id in place of youtubeid
iframe src=“https://www.youtube.com/embed/youtubeid"
|
|
Example:
I used to id=“MukpMinSUmo” in the above snippet to display as shown below