WP Manifestindependent plugin directory
manifest / social / post-to-bluesky-wordpress-plugin

Post To BlueSky

This puts a metabox in the editor with a checkbox and text field so when you post your post it gets posted to bluesky too

by Ákos Nikházy · github.com/akosnikhazy/post-to-bluesky-wordpress-plugin

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/akosnikhazy/post-to-bluesky-wordpress-plugin/archive/refs/heads/main.zip

This puts a metabox in the editor with a checkbox and text field so when you post your post it gets posted to bluesky too

how to use

Copy the file in a folder (or without one) in to the plugins folder. Change the $handle = ''; line so it have yuour bsky handle. Sorry I made this for myself making a modified version of other similer plugins of mine and did not add saving handle in the admin menu.

The plugin is registered in admin's settings menu. Be aware it will post when you save a draft. Only check the checkbox when you actually post. As I said: I made this for myself it is what it is. Feel free to make it better.