#wordpress 2021-05-21

2021-05-21 UTC
digiSal joined the channel
#
digiSal
It's cool that Twitter Likes show up as recent comments on articles but is there a way for the twitter profile pic to show up in Recent Comments widgets? i'm getting the default gravatar.
#
digiSal
twitter profile pics do show up on the actual posts though
gRegorLove joined the channel
#
GWG
digiSal: We're working on an update that might solve that. Slow going though
[tw2113_Slack_] joined the channel
#
[tw2113_Slack_]
oh look, it's [pfefferle] https://wordpress.tv/2021/05/20/indieweb-und-wordpress/
digiSal joined the channel
#
digiSal
@gwg Cool to hear. happy to test anything you got.
#
GWG
Still not ready for primetime
#
digiSal
still no support for Gutenberg right? for post kinds?
#
GWG
Haven't gotten to it, no
#
GWG
I have never been much of a JS person.
#
GWG
I do have a plan to move toward support
#
GWG
Not a particularly good plan, but...
#
digiSal
no worries! just curious. im happy using it as is.
#
[tw2113_Slack_]
whoever manages to Block up Post Kinds is going to be a deity among persons here
#
digiSal
i just noticed i have an Authorization Failed message for the Indieweb plugin. its recommending some code for Apache but i'm on Nginx. Would it be same?
#
digiSal
The authorization header was not returned on this test, which means that your server may be stripping the Authorization header. This is needed for IndieAuth to work correctly. If you are on Apache, try adding this line to your .htaccess file: SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
#
GWG
I have gotten a few reports of that. I use nginx. Odd thing is, I didn't touch that in the last update
#
GWG
Does login work for you?
#
GWG
Too many projects
#
digiSal
yeah everythign seems to be working.
#
GWG
Then I will look at the testing at some point
#
digiSal
ah looks like i cant login. saying rel-me isnt there. ill double check i have that.
#
GWG
digiSal: rel me? What are you trying to log into?
#
GWG
Rel me auth isn't in the IndieAuth plugin
#
GWG
Either way, best head to bed, it's late here
#
digiSal
true lol gnight. ill play tomorrow with it
Adrian_F, [KevinMarks], gRegorLove, [chee] and sparseMatrix joined the channel
#
[chee]
i now have the Authorization Failed message, and cannot log in with an app
#
[chee]
rolling back to 3.6.0 did not help
#
GWG
[chee]: Will try to figure it out
#
[chee]
oh i see it
#
[chee]
the returned message has a div with a class, that uses `"`
#
[chee]
it's not escaped, so the JSON is invalid
#
[chee]
``` {"message":"<div class="notice notice-success"><p>Authorization Header Found. You should be able to use all clients."}```
#
[chee]
`class="`
#
[chee]
sorry, i forgot this slack channel is bridged to IRC. i've probably thrown a bunch of ugly backticks in your faces
#
GWG
I had an issue opened to escape all the strings...I may have made a mistake on one. But should be easily fixable
#
[chee]
i opened a PR using single quotes for the classes, which fixes it on my end
#
[chee]
you may prefer to edit it before merging, if you are escaping in another way
#
[chee]
this doesn't fix my other problem of not being able to log in, though
#
[chee]
> Uncaught ArgumentCountError: array_key_exists() expects exactly 2 arguments, 1 given
#
[chee]
will open another PR :)
#
GWG
[chee]: There is always the WordPress escape functions. Either way, appreciate the detective work.
#
[chee]
ah, nice. i don't know wordpress or php ^_^
#
GWG
I'll see about reviewing the PRs over the weekend and see if I can find any other problems before doing a point release.
#
[chee]
the second one fixes logging in being broken. `array_key_exists` wasn't being passed an array to check
#
GWG
Wonder when that got introduced
#
GWG
I will have to check commits.
#
GWG
Oops.
#
GWG
No matter how much you check... sometimes you miss something obvious
Adrian_F, [schmarty], [manton] and [chrisaldrich] joined the channel
#
[chrisaldrich]
chee++ for detective work and PRs!
#
Loqi
chee has 1 karma in this channel over the last year (2 in all channels)
#
[chrisaldrich]
GWG++ for his kind support
#
Loqi
GWG has 27 karma in this channel over the last year (121 in all channels)
jamietanna joined the channel
#
GWG
[chrisaldrich]: You could always send kind bars as thanks
#
[chrisaldrich]
Is you address in your h-card? (And does it change based on your current "living" location?)
[snarfed], gRegorLove, gRegorLove_ and Adrian_F joined the channel
#
GWG
[chrisaldrich]: I'm fine... but I don't like to share my address on the site, even though it's trivial to figure it out
[schmarty] and [chrisaldrich] joined the channel
#
[chrisaldrich]
Is anyone else having issues with aaronpk's OwnYourSwarm? Mine has errored out a few times over the past couple of months, but usually reconnected. It's apparently errored out for the last two weeks and I just haven't noticed.
#
[chrisaldrich]
It's neither finding my IndieAuth endpoint nor my micropub endpoints, but I'm not having any issues with logging in or using quill or any other micropub clients.
#
[chrisaldrich]
I've just updated the two more recent IndieAuth and Micropub plugins and seem to be able to log in and aren't having any issues with others, but OYS won't let me log in and doesn't find my IA or MP endpoints.
#
GWG
[chrisaldrich]: I fixed a minor discovery bug in the last version, but not sure
[KevinMarks], jamietanna, [tantek], [tw2113_Slack_] and aaronpk joined the channel
#
[tw2113_Slack_]
hrm, i think i need to debug webmentions on one of my sites, they don't seem to be sending
#
[tw2113_Slack_]
is there some built in tools/settings for the webmention WP plugin for debugging?
#
[tw2113_Slack_]
there's a future contribution idea...debugging/logging for the webmention plugin
#
GWG
[tw2113_Slack_]: We have it as a proposal. There's a hook for it in the interim
#
GWG
Nothing will be done till we finish 5.X though
[tw2113_Slack_], [tantek]1, jamietanna and [chrisaldrich] joined the channel
#
[tw2113_Slack_]
Could do as a third party add on
#
GWG
[tw2113_Slack_]: That's what I'm suggesting...till we finally finish.
#
[tw2113_Slack_]
Word
#
GWG
[tw2113_Slack_]: I think we're close on avatar caching
#
GWG
Also you could PR to 5.X
#
GWG
But it might change
[chrisaldrich] and sparseMatrix joined the channel