博文

目前显示的是 十一月 29, 2025的博文

Scripting News: Saturday, November 29, 2025

Saturday, November 29, 2025 WordPress RSS feed issue # I've assumed that all WordPress sites hosted on wordpress.com or running JetPack would have data about the site id, and for each item, the post id. It turns out it's not that simple? # A couple of examples: # daveverse.org/feed/ -- has these elements # scripting5.wordpress.com/feed/ -- doesn't have them # I have of course asked ChatGPT, and got a lot of wrong answers. # It's important because this data is used to connect blog posts to the editor, for posts you can edit. It's really important that editing is accomplished by at most a single click, when you're viewing it in a reader app. # I should be able to click on an edit icon from the viewer to open it in the editor, assuming it's my post. # It also figures heavily in the discourse feature. # I've created a place on GitHub for comments. # ...