#GrembloI'm going to have to do a deep dive on indieWeb, I'm going to make this work on a Vercel site if it kills me
#[aciccarello]😉 That showed up because Loqi watches twitter for references to Webmentions.
#[aciccarello]What are your constraints for webmentions?
#IWDiscordRelay<Gremblo#6137> copy pasting from other channel (WHOOPS)
#IWDiscordRelay<Gremblo#6137> 'm currently implementing webmentions and microformats to my site (I've spent the last 2 years just telling people to trust me when it comes to work I've done) and I was wondering how the like system works. How do you even like a webmention? Is it based on someone's tweet or facebook post and it just gets the data from there
#IWDiscordRelay<Gremblo#6137> I'm a young baby boy when it comes to pingbacks and RSS feeds, IRC and all that other cool stuff so if I really do sound like a dummy that's probably why
#IWDiscordRelay<Gremblo#6137> To answer you question, I've seen websites that have blog posts with 100 likes and there's a little section with everyone's face and it's really neat and cute. That thought was 2 years ago... I've only now decided to create a personal site for myself when I stumbled upon webmentions. The concept and the idea of ownership over content was very interesting to me, as well as the fact that the interactions are not constrained
#IWDiscordRelay<Gremblo#6137> So I'm jumping down the rabbit hole and getting all the stuff setup and at some point I'll hopefully understand what's going on
gRegor, gRegorLove_, geoffo, starrwulfe and gxt joined the channel
#[aciccarello]There's lots of options for displaying webmentions. I use a couple community tools to render webmentions client side but there are lots of other options too. Feel free to ask any question. The wiki has lots of examples too.
angelo joined the channel
#[tantek]aciccarello ah I think it needed required="required"
#IWDiscordRelay<Gremblo#6137> how do likes work with webmentions? I don't see a like button on any of the websites yet the articles are being liked
#IWDiscordRelay<Gremblo#6137> are they being collected from the social media posts?
#IWDiscordRelay<Gremblo#6137> also twitter on the IndieWeb website says that it's not linking back, but I'm sure it is
[TMichelleMoore] joined the channel
#[TMichelleMoore][gRegorLove] [Gregor] (Not sure which handle…) I like that follow page. Nice picture!
#[TMichelleMoore][aciccarello] Like your page also. Can I imitate some of the content?
dtw joined the channel
#[TMichelleMoore][aaronpk] Would you be able to help me diagnose this error? I tried to use Quill and got an error and then found micropub.rocks to try to diagnose what is happening. I manually setup a token because the authorization isn’t working. I am not exactly sure what on my server or site is possibly blocking something. `Response`
#gRegordtw, re: Bridgy Fed redirects, it sounds like you're using WordPress, correct? I would double check that the redirects in .htaccess appear before the default WP redirects, usually the block that starts with "#BEGIN WordPress". That block also includes "RewriteRule ^index\.php$ - [L]"
#gRegorThat WordPress block should usually be at the end of the .htaccess file. It's basically routing all requests for files that don't exist through the WP index.php to handle URL routing
#gRegorSo the Bridgy Fed redirects need to appear before that, since it's a special case of redirecting non-existent files.
floatingghost and [tantek] joined the channel
#[tantek]wondering if I should make a Bridgy Fed remote follow form generator
#[tantek]enter your domain, get some <form> markup to copy/paste
[snarfed] joined the channel
#[snarfed]I guess eventually this should go into the BF docs
#@_yomli↩️ Je l'ai déjà dit il y a plusieurs années : il ne manque à Mastodon que deux choses pour en faire un réseau social digne de ce nom à mes yeux : la prise en charge des webmentions et l'abonnement à des flux RSS. (twitter.com/_/status/1616913056772014081)
#[tantek][snarfed] ooh maybe the markup snippet could be auto-generated into "copy this form for your site" (or something) feature on the dashboard. Might have to see if I can hack enough python to submit a PR
#Loqi[preview] [Simon Willison] Is anyone up for convincing me that the HTTP accept header is a good idea?I understand the theory: every resource should have the same URI, and should be able to deliver to clients in the format that they indicate they can best handle - eg an image s...
#[tantek]worse than lack of discoverability, it often breaks fundamental assumptions about a URL always representing the "same thing"
#[snarfed][tantek] I expect that follow form generator could be entirely JS
starrwulfe joined the channel
#[tantek]I mean yes but you know my feelings about progressive enhancement
#[snarfed]hah true. I guess I'd vote for it to go on the docs page, instead of user dashboard, to avoid UI clutter, but I'm ok with either backend or frontend
#[tantek]Yeah both would be better discoverability. And docs is easier to start with
#[tantek]And I sympathize with UI clutter so I'd figure out some way to make it subtle / out of the way
#[aciccarello][snarfed] could you do a details element that hides a pre/code block on the profile page?
#[snarfed][aciccarello] for the form generator? sure but it's not really something people are going to use regularly, probably just once, hence fitting better in docs