by orqadesign on WordPress.org

Example frontend output of the feed
Bluesky Feed lets you embed a user’s latest posts from the Bluesky network onto your WordPress site. Just add a shortcode to any post, page, or widget. The feed is cached for performance and customizable via plugin settings.
[orqablfe_feed handle="@yourhandle" limit="5"]This plugin was built to help developers and creators showcase their Bluesky content on WordPress.
This plugin connects to Bluesky services to retrieve and display public posts from a specified Bluesky user. It makes external HTTP requests to the following domains:
https://bsky.social – This is Bluesky’s API endpoint, used to:
/xrpc/com.atproto.server.createSession)/xrpc/app.bsky.feed.getAuthorFeed)https://cdn.bsky.app – This is used to fetch thumbnail images for posts.
The plugin sends the following data:
– The Bluesky handle specified in the settings
– The email and app password provided by the site admin (used only to obtain a temporary session token)
– Authenticated API requests to retrieve feed content
– Public media URLs for thumbnails
No personal data from site visitors is sent. All API calls are made on behalf of the site admin and cached locally to reduce load and limit requests.
This service is provided by Bluesky PBLLC. For more information, see:
– Bluesky Terms of Service: https://blueskyweb.xyz/blog/3-terms-of-service
– Bluesky Privacy Policy: https://blueskyweb.xyz/blog/2-privacy-policy