

The profile card in light theme.
This plugin provides your website with Gutenberg blocks including a configurable profile banner (followers, posts and followings counts, banner, avatar, and name) and a list of your latest posts on BlueSky.
A Shortcodes ([bluesky_profile] and [bluesky_last_posts]) and Widgets are given as well for older sites.
An option is available for the syndication of your posts for BlueSky Social. This syndication allows you to display BlueSky discussions directly in the comment section of your WordPress posts. (it’s an option)
Some other included features:
Configurable Bluesky Profile Card
Embedded posts in the feed
Auto-post new WordPress posts on BlueSky
Make BlueSky discussions for syndicated posts visible
Encrypted App Password for a more secure connection.
In the shortcodes below, the complete list of attributes is displayed. You can omit them if you want, as the default values or the global values will be used if you omit them.
[bluesky_profile theme="system" layout="default" styleclass="" displaybanner="true" displayavatar="true" displaycounters="true" displaybio="true" account_id=""]
theme: displays a different set of colors supporting dark and light modes (values: system, light, dark)layout: choose the profile card layout (values: default, compact)styleclass: accept any string class-valid to customise the class attributedisplaybanner: either you want to display your profile banner image or not (values: true, false)displayavatar: either you want to display your profile avatar or not (values: true, false)displaycounters: either you want to display your followers, following and posts, or not (values: true, false)displaybio: either you want to display your profile description or not (values: true, false)account_id: the UUID of a specific account to display. Leave empty to use the active account (multi-account feature)[bluesky_last_posts displayembeds="true" theme="system" noreplies="true" noreposts="true" numberofposts="5" layout="" account_id=""]
displayembeds: either you want to display only your posts, or include the embeds too (values: true, false)noreplies: either you want to hide your replies, or include them in your feed (values: true, false)noreposts: either you want to hide your reposts, or include them in your feed (values: true, false)nocounters – Whether to hide like, repost, reply, and quote counters (value: true, false)theme: displays a different set of colors supporting dark and light modes (values: system, light, dark)numberofposts: any number of posts to display. (advice, don’t set a too high value)layout: override the default feed layout (values: default, layout_2 or compact). Leave empty to use the global settingaccount_id: the UUID of a specific account to display. Leave empty to use the active account (multi-account feature)This plugin is open source and licensed under GPLv2 or later. Contributions are welcome via GitHub.
Follow the roadmap on Github Project.