[tantek]hey y'all, could someone here help out with adding a specific "How to" subsection on indieweb.org/WordPress.com linking directly to the instructions for setting up a custom domain for a wp .com site? every other similar service (github, blogger, tumbler) has a section for that specifically, and it helps make it more discoverable, friendlier.
[chrisaldrich]For photos recently, I've been only filling in the Post Kind Name field to give it a "title" and then manually inserting the actual photo in the_body.
GWG[chrisaldrich]: Yes, I redid that code. Every time you save the post in the new version I'm still working on, it calculates the attachment IDs of the attachments in content and saves them as a list in meta so it doesn't have to parse each time
[chrisaldrich]I'm not sure what a photo micropub client would do as I haven't used one recently... I know Swarm does alright, but because I'm still using the older version of Post Kinds, it does duplicate the photo (which I think you fixed in one of the newer versions).
[chrisaldrich]For audio posts I'm manually entering the meta boxes for Name, Site Name/Publication/Album, and author and then putting the actual audio and other bits in manually with html to have more direct control over presentation.
[chrisaldrich]Question, if I were to put in a URL for a photo on a photo kind, would it properly go in the main URL field or in the Featured Image field for presentation?
[chrisaldrich]YouTube doing a simple auto embed was one of the reasons I skirted the KSES stuff, so I could add the extra metadata for the additional context of the title, description, author, etc. I always thought the extra context was better to have over just a raw video.