[eddie], [tantek], tbbrown, petermolnar and [asuh] joined the channel
#[asuh]Just tried out replying to a Tweet with Webmentions/Post Kinds, without Bridgy Publish, and the tweet info isn’t being saved nor is it syndicating back to Twitter when I publish.
#GWGWithout Bridgy Publish how are you Syndicating?
#[asuh]checked the box that says “Twitter via Bridgy”
#[asuh]Just realized I should have said Syndication Links instead of Webmentions
AkyRhO joined the channel
#[asuh]I’m also wondering if the Response Properties are incompletely parsing the Tweet. I have to manually fill in the Author details
#GWGI use that feature and it should just work. Did you check your Bridgy user page?
#LoqiA bookmark (or linkblog) is a post that is primarily comprised of a URL, often title text from that URL, sometimes optional text describing, tagging, or quoting from its contents https://indieweb.org/link
#[asuh]Here’s what I’m seeing with Reply to Tweets
#[asuh]1) Add New Post > Reply Kind > paste URL of Tweet into “Responsive Properties”
#[asuh]2) Click on the “Name” field below and after a few seconds it fills in the “Name” but does not fill in anything about the author, which I believe it should since they’re likely the same
#Loqi[Micah] Replied to
@rachsmithtweets @chriscoyier Maybe you know this but @ImpressiveWebs has a curated feed list that needs updating https://t.co/2kdlcPahXk— Micah (@asuh) November 10, 2015
Considering my move back to my site for consuming and sh...
#Loqi[Micah] Replied to
@rachsmithtweets @chriscoyier Maybe you know this but @ImpressiveWebs has a curated feed list that needs updating https://t.co/2kdlcPahXk— Micah (@asuh) November 10, 2015
Considering my move back to my site for consuming and sh...
#[asuh]and it exposes my Post Kinds Reply content needs to be modified to not include the excerpt that I was discussing with [pfefferle] 24 hours ago
#GWG[asuh]: The problem being the way the theme is including the reply in the content. Bridgy is parsing it that way.
#GWGPost Kinds adds the reply to the content because unless you add it to your theme, it is the only place I can automatically put it
#[asuh]right, I see that. It’s tricky because I was trying to wrap all the content with `.entry-content` and `.e-content` but it appears I should not do this
#GWG[asuh]: entry-content or e-content should only be your post content.
#[asuh]but you said above that Post Kinds adds the reply to the content within <? the_content() ?>? I suppose the that filter is only wrapping the content around the `$content` argument being passed in instead of around everything prepended or appended to that function
#[asuh]My mistake was thinking I could just have this working inside of the static markup to begin with. This is an interesting problem
#GWG[asuh]: That is how I solved the issue. By wrapping everything not added to the filter in e-content.
#GWGIf you saw the logs, there are others who prefer a different approach.
#[asuh]I’m documenting all of your theme updates and changes in my own theme with a slightly different code style using anonymous functions instead of named functions since I don’t have to namespace the functions that way
#GWGTo be honest, I think about cleaning up my 2016 fork into something I can release and update through the .org repo
#[asuh]My intention is to take all of this work to wrap it up into something that’s potentially a drop and include into themes. I’m sure this is the third time I’ve mentioned it but it’s a fun little project
#[asuh]It would be good to have another Indieweb theme inside of the repo
#GWG[asuh]: I wonder how they'll react to a non-Gutenberg theme.
#[asuh]If your version with mf2 updates is mostly parity to the official version, seems like it’d pass
#[asuh]Besides, I would guess the majority of themes are still not Gutenberg compatible yet
#[asuh]I wonder if Gutenberg has to work whether the theme considers it being there or not. I haven’t played around with it to know
#GWG[asuh]: Well, I backported all the Gutenberg changes
#GWGEven though I don't know how well it will work
#Loqi[pfefferle] ZenPress: ZenPress is a highly semantic, responsive, accessible and search engine optimized WordPress Theme. It provides HTML5 templates refined with microformats, microformats v2 and microdata (Schema.org). ZenPress supports a lot of OpenWeb plugins and is fully IndieWeb compatible.
#GWGTrying to figure out how to benchmark functions in a WordPress plugin
[kevinmarks], [jgmac1106] and cjwillcock1 joined the channel
#cjwillcock1GWG: use http headers to send timing info from plugins works for me. At various places: header('CJW-BLAH-1: ' . (microtime(true) - $start));
#GWGcjwillcock1: I want to go down to the function level
#cjwillcock1You may send those headers at any time, before after each function call. Mid function, etc.
#cjwillcock1If its a function that runs many times, use a 'static $idx = 0;' then in the header call: header("CJW-$desc-" . $idx++ . '...-
[Marco], [eddie], [jgmac1106], [kevinmarks], [tantek], tantek__, caitlin1, alexmingoia, tbbrown, doubleloop, gRegorLove, tantek and [schmarty] joined the channel; WA9ACE left the channel