05 may 2026
Webmention support in ttbp progresses
I've managed to set up the "feels" command to use the permalink as webmention link from the "divfooter.txt" if present. If it's not present or nothing is in it, nothing will be added.
So no need to change anything. You can leave the file empty or nonexistent and it has the same behavior as before. If you add for example
<div class="notementions" href="{permalink}"></div>
it will add that empty <div> tag with the permalink at the bottom of the feels entry's <div>, so now my "feels" should support webmentions if there's no bug in my JavaScript.