#wordpress 2018-08-13
2018-08-13 UTC
Guest3402 joined the channel
# Guest3402
[tantek] and [chrisaldrich] joined the channel
snarfed joined the channel
arooni28 joined the channel
# arooni28
snarfed, arush, [eddie], Qbit1, jgmac1106 and [chrisaldrich] joined the channel
# [chrisaldrich] GWG: 🎉
# [chrisaldrich] GWG though i will admit it's tough to distinguish which one you mean when you've done 8 PRs in 4 different repositories recently!!
# [chrisaldrich] GWG++ for being GWG!
[manton], [kevinmarks], jeremych_, jgmac1106, [jgmac1106], chalcedony, nukedclx25, [mrkrndvs], papabear69, Mony7, bolt1 and snarfed joined the channel
# snarfed aaronpk: re the mastodon dos, https://github.com/tootsuite/mastodon/issues/4486#issuecomment-395076695 :P
[jgmac1106] joined the channel
# Loqi [snarfed] i noticed this recently too. >1k requests in <45s, >25qps. not a disaster, my site handled it fine, but still, noticeable. small thread on it here: https://mastodon.technology/@snarfed/100119606571241751 , cc @ashfurrow @neekz0r.
<img width="530" ...
# [jgmac1106] [pfefferle] weirdest thing...all of my toots from [jgmac1106]@jgregorymcverry.com were deleted. I was @brokenarrow8@jgregogymcverry.com and switched my user name....was working jgmac1106 was sending toots and they all got deleted
Evel-Knievel9, Jovan, jackjamieson, [grantcodes], [kevinmarks], batman4225, [eddie] and [jgmac1106] joined the channel; snarfed left the channel
# petermolnar [jgmac1106]: given it's WP, I'll bring it over here
# petermolnar I haven't touch this plugin in years: https://github.com/petermolnar/wp-webmention-again - it followed a completely different idea of dealing with webmentions compared to the official-ish webmention plugin
# [jgmac1106] yeah, I didn't even want to talk WP, just that I respect the openness of micro.blog
# petermolnar ack :)
[chrisaldrich] joined the channel
[pfefferle] joined the channel
# [pfefferle] [jgmac1106] which one was deleted? The ones you posted with the old username?
# [jgmac1106] no my newer one jgmac1106@jgregorymcverry.com strange as it showed data yesterday
# [chrisaldrich] [jgmac1106] I can follow [jgmac1106]@jgregorymcverry.com on mastodon and it looks like you've got content there going back several days at least
# [chrisaldrich] which plugin set were you using to effectuate your "instance"?
# [pfefferle] [jgmac1106] I can confirm it… I see posts back to 5 days old
# [pfefferle] GWG have seen it, but haven’t had the time to test it
# [pfefferle] will do it later today
# [chrisaldrich] [jgmac1106] Maybe it took some time for your admin name change to propogate through their system? Might be worth noting somewhere if others attempt the same thing in the future.
# [chrisaldrich] [jgmac1106] We should figure out why there's an errant "Also on" at the bottom of all of your posts. If I recall correctly GWG removed that part with a filter in his 2016 IW fork, so I'm not sure why it's showing up on your version of the theme (and therefore also syndicating everywhere else too).
# [jgmac1106] [pfefferle] must just be a mastodon issue as it tries to catch up with my account change:
# [jgmac1106] [aaronpk] oStatus work really well,
# [chrisaldrich] GWG did you push the refback to the WP repository the other day? I could have sworn you mentioned it, but I'm not seeing it yet.
# [pfefferle] [aaronpk] it supports following and the replies on mastodon, will be sent back to the blog
# [pfefferle] perhaps a caching issue
# [pfefferle] [aaronpk] next step would be, to also sent reactions from WordPress to mastodon
# [chrisaldrich] GWG++ for refbacks!
# [pfefferle] [aaronpk] right
# [pfefferle] [aaronpk] but mainly, because I have no idea how to handle this
# [chrisaldrich] Does OStatus do backfeed of replies from Mastodon, etc.?
# [pfefferle] [aaronpk] means, where to show the timeline
# [pfefferle] [chrisaldrich] yes
# [chrisaldrich] Wow! that's awesome!
# [chrisaldrich] [pfefferle]++ for the round trip with OStatus
# [pfefferle] [aaronpk] would be awesome, to have some kind of following, reply, … backend
# [pfefferle] [aaronpk] would be a nice way to not store all the social stuff in wordpress, but to build a simple view, that enables reactions or reposts or citations…
# [pfefferle] [aaronpk]++
# [jgmac1106] it works so well...I do need to figure out between the indieauth update, autotoot with mastodon, and oStatus something slowed down my publishing...my suspect is autotoot with mastodon
# [jgmac1106] Be amazing Mathais
# [pfefferle] not yet
# [pfefferle] but I am working on it
# [pfefferle] ok
# [pfefferle] brb have to eat something
jackjamieson joined the channel
# [chrisaldrich] Store all the things!
# [chrisaldrich] [jgmac1106] The portion of IndieWeb 2016 theme that removes the extra "Also on" portion you're seeing is here: https://github.com/dshanske/twentysixteen-indieweb/commit/56a2990776217f238146e8934096d64726e22c40 Did you make changes to it somehow?
# [chrisaldrich] GWG, I think I recall that convo in chat a few weeks ago. Was he putting it into posts or creating a new type for it? I don't recall...
# jackjamieson [chrisaldrich] just tuning back in after being offline and somewhat out of the loop today. Do you mean where I'm storing content from feeds?
gRegorLove joined the channel
# [chrisaldrich] [jackjamieson] yes. Just curious. Though I should be watching your repo more closely now too...
# jackjamieson Happy to talk about it :) Posts from feeds are stored in a custom post type
montag45117 joined the channel
# montag45117
# jackjamieson Content for each post is stored as a jf2 array, which is saved into a custom-meta field. So the feed content is only visible through a microsub client
# [chrisaldrich] Are you architecting so that someone could build the microsub client directly into one's own WP install?
# [chrisaldrich] I had a conversation with Jan Cavan Boulas, the designer who made WordPress.com's feed reader interface, about microsub. I'm hoping that as you get further along we can get her and some others on the Autommatic side to create a WP specific microsub client.
# jackjamieson Hmm, right now it's only accessible through a REST API endpoint. If an integrated reader would require difference access, it should be relatively straightforward to add
[Petrk] and [miklb] joined the channel
# jackjamieson [chrisaldrich], If nothing else, I could create a class that mimics the endpoint, so it could be called from other plugins. Otherwise the plugin is actually pretty simple. The overall structure takes cues from the post-kinds plugin. Hadn't really thought about that much at this stage but it's a good idea and I think it should be possible without ay major changes
# jackjamieson I'm hoping to have the remainder of the actions implemented and some improvements to parsing within a few weeks. It's actually pretty functional right now (I'm currently using it as my feed reader)
supercool4 joined the channel
# supercool4
Guest32399 and [iambismark] joined the channel
# [chrisaldrich] jackjamieson++
# [chrisaldrich] Now I'm going to have to find some time to carve out in an already overbooked schedule to try to set up the WP microsub server... #itches...
Guest62918 and [philbowell] joined the channel
# [philbowell] Hi all, I’m continuing my exploration of Indieweb using WordPress. On Indiewebify.me my h-card is not representative and is asking for a `u-url` property. How do I go about fixing this if I’m using the h-card widget?
[eddie] and [jgmac1106] joined the channel
# [jgmac1106] [philbowell] welcome, do you have a link to you website?
# [philbowell] [jgmac1106] yes, sorry. https://philbowell.blog
# [chrisaldrich] [philbowell] I'd guess it's looking for a URL to be put in the `Website` field on your site at `yoursite.com/wp-admin/profile.php#url`
# [chrisaldrich] GWG: I'm game and should have some time. Let me know when it's ready for download/testing.
# [philbowell] [chrisaldrich] that worked, thanks! Hadn’t realised that was what `PGP Key (URL)` was for
fibo_mach, [Vanessa] and [pfefferle] joined the channel
# [pfefferle] [aaronpk] can you submit the mf2-feed plugin to packagist.org and add me as contributor?
# [pfefferle] thanks
# [pfefferle] now
# [pfefferle] it was my namespace before
# [pfefferle] yes
jackjamieson joined the channel
# [pfefferle] still some things to do, but it should work for now
# [pfefferle] I am now working on the webmention support
# [pfefferle] just submitted the plugin to the wordpress.org repo
# [pfefferle] if it was added, we can add it to the indieweb plugin, instead of the uf2 thingy
# jackjamieson GWG, I've got a bit of time to test Micropub tomorrow, I'll let you know how it goes
# [pfefferle] let me know if you find some glitches…
# [jgmac1106] I have a suite of WordPress sites if folks want to test [aaronpk].. Each of the IndieWeb themes and three most popular themes
# [jgmac1106] Happy to create admin accounts on them for anyone
arooni24 joined the channel
# [philbowell] GWG: When I put my site url in that field in my profile it became a representative h-card according to indiewebify.me. Should it not be in there? The website field was already populated with my blog address.
[iambismark] joined the channel
# [pfefferle] whoops… thought I already changed that
# [pfefferle] done
[manton], GuntherDW4, Andre483, lkoranda14, [jgmac1106], huhlig5, beaver4, jgmac1106 and tantek__ joined the channel
[chrisaldrich] joined the channel
# [chrisaldrich] 🎉 GWG!
nirel and Natechip joined the channel
# jgmac1106 @chrisaldrich I wonder why you are still a blank profile on my site: http://jgregorymcverry.com/5708-2/ and why the mention doesn’t link back to the post with the mention