bsky.link
Generate embeddable links for Bluesky Posts and subscribable feeds for user pages.
Generate Feeds for User Profiles
if you want an RSS Feed of all the people you follow on Bluesky, use bluesky-atom.appspot.com instead.
You can generate feeds for user profiles using the following syntax:
https://bsky.link/feed?user=<handle>
Where <handle>
is the handle of the user (i.e. jamesg.blog
).
Resolve a DID to Username
You can resolve a DID using the following syntax:
https://bsky.link/getfeed?handle=<did>
Where <did>
is the DID you want to resolve.
How To Create Links
You can create links to share using the following syntax:
https://bsky.link/?url=https:/bsky.app/profile/<handle>.bsky.social/post/<post_id>
Where <handle>
is the handle of the author of the post, and <post_id>
is the ID of the post.
Specify the show_thread
parameter to show the thread of replies to the post. Set it to t
to show all the posts a user has added to a thread.