2017-07-16 UTC
[miklb] and tantek joined the channel
# 00:48 GWG Starting on modding pfefferle's draft Facepile code. Fixed some issues, going to merge in some of my old stuff in that area and some new stuff.
[miklb] and tantek joined the channel
# 03:25 [miklb] did you decide to go with individual comment types?
# 03:27 GWG For now, meta. But again, not calling it directly.
# 03:30 [miklb] not calling what directly? you’re are using the wrapper function get_linkbacks?
# 03:31 [miklb] that makes sense, if the query changes from comment_meta to comment_type, it wouldn’t break a theme
# 03:33 GWG Also, means that the themes have less to do if they wish.
# 03:36 GWG After I think it is stable, I would like to solicit some opinions.
tantek, [jeremycherfas], [miklb], [chrisaldrich], [eddie] and davidmead joined the channel
# 17:14 [miklb] so I’m trying to add a new syndicate-to target using the micropub filter, but am failing. any tips on how to format a one off target GWG?
davidmead, tantek, [miklb], [eddie] and snarfed joined the channel
# 21:45 snarfed hey GWG just fyi, i'm trying out the bridgy plugin's new use of bridgy's registration API (with flickr), and the initial POST to bridgy works, but when bridgy redirects back to wordpress after flickr auth, wordpress 404s
snarfed joined the channel
# 21:51 GWG snarfed: I just changed the URL to my test site, and it didn't 404.
# 21:52 Loqi [svnsbck] #37 Registering for Instragram doesn't work
# 21:52 Loqi [snarfed] #752 registration API doesn't support new indieauth instagram signup flow
# 21:52 snarfed (i'm a little surprised you released it in the bridgy plugin if you knew it was broken :P)
# 21:53 GWG snarfed: I don't have an Instagram account.
# 21:53 GWG I probably should break down and get one
# 21:53 snarfed but you still found that at IWC 2017 originally and told me
# 21:54 GWG snarfed: I think I just forgot to turn it off before I released the feature a week or so later
# 21:54 GWG pfefferle and I set up the next two features. I'm on Facepile duty for Semantic Linkbacks, he's on caching avatars.
# 21:55 snarfed GWG: i have a facepile feature request: a limit on how many get displayed, and then an ellipsis or something similar you can click on to show the rest
[miklb] joined the channel
# 21:57 [miklb] I like that idea. I was going to set it up so the size got smaller depending on the count, but that sounds better
# 21:58 [miklb] I just haven’t had a popular enough note to need it yet ?
# 22:00 GWG snarfed: That is going to be a bit harder
# 22:00 Loqi [David Shanske] On Mt. Scopus, about to head into Jerusalem.
# 22:00 GWG This is an example of an old post I imported to test on.
# 22:00 GWG The problem with an ellipsis is going to be how you work it.
# 22:00 snarfed GWG: really? i'm pretty sure it's easy. put the first 10 (or N) in one span, then a '...' link, then the rest in another span. hide the second span with CSS, and make the link change its CSS to show it with a bit of JS.
# 22:01 GWG snarfed: I'm more worried about pagination.
# 22:01 GWG Comment pagination in WP interferes a bit
# 22:03 GWG snarfed: How is the rendering for a first pass though?
# 22:03 GWG pfefferle came up with the design last year. Filtering the comment array to remove other types, then adding using the comment_form_before hook.
# 22:04 GWG It's the way he did the webmention form also, which means it won't work on Jetpack sites
# 22:05 GWG snarfed: I also set up a function for you to override it with.
snarfed joined the channel
# 22:06 snarfed rendering looks ok. consider auto cropping all avatars to square? the differences right now don't look great
# 22:07 GWG snarfed: We can't. We're loading them from remote URLs. I figured that is something we can do once pfefferle does the local caching part. We can store it cropped.
# 22:08 GWG snarfed, wouldn't cropping be expensive on the fly?
# 22:10 snarfed there are options for not server side in the request serving path. do it at wm receipt time like you mentioned, do it client side in css, etc
# 22:10 snarfed also consider an option for icons instead of "likes," "reposts," etc
# 22:10 Loqi gwg has 13 karma in this channel (256 overall)
# 22:13 GWG I thought I would wait for server side for now
# 22:13 GWG As for RSVPs, they just need a different layout
[kevinmarks] joined the channel
# 22:15 GWG Facepiles were my first project. Glad to finally see about merging them in
# 22:16 GWG That was the first surprise I had meeting tantek and pfefferle
snarfed joined the channel