softinio.com/templates/shortcodes/peertube.html

5 lines
295 B
HTML
Raw Normal View History

2024-02-10 18:04:44 -08:00
<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>