gmgsite/themes/hugo-casper3/layouts/shortcodes/video.html

36 lines
1.5 KiB
HTML

<div class="embed video-player">
<ul class="tabs">
<li>
<input id="tab1" type="radio" name="tabs" checked />
<label for="tab1">Piped (il.ax)</label>
<div id="tab-panel1" class="tab-panel">
<iframe class="youtube-player" type="text/html" width="700" height="385" src="https://il.ax/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0"></iframe>
</div>
</li>
<li>
<input id="tab2" type="radio" name="tabs" />
<label for="tab2">YouTube</label>
<div id="tab-panel2" class="tab-panel">
<iframe class="youtube-player" type="text/html" width="700" height="385" src="https://ytr.gianmarco.gg/?code={{ index .Params 0 }}" allowfullscreen frameborder="0"></iframe>
</div>
</li>
<li>
<input id="tab3" type="radio" name="tabs" />
<label for="tab3">Odysee</label>
<div id="tab-panel3" class="tab-panel">
<iframe class="youtube-player" type="text/html" width="700" height="385" src="https://ytr.gianmarco.gg/odysee/?code={{ index .Params 1 }}" allowfullscreen frameborder="0"></iframe>
</div>
</li>
<li>
<input id="tab4" type="radio" name="tabs" />
<label for="tab4">PeerTube</label>
<div id="tab-panel4" class="tab-panel">
<iframe class="youtube-player" type="text/html" width="700" height="385" src="https://peertube.uno/videos/embed/{{ index .Params 2 }}" allowfullscreen frameborder="0"></iframe>
</div>
</li>
</ul>
</div>
<!-- og width was 640 -->
<!-- shortcode: {{< video NX6z--cOpYI "🇮🇹-perché-il-web-moderno-fa:b" 1d5487b5-8727-491f-b9cb-3c22a8dce7d2 >}} -->