I rarely run beta versions of software, let alone alpha, but that’s what I’m doing right now. Autoblue is a new, free, plugin to add Bluesky connectivity to your WordPress website.
Right now it offers 2 features – automatic posting to Bluesky from your site and integration of Bluesky replies into your site comments.
As example, take a look at the comments on this post of mine from earlier. Bluesky replies are added via block named Autoblue. If you’re using an FSE theme then you can add this block into the appropriate templates too.
By default, the block will add a “Comments” heading and if you’re using this along with the built-in commenting system, you may end up with this heading twice as a result. To get around this, simply add the following CSS to your site to suppress Autoblue’s heading…
.wp-block-autoblue-comments-title {
display: none;
}
Daniel Post is doing a great job with the plugin, and I look forward to the first official non-alpha-beta-rc release!


Leave a Reply