March 20, 2026 5:31 PM
Woke up this morning to #WordPress finally reviewing my plugin but it was halted for naming issues. All links and email must be related so uploaded the plugin to github and updated links. It can be downloaded at github.com/evecodesx/crosspost-to-inkwellhttps://inkwell.social/eve/march-20-2026-531-pm-47250
WordPress.com lets AI agents write, publish, and manage your site https://thenextweb.com/news/wordpress-com-mcp-write-capabilities-ai-agent #wordpress
Went through a backlog of draft posts on my site from the past few years and just pushed them past the finish line. A lot of it is #WordPress, the rest is #WebDev.
I get too easily distracted by the next thing sometimes, and I also often end up learning more in the process of generalizing a particular solution into a blog post that discourages me from finishing. I need to get better at yeeting potentially unpolished thoughts into the void.
This is the new colour scheme for #WordPress — and no, it's not WCAG AAA compliant.

@AAKL @TechCrunch @Sarahp Bye, #wordpress
Needed to migrate a Weebly site to WordPress. You can export all the web pages and images, but not the blog content. This script exports into a WordPress XML file that can be imported.
Had two attacks this week on different WordPress sites. One seems like a DDoS and the other an enumeration attack. Fail2Ban stopped both by quickly adding new jails.
I've been loving building sites with the block editor and more recently sites with full site editing (FSE).
One thing I've run into a few times is the need to hack the Query Loop block with some additional filtering and sorting.

I'm sure all of the plugin problems will be solved now.
WordPress: Your AI agent can now create, edit, and manage content on WordPress.com https://wordpress.com/blog/2026/03/20/ai-agent-manage-content/
More:
Tech Crunch: WordPress.com now lets AI agents write and publish posts, and more https://techcrunch.com/2026/03/20/wordpress-com-now-lets-ai-agents-write-and-publish-posts-and-more/ @TechCrunch @Sarahp #WordPress #infosec
Happy, happy Friday! 🎉
I've updated this💡 #Marketing blog post for the #WordPress folks. If you're not using WP, you can skip this one. 💁🏻♀️
🤖 TL;DR: Enter #WPFusion—a WP plugin that connects your website with your CRM or marketing automation platform.
👾 #TagYoureIt
📣 #MarketingTipsFrom

Using the MCP Server https://developer.wordpress.org/plugins/wordpress-org/using-the-mcp-server/ #WordPress #wpdev
そう言えば、<br>では #Mastodon でも苦労してたな…。
#WordPress の #プラグイン #ActivityPub を使って送信した時に、内部で改行が<p></p>で分割されて…みたいなお節介があったし、改行が消えちゃう問題もあった。
昔から、<br>を並べて空白行を増やすなみたいな話はあって、それを避けるために<p></p>で分けるという思想なんだろうけど、その思想の罠にはまって、<br>が削除されてしまったのかもしれない。