#wordpress 2019-05-06

2019-05-06 UTC
#
boffosocko.com
edited /WordPress.com (+595) "/* Criticism */ Limiting likes: "I Ran Out of Likes! Wtf?""
(view diff)
[kenbauer], chrisaldrich, gRegorLove, [Rose], [calumryan] and gRegorLove_ joined the channel
#
GWG
!tell pfefferle Another trip to Germany and didn't get to meet you. Disappointed, but will pull through.
#
Loqi
Ok, I'll tell them that when I see them next
[pfefferle] joined the channel
#
Loqi
[pfefferle]: Jeremycherfas left you a message 2 weeks ago: Thanks for the work on Autonomie; looking good. I gave up on the header image, as I just wasn't able to get the size I prefer, but the site looks just fine without.
#
Loqi
[pfefferle]: GWG left you a message 4 minutes ago: Another trip to Germany and didn't get to meet you. Disappointed, but will pull through.
#
GWG
[pfefferle]: I am pulling through with more pull requests
#
GWG
[pfefferle]: do you have a minute?
#
GWG
I have a few questions
#
GWG
I am having trouble with webmentions
#
[pfefferle]
i have a meeting in 5 mins
#
GWG
How to merge Semantic Linkbacks and Webmentions
#
[pfefferle]
that is a complicated one, that I can’t answer in 5 mins 😉
#
GWG
Do I merge the code and then integrate it or piece by piece?
[Chris_Adams] joined the channel
#
GWG
I know what I think it should look like when done
#
GWG
It is more the path
#
[pfefferle]
I would do it piece by piece… the SL is so grown, that I fear that we do not cleanup enough if we merge both in one step
#
GWG
That is how I have been working on it
#
GWG
Redoing the verification code to integrate php-mf2
#
GWG
So it will parse and pass the mf2 json to the next stage
#
[pfefferle]
do you have a public repo where I can follow the changes and maybe participate?
#
GWG
I intend to push the changes to a fork in my repo
#
GWG
But right now, I had some false starts, so have doubled back
#
GWG
Also had to stop to fix IndieAuth problems
#
GWG
Have two IndieAuth PRs
#
GWG
There should be a third to fix a possible escalation issue in permissions
gRegorLove_ joined the channel
#
GWG
Maybe with webmentions I'll push what I have so far so it can be seen
#
[pfefferle]
would be nice
#
GWG
Will do
#
GWG
At the airport, so writing out notes on my phone
[kevinmarks786] joined the channel
#
[Rose]
When I use the shortcode `[post_author]` the visible text that is output is `<span class='p-author h-card'>Rosemary Orchard</span>`, and I have no idea how to fix it
#
GWG
I never use shortcodes.
#
GWG
Do you have the Microformats 2 plugin installed?
#
GWG
If so, disable it and add your own markup
#
[Rose]
If I use the function get_author then it prints that before anything else which is annoying
#
[Rose]
Voilà, microformats 2 was at fault!
#
GWG
That plugin is troublesome because it tries to add Microformats via filters
#
GWG
Hard to do
[jgmac1106] joined the channel
#
GWG
I just wrote up some brainstorming for webmention redesign on my phone
#
[Rose]
Great!
#
GWG
These are technical redesigns
#
GWG
Next is presentation
#
GWG
The job of the code I'm planning is to deliver mf2 json for storage and presentation
#
GWG
So even if there isn't any, this code would try to make some out of other factors
[tonz], [frank] and [pfefferle] joined the channel
#
[pfefferle]
I tried to build that for SL
#
[pfefferle]
thats why everything is hooked via a filter
#
[pfefferle]
to allow other format-parsers like schema.org or OGP
#
[pfefferle]
sadly I never came that far 😞
#
GWG
[pfefferle]: I know. I want to keep that, but change it to earlier in the process. Any other format would have to convert to a mf2 representation of the data
#
Loqi
[dshanske] #195 New Fetching Functionality
#
GWG
I wrote out what I am starting with on my phone.
#
GWG
I got the idea from Microsub.
#
GWG
It has a rule that the server does all the processing and the client handles display. So, I thought that the fetching and verification should always present the display and storage code with something consistent.
#
[pfefferle]
I added you as a collaborator to the webmention repo
#
[pfefferle]
I think it’s easier to follow changes on the main repo
#
[pfefferle]
so we will be able to create feature branches on the main repo
#
[pfefferle]
I enabled the same review-process like we have with other repos
[tantek], [calumryan], [Zegnat], jeremych_, [jgmac1106], gRegorLove_, [eddie], [grantcodes], [jgarber], dougbeal|mb1, [schmarty] and [Rose] joined the channel
#
GWG
Plane landed
#
GWG
Wifi was busted or I would have worked on this
chrisaldrich, [schmarty], jackjamieson, [jgarber], [eddie], [jgmac1106] and [manton] joined the channel
#
[Rose]
How could I modify what post kinds shows in a feed?
#
GWG
Goal?
#
[Rose]
To modify the image sizes of `icon-xyz`
#
[Rose]
I want to set them to 1rem max height and width.
#
GWG
Isn't that a how, not a what?
#
GWG
You don't want to exclude them, you want to modify them, correct?
#
[Rose]
I also want to modify the themes at some point, but that's a secondary idea
#
[Rose]
Templates. I'm tired.
#
GWG
So, where is this icon coming from? Can I see the thing you want to modify?
#
[Rose]
It's the arrow in my location posts.
#
[Rose]
The one before the address
#
[Rose]
For starters.
#
GWG
Okay. In which version, the jsonfeed?
#
GWG
Or all versions?
#
[Rose]
Definitely JSON, I've meant to check RSS multiple times and failed.
#
[Rose]
RSS too.
#
GWG
I will have a look. Feeds are passing the HTML and not the css
#
GWG
I might have to do inline style
#
GWG
For example, if is_feed, mark up icons inline
#
[Rose]
I'm fine with inline styles.
#
GWG
Give me the proposed style and I'll try it in Simple Location, as it only has one little icon
#
[Rose]
style="max-height: 1rem; max-width:1rem;"
#
GWG
Okay. Will do.
#
[Rose]
Then it's relative to font size.
#
GWG
Will you test it?
#
[Rose]
GWG++ for letting me be lazy 😂
#
Loqi
GWG has 85 karma in this channel over the last year (170 in all channels)
#
GWG
Once I put it in?
#
[Rose]
I trust you.
#
GWG
If it is a feed
chrisaldrich joined the channel
#
boffosocko.com
edited /WordPress/Examples (+156) "+Xavier Roy; +kimberly hirsh; moved those with user pages on the wiki to the IndieWeb examples section; manton.org moved to micro.blog"
(view diff)
#
boffosocko.com
edited /Category:WordPress_Examples (+403) "instructions for how to add pages to this category."
(view diff)
[frank], [filipe], [cleverdevil], [tantek] and jcgregorio joined the channel