Page 1 of 1

"Link in bio" page

Posted: Thu Nov 18, 2021 2:39 pm
by Jake
I made a simple little page that displays the last several posts:

https://gloriousnoise.com/linkee

It uses javascript to parse our RSS feed and format it in a easily clickable way. Based not so subtly on the linktr.ee format. I.e., I "re-purposed" a bunch of their css.

The most challenging part (for me) was extracting the img src from the item description's CDATA element, so I could use it for the little thumbnail.

Anyway, I figured I ought to post an announcement about it so I don't just forget I did it...