#wordpress 2019-09-19

2019-09-19 UTC
[dougbeal], anthony-albertor, AnthonyADiscord[, gRegorLove, [Michael_Beckwit, sunk818Discord[m, [Lewis_Cowles], jgmac1106 and [jgmac1106] joined the channel
#
beko[m]
I wonder. If I reply on a comment (wordpress Reply to Comment! Not post-kinds!) that rolled in via webmention… will this generate a correct reply-to webmention again, so this becomes a nice readable thread?
jeremycherfas and [chrisbergr] joined the channel
[tantek] joined the channel
#
cambridgeport90[
Thanks for the link. I was wondering the same exact thing.
[grantcodes] joined the channel
#
beko[m]
I replied via the inline "Reply To" in Wordpress. wordpress-webmention took care of the rest of it
#
cambridgeport90[
I don’t think I’ve seen that work that well.
#
[chrisbergr]
I guess this is realized with the Webmention for Comments plugin mentioned by Chris Aldrich in the linked article
#
beko[m]
It is. that plugin is deprecated tho and now in wordpress-webmention core
#
beko[m]
So it really became a no-brainer 🙂
#
beko[m]
Again I feel like a child in a candystore.
#
[chrisbergr]
great 🙂
#
cambridgeport90[
What happens if you reply directly from your site?
#
beko[m]
I did.
#
beko[m]
Guess I've a new case for my CSS to play with now 😁
#
[chrisbergr]
That didn't worked at my testcase... Do I need ActivityPub?
#
beko[m]
Don't think so. When I wonder how something is done I check what http://php.microformats.io returns.
#
cambridgeport90[
Always recommended.
#
beko[m]
in this case I see nested comments.
#
beko[m]
The `url` is used by webmention. The rest is what the implementation does with it from what I understood.
#
[chrisbergr]
I guess I need to redo the mf2 declarations of my comments 🙂
#
GWG
Morning all
#
[chrisbergr]
Good morning 🙂
#
GWG
I see webmention talk
[Lewis_Cowles] joined the channel
#
[Lewis_Cowles]
👋
#
[chrisbergr]
Yeah, 2 topics: wp comments sending webmentions and post kind reply should webmention all relevant posts (like parents and grandparents)
#
GWG
Ah, salmentions
#
GWG
We haven't gotten to implementing that
#
GWG
But I have some new webmention features coming
#
GWG
I am trying to do a long overdue update
#
GWG
If you follow the repo, there are a bunch of new commits that should be released shortly
#
GWG
And I have more in plan
#
cambridgeport90[
I’m gonna go do that, I think.
#
[chrisbergr]
I have to check post kinds. Really wanna this https://christian.hockenberger.us/test/561/ look (and act) like my old self written test http://ari.culties.com/reply/109/
#
beko[m]
Heh, awesome first website screenshots 😁 I've similar ones 😆
#
[chrisbergr]
Good old times 🙂
#
GWG
[chrisbergr]: If you want to improve the simple default templates, I would love to see that. Or if you override them. Both are good
#
beko[m]
woah… hammered mine into wayback machine and it even still renders exactly the way it should.
#
GWG
Although there is a request to handle more preloading of properties before the template
#
[chrisbergr]
@GWG I mean the possibility to display two or more reply-to entities above my content. I guess therefore I need to figure out how to get/save them first 🙂 Improvement of the default templates? What need of improvement do you see? I think they're working well for most of the templates.
#
GWG
Design improvements
#
GWG
I am not the best designer
#
[chrisbergr]
Ok, I'd love to help you there.
#
[chrisbergr]
I'll do some suggestions in a fork this weekend
#
beko[m]
[chrisbergr]: awesome 😁 My first snap is from 2002. The one before went down with geocities and I couldn't for my life remember the url.
#
@cogdog
Really excited about what I just finished making. It's an HTML+JS+CSS site that uses WordPress API for showing all new content on site. But wait! There's more. It has crazy form check boxes to filter content by 40+ categories. But wait! There's more...
(twitter.com/_/status/1174481995067469825)
#
[chrisbergr]
I see some serious SEO problems.. But hey, looking forward to see how this performs
#
[chrisbergr]
Do you guys using semantic linkbacks have any spam protection plugin in use?
#
GWG
I use Antispam Bee
#
GWG
By the way, trying to roll Semantic Linkbacks into webmentions over time
#
[chrisbergr]
That makes sense. Please don't forget the possibility to change the output via theme https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/210 🙂
#
[jgmac1106]
I use Askimet
#
[jgmac1106]
WP has the beat webmention moderation tools
#
GWG
[chrisbergr]: I plan to use the same idea as Post Kinds
#
GWG
But there is a lot more to do
#
GWG
The plan pfefferle and I outlined involves changing the storage
#
[chrisbergr]
And now everyone fears the update 😄
#
GWG
That is why it is going slowly
#
GWG
One improvement at a time
#
GWG
With backcompat
#
GWG
So, I have closed PRs that didn't quite work out and went back to the drawing board
#
[chrisbergr]
[jgmac1106] I also use Askimet, but I have a bad feeling that it does strange things.. Especially with webmentions. I created some tests earlier this morning and all mentions were spam by default. After approving whitelisting them they were deletet 3 times again. Don't know..
#
jgmac1106
but it seems to learn as you mark as not spam
#
jgmac1106
funny thing most false postives for me where from myself
#
[chrisbergr]
But deleting a marked mention 3 times??
[tonz] joined the channel
#
GWG
[chrisbergr]: I mentioned this to Akismet a long time ago
#
GWG
But some of the changes might help their analysis
#
GWG
Already merged but not released to the .org repo, by the way, a setting to enable webmentions by post type, instead of just pages or posts
#
GWG
Attachment support
#
GWG
Conditional headers
#
GWG
Sending only valid HTML links or also media links
#
beko[m]
I've no spam problem [yet]. My blog refused pingbacks and comments for a decade so I guess all the spammers gave up. Let's see when they'll start rolling in again.
#
beko[m]
Nice changes 😁
#
GWG
I also discussed better separation of webmentions so you don't have to enable pingbacks and trackbacks to get them
#
GWG
Also happy this finally got merged
#
GWG
I worked on it 3 years ago
#
beko[m]
sounds like Wordpress ._.
#
GWG
And used it to improve the webmention version
#
GWG
Also moving avatar handling from Semantic Linkbacks to webmentions
#
GWG
All the low hanging fruit
#
[chrisbergr]
Great, this is where it belongs to
#
GWG
Also will need new privacy settings
#
GWG
I think moving piece by piece and updating each part is a better move for something that has so much data in the database
#
GWG
Eventually, will have to make some big changes, but hopefully can minimize impact
#
[chrisbergr]
You wrote that you and [pfefferle] outlined to change the storage. Does that mean you'll add a new database table or is it about changing the meta_key in wp_commentmeta?
#
beko[m]
lemme know if you need some realdworld data for testing. My wp goes back to 2004 and survived db charsets from hell n stuff 🙂
#
GWG
Changing the keys
#
GWG
To harmonize things
#
GWG
Semantic type will move to comment type, and webmention will be stored in a protocol key
#
[chrisbergr]
I like that
#
GWG
It means each mention type will be a custom comnent type, so that is a switch
#
[chrisbergr]
understood 🙂
jeremych_, [schmarty], [fluffy], gmelodieDiscord[, [chrisbergr] and [jgmac1106] joined the channel
gRegorLove, [snarfed], [schmarty], [KevinMarks], jeremycherfas, [manton], [Lewis_Cowles], [fluffy], [jgmac1106] and [tantek] joined the channel