cambridgeport90, [tw2113], beko, [chrisaldrich], nickodd, [jeremycherfas], jeremy, jeremy-, [James_Gallaghe], fuzzbomb, [grantcodes], [Murray], [tb], [tantek], [jgmac1106], Zegnat, [fluffy], [manton], [schmarty], [snarfed] and [Ana_Rodrigues] joined the channel
#[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.
#GWG[chrisaldrich]: When you use Post Kinds to post a photo, audio, or video...how do you do it?
#[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).
#GWGThen, when it tries to display, it compares the attached medias to the embedded media and doesn't embed twice
#[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.
#GWGI realized I was doing a lot of checks on the fly that only needed to be done when the post was edited and then cached
#GWGI was thinking of doing the same for youtube embeds and a few other things
#[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?
#GWGI mentioned this was the code I wrote in October 2017 that I need to completely redo as it is too aggressive
#[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.
#GWGIt's why I was thinking about the local avatar store issue in Webmentions.
#GWGWordPress caches the oembed code so it doesn't have to ask for it every time