Thanks to @shindakun and the clearly written tutorial at Adding Webmentions To micro.blog I believe I’ve now successfully added Webmentions to this blog. 🤞🏼
Thanks to @shindakun and the clearly written tutorial at Adding Webmentions To micro.blog I believe I’ve now successfully added Webmentions to this blog. 🤞🏼
@pratik @bix …Although maybe not that much more complex, since @shindakun’s original JavaScript implementation already had the counting stuff (as seen on @Miraz’s site)…you’d just have to look for the URLs differently (looping through all the posts on the page), grab the count(s) for each URL, and put them in a different div placeholder, and then you’d have counts with each post on the homepage. So maybe 80% of the JS is the same?