#wordpress 2018-04-06

2018-04-06 UTC
j12t, j12t_, kaushalmodi, tantek, chrisaldrich, [unoabraham], wagle, sebsel, Loqi_ and [colinwalker] joined the channel
#
[colinwalker]
!tell pfefferle Raised an issue for “nomentions” - for my purposes a blacklist would be too final but this would allow specific links to be flagged to not send a mention. What do you think?
#
Loqi
Ok, I'll tell them that when I see them next
#
Loqi
[colin-walker] #166 Prevent webmentions sending for specified links
[pfefferle] joined the channel
#
Loqi
[pfefferle]: [colinwalker] left you a message 13 minutes ago: Raised an issue for “nomentions” - for my purposes a blacklist would be too final but this would allow specific links to be flagged to not send a mention. What do you think?
#
[pfefferle]
this seems still very techy
#
[pfefferle]
[colinwalker] still not a huge fan of the idea…
#
[pfefferle]
this is no real solution, generations 2 to 4 understands and these are the users of micro.blog
#
[colinwalker]
Fair enough, was just an initial thought.
#
[pfefferle]
[colinwalker] no offense 😉
#
[pfefferle]
but, with gutenberg in mind, less and less people really writes plain HTML…
#
[colinwalker]
Non taken.
#
Loqi
[colin-walker] #166 Prevent webmentions sending for specified links
Kyle-K, Loqi_, aaronpk, [kevinmarks], onlinemarketinga and [jgmac1106] joined the channel
#
[jgmac1106]
Is there an indieweb live blog wordpress solution? I have a live blog plug in but it would be great if I could syndicate each update. I used some tool
kaushalmodi and [gerwitz] joined the channel
#
aaronpk
GWG: soon their tagline will be incorrect: https://wp-oauth.com/
#
aaronpk
"WP OAuth Server is the first and ONLY WordPress plugin that allows you to make
#
aaronpk
Authenticated OAuth Requests to the WP REST API..."
#
aaronpk
also GWG another minor PR for you, fixed some whitespace issues https://github.com/dshanske/wordpress-indieauth/pull/5
#
Loqi
[aaronpk] #5 fix whitespace in form elements
[gerwitz] joined the channel
#
GWG
Okay, will look after lunch. I have some ideas about the form I may try also.
gRegorLove joined the channel
#
aaronpk
I really wish we could pull out the relmeauth part into a new plugin, but maybe that's better as a new PR
#
GWG
aaronpk: Yes
chrisaldrich, [ryan339], [cleverdevil], [miklb], [snarfed] and [chrisaldrich] joined the channel
#
[chrisaldrich]
[jgmac1106] I've used a /PESOS solution before with noterlive.com and tweetstormed there and finished by cutting and pasting into my site: http://boffosocko.com/2017/02/10/tweetstorms-journalism-and-noter-live-a-modest-proposal/
#
Loqi
[chrisaldrich]: [colinwalker] left you a message 22 hours, 22 minutes ago: Thanks for that.
#
Loqi
[Chris Aldrich] Tweetstorms, Journalism, and Noter Live: A Modest Proposal
[ryan339] and chrisaldrich joined the channel
#
chrisaldrich
kevinmarks++ for noterlive
#
Loqi
kevinmarks has 1 karma in this channel (303 overall)
EmreSokullu, [jjdelc], [miklb], tantek, kaushalmodi and [kevinmarks] joined the channel
#
GWG
aaronpk: Trying to fix the problems pfefferle had by changing a bunch of things.
#
aaronpk
oh boy
#
aaronpk
were you able to replicate his problem?
#
aaronpk
i never ended up trying to
#
GWG
aaronpk: No. But I added in a oauth_error to wp_error converter, added an is_oauth_error check, took the checkbox for Login using Domain off replacing it with a link to a new custom form that just has a single URL box, and redid the settings page to have default options for custom, Indieauth.com, and built-in.
#
aaronpk
mean that it will now respond with an error that is not valid oauth2?
#
GWG
aaronpk, hmm.... you are right , it should only do that further up the chain.
#
GWG
Let me fix that
#
GWG
There.
[eddie] joined the channel
#
GWG
Moved it up into the WordPress specific code
[ryan339] joined the channel
#
aaronpk
ah i see