#wordpress 2017-11-14

2017-11-14 UTC
[eddie] joined the channel
#
[eddie]
Hey, is there a plugin that uses the Wordpress Admin Login as an IndieAuth authorization_endpoint?
#
[eddie]
I think if I understand correctly the IndieWeb plugin is more focused on the rel=me and indieauth.com
[miklb] joined the channel
#
[miklb]
I’m looking and I actually don’t have an IndieAuth plugin installed but there is one I believe.
#
[miklb]
hmm, this is what I was thinking about https://wordpress.org/plugins/indieauth/ but that’s to login to your WP site with indieauth.com
#
Loqi
[Matthias Pfefferle] Description The plugin lets you login to the WordPress backend via IndieAuth. It uses the URL from the profile page to identify the blog user. Registration with IndieAuth is not supported yet. Installation Upload the indieauth directory to...
#
[eddie]
Ahh yeah that's all I saw
#
[eddie]
I don't need it but it'll probably be important for me to know as I help people with WordPress troubleshoot Indigenous ?
#
[eddie]
So, if anyone stumbles across this and knows of one, give me a shout ?
#
GWG
[eddie]: No one has written one..yet
zb111 joined the channel
#
[eddie]
:thumbsup: Gotcha. Thanks GWG. So current if someone in Wordpress wants to use IndieAuth, they need to use indieauth.com
#
GWG
[eddie]: For now, yes.
#
[eddie]
Good to know ?
#
GWG
I thought about it, but not enough of an itch for me.
#
[miklb]
GWG I have a question about the micropub plugin and syndicate-to. I can’t find where I saw snarfed mentioned it, but was brought up might be able to use `after_micropub` as to fire the action for my syndicate-to. Does that sound right to you?
#
GWG
[miklb]: Yes, you could. But, I wanted to add something more targeted at some point.
#
[miklb]
more targeted how?
#
GWG
Well, I want to remove the system I'm using to trigger the publish and trigger it from Micropub with a new hook
#
GWG
So, plugins would hook into the hook, rather than the meta key
#
[miklb]
so I’m confused then. But I’ve never been good with hooks & filters. the `after_micropub` action isn’t where plugins should/could hook? There would be a better place to fire?
#
GWG
It could. But I'd be curious to do a dynamic hook.
#
[miklb]
and would I just do a check to match my mp-syndicate-to target to the one in the in the request and if they match, do something?
[kevinmarks] joined the channel
#
GWG
Something like that.
#
GWG
If I ever build it
#
GWG
For now, the after_micropub option works.
[colinwalker] joined the channel
#
[colinwalker]
miklb Hmm, you’ve got me thinking there about using after_micropub to fix compatibility between likes/replies/etc. posted via micropub and my site where I don’t use Post Kinds & they’re all status format. I take it I’d do the usual `add_action(‘after_micropub’...`
#
[miklb]
that’s a great idea colinwalker
#
[colinwalker]
At the moment I’m hooking into `wp_insert_post_data` but that’s obviously too generic
#
GWG
Yes.
#
[colinwalker]
Now I just need to work out the best way to reference the item just posted via micropub ? But that can wait till morning as I’ve just realised it’s 2:30 am! Night guys.
jackivan88, tantek, [kevinmarks] and [pfefferle] joined the channel
#
[pfefferle]
good morning
#
Loqi
good morning!
[colinwalker] joined the channel
#
[colinwalker]
Sorted what I was doing: just referenced the latest post when hooking in to `after_micropub`
tantek, jeremycherfas, [colinwalker], [dgold], jeremych_, sebsel and [miklb] joined the channel
#
tantek
morning
[miklb], tantek, [kevinmarks] and [pfefferle] joined the channel
#
[pfefferle]
Good morning Tantek
#
tantek
good day [pfefferle] !
#
jackivan88
How do you keep bridgy from posting your user profile picture as an image attachment for Facebook and Twitter cross-posts?
#
@johnolinda
I really, really wish that DokuWiki had more up-to-date documentation on the install process. (https://www.johnolinda.com) https://pbs.twimg.com/media/DOj3pKKUIAA-ScD.jpg
(twitter.com/_/status/930265611745288192)
#
tantek
jackivan88 which theme are you using? or is it a custom theme?
#
tantek
it looks like a minor markup adjustment might be needed to indicate that your profile photo is part of your author h-card instead of part of your post
tantek joined the channel
#
jackivan88
tantek I'm using the Independent Publisher theme with a couple of patches from a contributor that haven't been pushed to the master branch yet.
#
tantek
GWG, have you had any experience with the Independent Publisher theme?
#
tantek
checks the wiki
#
tantek
jackivan88: the version from github or the version from the WordPress.com repository ?
#
jackivan88
This behavior is present in both.
#
GWG
I am the contributor
#
tantek
GWG have you heard of the above problem ^^^ (looks like the profile photo is in the h-entry instead of the author h-card)
#
GWG
Yes, it is a combination of the theme and the avatar code.
#
GWG
I have been working on that problem amidst 20 others
#
GWG
I have a pull request for a bunch of mf2 changes
#
GWG
I thought raamdev would have looked at it by now and dropped the ball in follow up
#
GWG
I also need to put in a PR for Semantic Linkbacks which adds photo to all images
#
Loqi
[dshanske] #279 Add Several Indieweb Enhancements
#
GWG
I did a lot of tweaks, but could do more
#
tantek
GWG, I think the key now is to get what's in there merged so it hopefully fixes the problem that jackivan88 pointed out
#
GWG
I will see about other things, just so overwhelmed lately
dougbeal|mb1 joined the channel