softinio.com/templates/shortcodes/peertube.html
2024-02-10 18:04:44 -08:00

5 lines
295 B
HTML

<div class="peertube{% if class %} {{class}}{% endif %}">
<iframe src="https://watch.softinio.com/videos/embed/{{id}}?title=0&warningTitle=0&peertubeLink=0" title="{{title | default(value='Peertube') }}" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>