Scripting News: Wednesday, November 5, 2025
Wednesday, November 5, 2025 I liveblogged a chat between John Borthwick and Matt Mullenweg tonight in NYC. # Don't forget the new WordPress News . # Every FeedLand timeline has a link to its OPML subscription list under the traditional white on orange XML icon . # To people who do WordPress plug-ins -- have a look at the feedlandSocket repo . It sends notifications of news items to any subscriber, via websockets. News items are simple JSON, and contain information in the feed item, and system info like id and when it was received. This makes it easy to stream news to a plug-in running in a WordPress site, that can then do anything with the news they like. It's incredibly simple to use, and we provide all the JavaScript code you need to embed in a browser-based app. Here's a place where you can ask questions. # New release of FeedLand , v0.7.9. It's a Node.js server app, using MySQL, and I think it's stable enough that I can start link...