#Loqi[gRegor Morrill] One of the known issues with webmentions in WordPress is that they are often flagged as spam by default. There is a workaround snippet of code on the wiki to automatically approve them. That got me thinking about the core feature of approving comment...
#Loqi[gRegor Morrill] I’ve updated this code snippet so it abides by your Discussion settings for the checkbox “Comment author must have a previously approved comment.”
I’ve also updated it to use the webmention_source_url which is part of the comment meta data p...
#[kevinmarks]I can tweak that - I know we've had back and forth about this. My naive first attempt was webmentioning all the nav links, but I may have overcorrected.
#[jgmac1106]Gwg does having rss feeds on a page also mess this up or you only talking mf2 parsers? I embed a lot of rss feeds on my site....but usually in iframe so probably easy to ignore as I type this
#aaronpkNice yeah. I make channels for conferences too, didn't think about wanting to share those back out
#jgmac1106not sure your plans for aperture but the ability to embed feeds, and then the ability to customize that appearance, is often two tiers in feed reader pricing
#sknebelcould even be a mini-feedreader without UI and tokens with restricted access
#sknebeldoesn't need support in the backend (well, the restricted tokens do I guess)
#jgmac1106what I was thinking @sknebel…people could then interact with content on my site, from their site, without leaving my site
#jgmac1106I know folks aren’t keen on cards, (see it mroe a challenge of writing symmetrically rather than design just as hard), but trying to learn how to make cards in CSS Grid: https://jgmac1106homepage.glitch.me be cool to toggle between a card view and a list view…for folks on the highest pricing tier….again if that is goal
#jgmac1106[swentel] Drupal got a h/t for accessibility standards from [arush] last night. She noted alot of the a11y looking at Drupal given everything going on in WordPress community
#petermolnarZegnat: I rewrote the whole thing. It now has 3 radiobuttons, only activated if JS is available (given it needs JS to change, which is really not ideal, but I haven't found a way around this yet), can do auto/dark/light; if auto, it removes the localstorage entry, otherwise it respects user setting, if any
#GWGI am going to do something in 2 weeks so I have a use case
eli_oat joined the channel
#jgmac1106gwg it was nice to here that Amanda said 2016-IndieWeb is in pretty good shape and most of the accessibility issues left are beyond your control
#swentelGWG, so populate the location into the textbox if found then ?
#[eddie]You’re welcome to add any Micropub queries that you like, but I wonder if reverse geolookup doesn’t match the Micropub query purpose?
[chrisaldrich] and jackjamieson joined the channel
#sknebelone benefit: it could use knowledge the site has, e.g. locations the user is typically at
eli_oat, [dave] and jackjamieson joined the channel
#[eddie]That's a good point. There could be custom location knowledge. Which makes sense because all the reverse geocoders think I live in a place called iijamsville but I'm actually in a place called Urbana. So I could just use an external reverse geocoder for most locations but for a custom area around my neighborhood I could detect and return Urbana
#[eddie]Using custom location names and previous checkins and such
#[eddie]You could also return "home" within a specific geo-threshold of your house rather than using your city name too
#jeremycherfas!tell aaronpk can I get hold of the ping from OwnYourGram to WithKnown? I'm getting an error, for which I have raised an issue, and it would be helpful to know what is being sent.
#[eddie]So this is pretty cool. I wanted to test some queries on my website's cache. Since it's sqlite, I downloaded an app on my iPad, used an FTP app to download and import the sqlite file from my web server and opened it in the app! Now I have a local copy of my database cache I can test queries out with 😄
#[eddie]🙌 I just wrote a query that fetches all my existing post categories, counts the instances of them being used on a post and orders them in descending order, giving me a list of my categories with the most used ones at the top!
#[eddie]Not surprisingly the top ones are ate, drank, health and checkin because those auto attach to specific post types with the following five being tv show/movie genres from my watch posts
jgmac1106 joined the channel
#jeremycherfas sknebel I want to get the actual load sent for one that went wrong. It was a multi-image post on IG, but Known showed two copies of the first image. Trying to work out why.
sebsel and KartikPrabhu joined the channel
#GWG[eddie]: So a client can display location? Isn't that a use case?
#sknebelI think I saw something like q=commands proposed at some point
#sknebeland originally there was some talk more in the direction of having different endpoints for the things instead of q= options, and one to discover a list of those, but I guess the trend has gone in other directions
#sebselI would still like a list of possible q= values
#Loqiaaronpk: sknebel left you a message 5 hours, 37 minutes ago: did I miss the issue for the implied property parsing you found or didn't you file it yet
#Loqiaaronpk: jeremycherfas left you a message 4 hours, 4 minutes ago: can I get hold of the ping from OwnYourGram to WithKnown? I'm getting an error, for which I have raised an issue, and it would be helpful to know what is being sent.
#aaronpkoh i think it's failing because it requires my account to run to get the keys to deploy to app engine. gotta figure out how to make that only run when pushed to master or from my account
#sebselI'm off, might think of new tests tomorrow, but that will be a different PR.
#[tantek]alright I tried to fix the LinkAttributes mediawiki extension to allow microformats in class and property, but I think there maybe more work to do with any existing classes on links: https://github.com/rotsee/LinkAttributes/pull/11
#Loqi[tantek] #11 allow class and property attributes