I know! I mentioned it to @nystudio107 too myself when I first saw it. 😅
1
1
i also saw every episode tracks mentions on twitter which is super cool. any idea how they do that apart from manually scraping?
1
1
So this is using WebMentions & Bridgy; we blatantly stole the idea from @zachleat I tweeted how to do it via Twig here: nitter.vloup.ch/nystudio107/stat… Also @mxbck did s writeup on how to do it here: mxb.dev/blog/using-webmentio…
✅ Craft CMS tip 🎉 You can perform external API queries and decode the JSON response all via Twig: {% set res = craft.app.api.client.get(url).getBody().__toString() | json_decode %} …like querying webmentions 🎩 @zachleat @mxbck #craftcms mxb.dev/blog/using-webmentio…
3
1
7
…and here's mine about how to do it with @gatsbyjs and @Netlify knutmelvaer.no/blog/2019/06/… (also blatantly stolen, like all great art)
1
2
4
i tried setting up webmentions today. one thing that felt broken was the crawling only turned up like 40 things and it didnt feel like it was going to scale to 1000's of webmentions (more likely the real number) is there a trick to get bridgy/webmentionsio to crawl everything?
2
IIRC it only crawls the last XX days of Twitter mentions in each scraping, so it'll work if you just let it ride... but not retroactively.
1
2
uh oh. imma have to build my own lol.
3
oh but mine is just focused on twitter and doing a onetime historical crawl i guess. still would rely on bridgy for new stuff, hopefully it doesnt drop that.
1
1
Sorry, the docs on webmention.io are meant more as a quickstart. The readme on GitHub has the full details github.com/aaronpk/webmentio… If you think that'd be better on the website please send a PR!

Feb 11, 2020 · 2:23 AM UTC

2
3
yeah i see it now. funny enough usually the site has more info than the readme, so when it is the other way around and not obvious, i get tripped up bc i dont know i made that assumption
1
Oh btw - is there a way to request *all* webmentions for a domain? The per-page=99999 thing feels a bit like a hack ;)