3 ms·
A problem I would like to see solved, is how I can post something on my site first, but still use BlueSky as a commenting platform. I guess it could just be do
by zero_shift 9mo ago
A problem I would like to see solved, is how I can post something on my site first, but still use BlueSky as a commenting platform.
I guess it could just be done as a multi phase post, as janky as that is.
- _heimdall 9mo agoI think webmentions would be the answer there, though I don't think Bluesky currently supports it so you'd be looking at scraping rather than a push-based model.
- soapdog 9mo agoyou can just post a message on bluesky and link it to your blog post at the end with some text saying "want to comment? Reply to this post." Personally, I prefer using webmentions. I got them back to my site using a combination of services, so if someone talk about a post I made in bluesky or mastodon, I usually get a webmention back to the post.
- randoglando 9mo agoI have this set up on my blog www.ashwinmenon.com You can inspect and see the JS. There are a few others doing this too!
- zero_shift 8mo agoThanks Ashwin - very helpful!