I’m pretty sure that many within the IndieWeb space have got this working with a variety of software, particularly using Bridgy for the responses. Here’s an outline of how I do it with WordPress https://boffosocko.com/2018/07/02/threaded-conversations-between-wordpress-and-twitter/
I’m always curious to see other implementations.
Interesting, not exactly what I was thinking of, but that is really nifty.
Wasn’t thinking of cross comments, just mirroring my Twitter feed to my blog so I can more link and host threads like a micro blog (and mirror so I have a copy of my Twitter feed).
In that case, maybe this? @ThreadReaderApp has support for the Micropub Spec so you can publish Twitter threads directly to your blog. (Or perhaps do both methods?)
https://boffosocko.com/2020/05/28/threadreaderapp-micropub-to-blog/
Syndicated copies:
Or, if you like micropub and want something less “thready” here’s another method using PESOS and tools like IFTTT:
https://boffosocko.com/2020/01/21/using-ifttt-to-syndicate-pesos-content-from-social-services-to-wordpress-using-micropub/
Syndicated copies:
All of those solutions interface with WordPress. I ended up doing a static site with Hyde:
funkthat.com/gitea/jmg/blog
So not sure how useful those would be. I have a feeling I need to make my own templates for doing this.
Because the pieces are all building blocks that interoperate, the broad outline should also work for SSGs. I see a few people mention implementations of micropub at https://indieweb.org/static_site_generator. IndieWeb chat can be helpful here too.
Syndicated copies:
Because the pieces are all building blocks that interoperate, the broad outline should also work for SSGs. I see a few people mention implementations of micropub at indieweb.org/static_site_ge…. IndieWeb chat can be helpful here too.
(boffosocko.com/2022/06/21/558…)
In that case, maybe this?
@ThreadReaderApp has support for the Micropub Spec so you can publish Twitter threads directly to your blog. (Or perhaps do both methods?)
(boffosocko.com/2022/06/21/558…)
boffosocko.com/2020/05/28/thr…