Just saw the notice about the rss.chat example inboundRss for wordpress . I must say I hadn’t thought about going that way. I had wondered about POSSE from WordPress to rss chat.
Currently micro.blog does a great job of posting items from my feed to mastodon and bluesky. I’ve also used FeedWordPress to pull rss feeds from one place to another.
Where inboundRSS differs is that it runs in a browser served from somewhere. The notes suggest it could site on a server or be served via node locally. I guess a simple php script could work too? inboundRss also updates edited items in real time (a few seconds).
I’ve run through the instructions, I had a bit of difficulty getting my site id, but got that from the WordPress.com API console using GET /me/sites/
Once I’d filled in the id and my demo.rss.chat feed I run the file with php -S localhost:8081
All I need today is do now is publish this post and it should also go onto my WordPress site. I’ll check that and then test editing here by adding a link…
And it worked: Testing inboundRSS
I’ve now made several edits and they are reflected on my site. I put the php snippet for the terminal in backticks, they stayed as backticks on demo.rss.chat but were converted to code tags on my site.
I am now wondering what happens to edits on the WordPress side? If I added categories & tags? Enough for now though. Lots to think about!




