Files
fundor333.com/themes/fugu/layouts/shortcodes/mastodon.html
2024-07-13 02:26:07 +02:00

14 lines
440 B
HTML

<div class="mastodon">
{{- with .Get 0 }}
<iframe
src="{{ . }}/embed"
class="mastodon-embed" style="max-width: 100%; border: 0"
width="400"
allowfullscreen="allowfullscreen">
</iframe>
<script src="https://fosstodon.org/embed.js" async="async"></script>
{{- else }}
{{- errorf "The %q shortcode requires a positional parameter: the url of the post. See %s" .Name .Position }}
{{- end }}
</div>