Enable Bluesky social discussions in your Quarto documents
Bluesky Comments is a Quarto shortcode extension that seamlessly integrates Bluesky post comments into your documents. This extension dynamically fetches and displays threaded conversations from Bluesky, creating an interactive bridge between your content and social discussions.
You can install this extension using Quarto's extension management system:
quarto add quarto-ext/bluesky-comments
This will install the extension under the _extensions
directory of your Quarto project. If you're using version control, you should commit this directory.
To embed comments from a Bluesky post, use the bluesky-comments
shortcode in your Quarto document:
{{< bluesky-comments https://bsky.app/profile/coatless.bsky.social/post/3lbtwdydxrk26 >}}
When someone visits your web page, any replies to the linked post are pulled from Bluesky and shown directly in the page.
Learn more about the Bluesky comments extension:
- Only works in HTML output formats with JavaScript enabled
- Subject to Bluesky's API rate limits and availability
This extension builds upon the innovative work of: