#wordpress 2018-12-17

2018-12-17 UTC
#
cjwillcock
careful, I am very picky lol. Looks great GWG. just a little vertical alignment to sort out
#
cjwillcock
good choice on the sidebar metabox regardless of wp version.
#
GWG
I'm going to finish the build out and then tweak slightly more.
#
GWG
I tried to make it look like the Post Submitbox.
#
cjwillcock
you sure did. Just realized those Edit links are probably all working (or will be). That's super good.
#
GWG
They are.
#
GWG
That's where I'm hiding the actual fields.
#
GWG
I'll show you. One second.
#
cjwillcock
whoa!
#
cjwillcock
nice
#
cjwillcock
I decided to give it a try GWG. Time to stop blocking geolocation in my feature policy
#
GWG
cjwillcock: The old version is a little less elegant.
#
GWG
This upgrade should be out this week.
#
GWG
Lots of backend improvements.
#
GWG
And bugfixes.
#
cjwillcock
super. I'll hold my review/comments for the new release. Looking forward to it
#
cjwillcock
I have another problem with webmentions GWG. Or maybe with post-kinds. I'm not sure. My content is getting displayed on the receiving end as 'This article was mentioned on ...', but I'm expecting to see the text of my response.
#
cjwillcock
Lot's of moving parts, guidance appreciated.
#
GWG
That is Webmentions and/or Semantic Linkbacks
#
GWG
Post Kinds doesn't do anything with comments
#
cjwillcock
so, when it shouldn't matter which post kind I use or anything like that
#
cjwillcock
s/when/then/
#
GWG
The only thing that would change is if it said, "This article" or "This note."
#
cjwillcock
Maybe I have the wrong expectations? Why would it be saying 'this article was mentioned', rather than showing the contents of my reply there?
#
GWG
I need the permalink in question to answer that
#
GWG
It should work.
#
GWG
It means it saw it as a generic mention instead of a reply.
#
GWG
All the data is there.
#
cjwillcock
ok, that's helpful. I'll try and step through what's happening and see where the details don't fit together
#
cjwillcock
GWG: the webmention plugin doesn't do any kind of parsing of the webmention source. That seems to be handled by semantic linkbacks (which I have disabled)
#
GWG
cjwillcock: Oh.
#
GWG
I didn't realize you'd disabled it
#
GWG
I thought you had it enabled
#
GWG
You are correct.
#
cjwillcock
yes, a couple days ago -- because it replaces my comment walker
#
GWG
The two pieces are separate
#
GWG
cjwillcock: We really should put in a way to disable that
#
GWG
It is a good comment walker we added, but not everyone would want it
#
cjwillcock
right - now with SL enabled, I see the nice response content in WP-admin, but SL doesn't put this reply into the comments. Instead there is a gravatar under mentions that links to my homepage instead of the webmention source
#
GWG
Because it doesn't parse it if if was disabled when you sent the webmention
#
GWG
Just resend the webmention and it'll update
#
cjwillcock
this is all with SL enabled now
#
cjwillcock
I'll re-send and see what happens
#
cjwillcock
no joy.
#
cjwillcock
so currently, my process is to enable the semantic linkbacks plugin while receiving a webmention, so that response text gets parsed and pulled into my comments. Then I need to disable semantic linkbacks so that I can see the comment on my post (rather than a gravatar under the Mentions heading)
#
cjwillcock
thanks for your help GWG, I'm not looking for you to fix this for me :)
#
cjwillcock
but since I brought it up, wanted you to know where I got to
#
GWG
Well, you could also just disable the setting under Webmentions
#
cjwillcock
setting?
#
GWG
Automatically embed facepiles - Disable it for the type you want and it will go back to displaying as a comment
#
cjwillcock
oh man -- the semantic linkbacks plugin adds settings to the webmentions plugin settings page
#
cjwillcock
they could stand to be more separate perhaps
#
cjwillcock
thank you GWG!
#
cjwillcock
ah ... seems that this requires some special theme support - because unchecking all those, but I still have the facepiles
#
GWG
No. It shouldn't at all.
#
GWG
Odd
#
cjwillcock
i deleted my install of SL, and reinstalled from WP, just in case I had inadvertantly caused it (no change)
#
GWG
No. But there is, if you edit the comment, a way to see the metadata
#
cjwillcock
I'm seeing that here now.
#
cjwillcock
I just switched back to your 2016-indieweb theme
#
cjwillcock
still the same issue of unchecking all the facepiles, but I still have: a pile under Mentions https://cjwillcock.ca/2018/12/16/663/
#
cjwillcock
I had to manually change the webmention type from Mention to Reply
#
cjwillcock
- on that comment
#
cjwillcock
same situation on 2016-indieweb, SL parses the response content but stores the webmention as a mention type, not a reply type, so the response (the conversation) is lost.
#
GWG
That must have something to do with how it sees your markup
#
cjwillcock
I'm glad to finally identify this, because the webmentions never worked for my wife & I, (both on 2016-indieweb) and we gave up on it months ago
#
GWG
I'm happy to try to continue to troubleshoot
#
GWG
I used to have a debug tool for that
#
cjwillcock
if you post a reply to a post of your own on your site now ... does that work like you expect?
#
GWG
Let me check on my test site.
#
GWG
I see the problem
#
GWG
It is classifying it as a mention, not a reply.
#
GWG
You can manually change it
#
GWG
When did we break that?
#
cjwillcock
it has never worked right for me
#
cjwillcock
ahem, pardon -- I have not known it to work differently
#
cjwillcock
since ... June?
#
GWG
People clearly arent' replying to me enough
#
cjwillcock
GWG++
#
Loqi
GWG has 76 karma in this channel over the last year (158 in all channels)
#
GWG
I can give you a manual fix until I can get to working on this?
#
GWG
My parsing code classified it as a reply
#
GWG
I was involved in both versions of the code.
#
GWG
My parsing code, and upgrades to the Semantic Linkbacks code
#
GWG
So, for some reason, one is classifying things as a mention, the other as a reply.
#
GWG
I need to write a new parsing debugger for Semantic Linkbacks
#
GWG
Or start using one parser for everything
#
GWG
pfefferle and I talked about that. Although Parse This is a bit heavy for Semantic Linkbacksd
#
cjwillcock
no rush for my personal benefit on this one, it would be nice if you can get back to it for benefit of larger group as the priority
#
cjwillcock
i can manage ;)
#
GWG
cjwillcock: There is a pulldown to change the type to reply there
#
cjwillcock
yes, that will be handy for immediate use
#
GWG
But, I'll be back on parser duty after the Simple Location thing. Maybe I'll try porting over the code so I don't have to maintain 2 codebases.
#
cjwillcock
I think I'll make it a learning project to selfdogfood this little piece. Many things I have been studying come together just in this spot
#
GWG
I have a lot of pieces under my stewardship.
#
GWG
Any help is always welcome
#
GWG
In the meantime, I see the end of the current project
[kim_landwehr], [eddie], AkyRhO, [Marco], jgmac1106 and [jgmac1106] joined the channel
#
[jgmac1106]
@gwg did you push any updates yesterday to any plugins we could count?
[Vincent] and jgmac1106 joined the channel
#
GWG
Everything I did yesterday is still in dev
#
[jgmac1106]
...thanks anyway, it was worth a shot [Vincent] published an opensource media endpoint going to see if folks okay with that
#
[jgmac1106]
@gwg can you post a like post to here: https://indieweb.org/toolbuilder-badge
#
GWG
To an Indieweb wiki page? I thought the wiki didn't do mentions
AkyRhO and [kevinmarks] joined the channel
#
[jgmac1106]
I just need the markup... But you can manually do it with your endpoint
#
[jgmac1106]
You might like this in terms of your endorsement work
#
[jgmac1106]
Arguing a u-like-of can suffice as a third party endorsement... Need to think it through but want to show parsed example
#
GWG
I have to head to work, but I will see what I can do at lunch
#
[jgmac1106]
.... Actually I can manually write on as a post.... No worries
[grantcodes], [tantek], [Vincent], [eddie], Tin2, [cleverdevil], jgmac1106, j12t, jgmac1106_, jackjamieson and [adamprocter] joined the channel
#
GWG
Afternoon
metbril, gRegorLove and [jgmac1106] joined the channel
#
[tantek]
GWG, do you have any Theme advice for people using WordPress.com? What's their best option for IndieWeb compatibility?
#
[tantek]
(at any price point on WordPress.com)
#
GWG
I have never looked at .com
#
GWG
I could try
#
[jgmac1106]
[tantek] tell them to start with the Independent Publisher 2 theme and add the mf2 feed plugin from [pfefferle] as long as they don't use post-kinds will parse fine based on what I have seen in wild
#
[jgmac1106]
note IP2 WP.com is different than IP2 WP.org
#
sknebel
I think the twentysixteen etc default themes have relatively good mf1, at least the recent years
[pfefferle] joined the channel
#
[pfefferle]
It will also parse fine with post-kinds, it simply ignores the meta data of post-kinds
#
[tantek]
[jgmac1106] thanks! Can you make sure that info is on /Wordpress.com and /WordPress/Themes points to it?
#
GWG
Exactly
[chrisaldrich] joined the channel
#
[chrisaldrich]
Sometime over the holiday I'll try to do a wp.com specific tutorial. We shild also explicitly split the .org and .com pages up as they're so different and otherwise likely to various confusion about what works with what.
cjwillcock, [tantek], [Vincent], [eddie], [jgmac1106], [cleverdevil], jgmac1106 and [matpacker] joined the channel
#
[matpacker]
Ugh, got a word WordPress / JetPack issue, can't upload an image to my website, no error message, just an "error". Have tried turning all the plugins off, reinstalling then, creating a new user, etc. Damn frustrating!
#
[jgmac1106]
[matpacker] if you can get away with no Jetpack I would recommend it... Make sure if you keep it not to add any sharing buttons
#
[jgmac1106]
... But Jetpack would have nothing to do with your image upload
#
[matpacker]
That's what I would've thought [jgmac1106], I've got the Jetpack sharing and buttons disabled. I've tried removing Jetpack altogether, no dice...
#
[matpacker]
Just uploaded directly to the server via sFTP, that works, but does something funny. If I copy the path to file it's correct, if I copy the URL it adds an extra meatpacker.blog to the URL => https://www.matpacker.blog/matpacker.blog/wp-content/uploads/photo-resize-test.jpeg
[kevinmarks] and [chrisaldrich] joined the channel
#
[chrisaldrich]
[matpacker] have you checked it as a stratagem issue. Some self hosting accounts have upload size or quantity limits and you may have hit that and it wouldn't throw a wp specific error.
#
[chrisaldrich]
S/stratagem/storage
#
[matpacker]
[chrisaldrich] I host on DreamPress, there shouldn’t be an issue with hosting limits. I’ve resized the image so that it’s less than 2000px on it’s longest side, it’s also under 1mb, with there being a 64mb limit in the config. I’ve tried multiple file types, jpeg, jpg, png, gif, zip. No luck.
jgmac1106 joined the channel
#
cjwillcock
matpacker: did you recently move your WP blog from matpacker.blog to www.matpacker.blog?
#
[matpacker]
No, but I did update the permalink structure! You might be onto something [cjwillcock]
#
[matpacker]
[cjwillcock] thanks for the hint, I can now get VaultPress to connect correctly. Still having image upload issues, but I think that I might be on the correct path to solving it.
#
cjwillcock
great! you're welcome
jgmac1106 joined the channel