#wordpress 2018-04-20

2018-04-20 UTC
[jgmac1106], [kevinmarks] and chrisaldrich joined the channel
#
chrisaldrich
It gets even more curious....
#
GWG
chrisaldrich: Is there a white rabbit around?
#
GWG
What is curious?
#
Loqi
It looks like we don't have a page for "curious" yet. Would you like to create it? (Or just say "curious is ____", a sentence describing the term)
#
chrisaldrich
GWG, maybe I've found the mismatch... I had been using 'property' => 'follow-of' and your version had 'property' => 'follow'
#
chrisaldrich
thought it seems like switching back to the 'follow-of' doesn't seem to fix the issue
#
GWG
chrisaldrich: Should it be follow or follow-of?
#
GWG
It looks like follow-of is standard, so I probably should change it. I usually look at properties if I enable something
#
chrisaldrich
I was going with the convention of most of the others as x-of... it doesn't matter much to me
#
chrisaldrich
would that change of property cause it not to find the correct data field?
#
chrisaldrich
It looks like one I tried to fix has an mf2_follow_of and an mf2_follow meta field
#
GWG
I like to follow conventions. You'd have to change the property in both places
#
GWG
The one in the taxonomy file tells the system where to look for the info
#
chrisaldrich
Oddly, for the one I just tried fixing, it seemed to work and save everything, but when I come back and reload a few minutes later, it doesn't display properly and all the response properties boxes are empty again.
#
GWG
But, if I recall, xxx-of is where it is moving to.
#
GWG
For example, like used to be a like, but that is like-of and like is when you mark up like as a comment.
#
chrisaldrich
so what should I have them set to so that they save in the correct place and find them in the correct place?
#
chrisaldrich
Does that template in the gist above look correct too? Or is there a mis-match there that's screwing up the display?
#
GWG
Change the property in the taxonomy class, and then change it in the file.
#
chrisaldrich
"in the file"? which one the view?
#
GWG
excuse me, in the post meta
#
chrisaldrich
while we're at it, I also assigned 'format' => 'link' for follow in the taxonomy as that seemed the most natural, though I suspect that doesn't change much except the initial setting for Post Formats when it posts.
#
chrisaldrich
so if it's follow-of as property in taxonomy, it should be mf2_follow-of in post meta?
#
GWG
Correct
#
GWG
Going to change it though, even though I'm not going to activate it yet
#
chrisaldrich
whatever you do set is likely to be the version that thousands end up using... :)
#
GWG
chrisaldrich: follow-of seems to be what multiple people are using
#
GWG
chrisaldrich: Did you realize pfefferle distributed the update I made to Semantic Linkbacks that supports listen-of and watch-of...
#
GWG
Has anyone listened to your podcast?
#
GWG
I have one
#
chrisaldrich
I haven't looked, but I don't think so. Congrats on being first!
#
chrisaldrich
I suspect JeremyCherfas is going to love it for EatThisPodcast
#
chrisaldrich
GWG++ for watches and listens!
#
Loqi
gwg has 52 karma in this channel (329 overall)
#
chrisaldrich
Now we'll just have to do the same for read-of....
#
chrisaldrich
mmmrffff... so changing the property back to follow-of doesn't seem to fix the issue.
#
GWG
chrisaldrich: Any new ideas in that vein?
#
chrisaldrich
I suspect I may have to go back and fix the 10 or so posts by hand...
#
chrisaldrich
Wait, looks like most have suddenly self-fixed. Hooray!
#
chrisaldrich
One thing I have noticed today is that Jams display as "Listened to XYZ" while Listens just say "Listened XYZ", so you might add that "to" into the verb part of the taxonomy
[chrisaldrich] joined the channel
#
[chrisaldrich]
GWG, you did add an icon for acquired, correct?
#
GWG
Yes
#
GWG
Acquisition
#
chrisaldrich
yes, that
#
chrisaldrich
I'll have to look at what's going onthere as I'm not seeing an icon for it...
#
GWG
I thought I added one
#
GWG
It is hands
#
chrisaldrich
I saw the data for it in the repo
#
chrisaldrich
maybe I need to tweak the view for it
#
chrisaldrich
Or perhaps its missing or borked somehow? I'm not seeing it at /wp-admin/admin.php?page=kind_options in the settings either.
#
chrisaldrich
Here's a gist for the acquisition view if you want to cut/paste for the future: https://gist.github.com/chrisaldrich/07b365cd387391788ae6db97a26d23b1
#
GWG
Even enabled?
#
chrisaldrich
yes, even enabled....
#
chrisaldrich
I also tried variations of icon, text, icon with text, etc. in the settings and no dice.
#
chrisaldrich
does it show up for you? perhaps it's something I've copied over wrong from when I initially set it up.
#
chrisaldrich
Good job on the change for archive views of multi-kinds a-la /kind/eat,drink/
#
GWG
It did in testing.
#
GWG
WordPress doesn't support it
#
chrisaldrich
dirty rats...
#
GWG
I linked to the Trac Ticket
#
GWG
What do you want to do with follow?
#
chrisaldrich
having used it a bit now, I've got a couple of wishes.... though they may be better sussed out once microsub comes of age.
#
GWG
Well, I am trying to get a few things hooked together
#
chrisaldrich
I'd be nice to be able to have microsub see (or parse) follow posts to update that way.
#
GWG
I want to start on Syndic.
#
chrisaldrich
Hopefully I'll get some time to dig into the microsub world shortly to see how that's working.
#
GWG
It looks promising
#
chrisaldrich
Another thing I though could be useful in that arena is to delve back into the now-defunct Links functionality that used to be in core and update that for an IndieWeb world.
#
GWG
chrisaldrich: That is promising
#
chrisaldrich
It would be cool to have a javascript bookmarklet to click on when on someone's page and have it parse the page and add it to my following page http://boffosocko.com/about/following/
#
chrisaldrich
but i'm not sure if it's worth maintaining the two parallel methods. probably better to do one or the other.
#
GWG
Syndic is my name for the POSSE stuff I want to do
#
chrisaldrich
Though I do like the idea of providing OPML files by category for folks to more easily subscribe to lots of things at once.
#
chrisaldrich
Though again, the WP links functionality and OPML is so old that the OPML parts may be pre-version 1 based on the spec.
#
GWG
I haven't looked at that code.
#
chrisaldrich
tweaking it to OPML v2 shouldn't be too hard.
#
chrisaldrich
Oddly they "took it out of core", yet I think the code is still in core since there's one line of php that will re-enable the whole thing.
#
GWG
I would have to read it
wagle, tantek and [jgmac1106] joined the channel
#
[jgmac1106]
@gwg nice job on the podcast. What is the workflow? Did you use a plug-in for that?
#
GWG
Deliberately no. Trying to build one with the podcast
#
GWG
So, I am using the podcast as a way to build that support
#
GWG
On my other podcast project, I use a popular WordPress podcast plugin
[jgmac1106] joined the channel
#
GWG
Why do I find myself in the position of arguing for WordPress pingback backcompat?
#
Loqi
[vishae] The verification went through for me, so thank you for fixing that. I hope you don't mind me asking one more question. I'm not very tech savvy compared to others who are setting up their own blogs and to be honest I'm following a lot of the tutorial...
#
aaronpk
old micropub plugin?
[matthilt] joined the channel
#
[matthilt]
I don't know if it helps or hurts, but I had a similar issue yesterday during the day, but was able to complete setup last night and get my IG imported. However it did not continue importing new IGs, so I have to look into that later.
#
aaronpk
it'll put you on a polling tier based on some criteria, did you check what it says about that on the dashboard?
#
aaronpk
should tell you the next time it will check your instagram account
#
[matthilt]
[aaronpk] I'm an idiot. It checked 11 hours ago and will check again in 12 hours. I check IG I posted 10 hours ago. Ugh, sorry.
#
aaronpk
cool. i guess i need to do some tweaking on that cause when you're actively engaged with it like that it shouldn't make you wait that long
#
[matthilt]
I'm not a big IGer. 24 hours isn't a problem for me.
#
aaronpk
the more you post the more often it'll check :)
#
[matthilt]
Cool, thanks for doing all this for us. I'm new to the IndieWeb and POSSE. So I appreciate your time.
#
GWG
I would need more information
#
GWG
I should have thought about the Indieauth reauthorization thing
#
GWG
We need more debugging tools
#
GWG
I built one into Micropub and Indieauth though
[ciudadanob] joined the channel
#
[ciudadanob]
Thanks Chris! I’ll totally link that from the post of the talk and I’ll read the posts carefully next week so I keep improving my indie site 🙂
kaushalmodi and tantek joined the channel
#
GWG
aaronpk, you asked me not to call my POSSE plugin Switchboard. Do you object to Syndic?
#
aaronpk
I don't think it's a particularly great name, but I don't object to it
#
GWG
aaronpk, I need something to name the repository
#
GWG
I can always change it.
#
GWG
I considered naming it after Emma Mills Nutt, but no one but me would get the reference
#
GWG
And the definition of syndic is technically adequate
#
GWG
representative or delegate of a university, institution or other corporation, entrusted with special functions or powers.
#
GWG
I hate naming things
#
GWG
That's why my rel syndication plugin is called Syndication Links
#
GWG
Maybe I should build it into Syndication Links. Rather than a new thing.
#
GWG
I could just rename it Syndication
sebsel, tantek, dougbeal|imac and [miklb] joined the channel
#
[miklb]
I almost suggested that GWG since you kind a need one for the other.
#
GWG
Almost?
#
[miklb]
yeah, I don’t remember why I didn’t bring it up at the time we were discussing it.
#
GWG
I don't want another separate plugin to maintain anyway
#
[miklb]
makes sense
[asuh] and [chrisaldrich] joined the channel
#
[chrisaldrich]
FewerIndieWebPlugins++
#
Loqi
fewerindiewebplugins has 1 karma
#
GWG
You forget rel me was originally in Syndication Links, moved to the Indieweb plugin, and immediately people wanted it out of there.
#
tantek
huh? they did ? who did? I thought the demand was the opposite, for IndieWeb plugin to do *something* basic at least, and rel=me / IndieAuth enabling your site seemed to make the most sense for someong getting started
#
GWG
tantek, not all people
#
GWG
People as in more than one person
#
GWG
Plenty like it where it is
#
Loqi
[miklb] #74 Proposal: Release 2.0 Strictly as an installer
#
GWG
With a built-in Indieauth option, people might not care as much about rel me
#
GWG
Which is something to contemplate
chrisaldrich joined the channel
#
chrisaldrich
I've been noticing some webmentions in WP go, not to spam or even approved, but directly to my Trash... has anyone else seen this?
#
chrisaldrich
I saw two last week some time, and another 4 today.
[miklb] joined the channel
#
[miklb]
I get that but it’s because I haven’t cleaned up my blacklist for comments (I think) just for replies though, likes/reposts get approved from the auto-approve function I have.