22 lines
438 B
Markdown
22 lines
438 B
Markdown
|
---
|
||
|
author: someone
|
||
|
layout: post_full
|
||
|
type: youtube
|
||
|
yt-video-id: hPX9h5OrlhU
|
||
|
homedisplay: iframe
|
||
|
title: YouTube full
|
||
|
tags: [video, music, iframe]
|
||
|
category: [video]
|
||
|
---
|
||
|
This youtube video uses the iframe instead of the thumbnail image on the index pages.
|
||
|
|
||
|
For a YouTube video, no embedding code is required, it all works through the video ID.
|
||
|
|
||
|
```yml
|
||
|
---
|
||
|
layout: post_full
|
||
|
type: youtube
|
||
|
yt-video-id: hPX9h5OrlhU
|
||
|
homedisplay: iframe
|
||
|
---
|
||
|
```
|