TechShotgun/_posts/2015-02-03-audio-full.md

21 lines
978 B
Markdown

---
author: someone
layout: post_full
type: audio
audio-embed: <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/143789807&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>
featimg: 6.jpg
title: Audio Full
tags: [music, soundcloud]
category: [audio]
---
This audio post is displays without a sidebar and has a featured image set for the index pages.
For the audio post to work, type must be set to audio and the audio-embed filled with an iframe.
```yml
---
layout: post_full
type: audio
audio-embed: <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/143789807&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>
---
```