Wilcosky Bluesky Auto-Poster
Let each author at your WordPress website connect to their Bluesky account. When they publish a post, it is sent to their Bluesky account.
by Billy Wilcosky · github.com/zerosonesfun/wp-bluesky-autopost-per-author · website
★ 1stars
3release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/zerosonesfun/wp-bluesky-autopost-per-author/releases/download/1.1/wp-bluesky-autopost-per-author.zipFrom the readme
Bluesky Auto-Poster per Author
Let each author at your WordPress website connect to their Bluesky account. When they publish a post, it is sent to their Bluesky account. (There is a 1 to 2+ minute delay depending on if a token is expired and/or something like the image upload fails at first.)
Plugin Overview
This plugin allows each WordPress author to connect their Bluesky account using their handle and password. It then automatically posts published posts to their Bluesky account.
How It Works
1. Connecting Bluesky Account
Each author can connect their Bluesky account by using the provided shortcode [bskyconnect]. This renders a connection form for the author to connect or disconnect their Bluesky account.
2. Scheduling Auto-Post
When a post is published, the plugin schedules an auto-post to Bluesky with a delay of 1 minute using the wilcoskybskyscheduleautopost function.
3. Auto-Posting to Bluesky
The wilcoskybskyautopost function is triggered to perform the following steps:
1. Check Post Status: Ensure the post is published and not already posted.
2. Retrieve Post and User Meta: Get the post details and user meta information.
3. Check Open Graph Data: Retrieve Open Gr
Read the full README on GitHub →