← Home

BlueSky powered comments using web components

28 November, 2024

tldr;

You can put bluesky powered blog comments by simply adding these lines in your webpage templates.

<!-- put this in html header of your blog -->
<script src=""></script>

<!-- put this at bottom of blog post -->
<bsky-comments href="{{ page.extra.comment }}" style="bsky"/>

Motivation

Comments