summaryrefslogtreecommitdiff
path: root/templates/shortcodes/shikwasa.html
blob: d29238d0dffc342a85dc90418d9651e462856821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="podcast">
    <script>
        const player = new Shikwasa({
            container: () => document.querySelector('.podcast'),
            audio: {
                title: '{{subtitle}}',
                artist: '{{author}}',
                cover: '{{image}}',
                src: '{{media}}',
            },
            fixed: {
                type: 'static',
            },
        });
    </script>
</div>