person hand reaching for the sky

Now with added Bluesky!

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!


Discover more from artiss.blog

Subscribe to get the latest posts sent to your email.

Comments

Comments

Join the conversation on Bluesky

  1. Daniel Post
    Daniel Post @danielpost.com

    Thanks for giving it a try! (I’m also commenting to see if it works 😄)

    12th December 2024

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.