Get posts sent to your inbox:
I’ve added auto-posting from this blog onto LinkedIn and Bluesky, using IFTTT to automate taking the RSS feed and turning it into posts on those networks.
I ran into an issue with the full posts being too long for Bluesky, so they didn’t get posted (LinkedIn has a more generous limitation I think).
Now, the simple thing would be to just tell WordPress via the settings to publish excerpts of posts via RSS rather than the full text – but I don’t want to! I like making it as easy as possible for folk to read this stuff. Or just send the post titles and a link to the socials – but I mostly don’t use post titles!
So, I called up Gemini and talked it through generating a small piece of code to generate an additional RSS feed just for social posting, that truncates at the 200 character mark (Bluesky’s limit is 300 but I am not sure if I need to leave space for links and things).
The feed seems to work, and this post will hopefully test to see if it works.
If anyone would like to see the code, just yell.


