A WordPress plugin for publishing posts to Bluesky with customizable formatting, image handling, and queue management.
Go to file
2024-11-21 01:05:37 -08:00
admin Initial commit 2024-11-21 01:05:37 -08:00
assets Initial commit 2024-11-21 01:05:37 -08:00
includes Initial commit 2024-11-21 01:05:37 -08:00
templates Initial commit 2024-11-21 01:05:37 -08:00
bluesky-connctor.zip Initial commit 2024-11-21 01:05:37 -08:00
bluesky-connector.php Initial commit 2024-11-21 01:05:37 -08:00
README.md Initial commit 2024-11-21 01:05:37 -08:00

Bluesky Connector Plugin for WordPress

Description

This plugin connects your WordPress blog to Bluesky and allows you to format and publish posts to Bluesky whenever a new post is published. Users can log into their Bluesky account via the plugin, and the plugin will automatically generate and store the API key.

Installation

  1. Upload the bluesky-connector folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure the plugin settings in the WordPress admin under 'Settings' > 'Bluesky Connector'.

Configuration

  • Client ID: Your Bluesky client ID.
  • Client Secret: Your Bluesky client secret.
  • Redirect URI: Your Bluesky redirect URI.

Usage

  • Once configured, click on the "Login with Bluesky" button to authenticate and generate the API key.
  • The plugin will automatically publish a formatted version of your new posts to Bluesky.

License

This plugin is licensed under the GPLv2 or later.