Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyfelt/syndicate-to-bluesky
A WordPress plugin to syndicate posts and other post types to Bluesky.
https://github.com/jeremyfelt/syndicate-to-bluesky
Last synced: 3 days ago
JSON representation
A WordPress plugin to syndicate posts and other post types to Bluesky.
- Host: GitHub
- URL: https://github.com/jeremyfelt/syndicate-to-bluesky
- Owner: jeremyfelt
- Created: 2024-10-27T01:33:15.000Z (3 months ago)
- Default Branch: trunk
- Last Pushed: 2024-10-27T22:22:56.000Z (3 months ago)
- Last Synced: 2025-01-03T01:39:47.477Z (9 days ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syndicate to Bluesky
A WordPress plugin to syndicate posts and other post types to Bluesky.
## Build and distribute
```bash
composer install --no-dev
composer dump-autoload
wp dist-archive ./
```## See also
Quite a bit of inspiration and much of the initial code was forked from the [Share on Bluesky plugin](https://github.com/pfefferle/wordpress-share-on-bluesky), which is licensed as GPLv2 **and** [available on the WordPress.org repository](https://wordpress.org/plugins/share-on-bluesky/).
A big thank you to Matthias Pfefferle, you should probably use that plugin and ignore my experimentations. 😁
## Changelog
### 0.0.1
Initial release