mani
2 years ago
cant figure out if i just want it on my site or ill make another one for it. but since you can have 2 rss feeds on a website, it should be fine hehe..
solaria
2 years ago
i think theyre good for different things! chatbox for quick comments and guestbook for longer ones ^^
owlroost
2 years ago
Throwing ideas out there: RSS feeds should be in XML, so you should be able to parse them with JS (DOMParser?) and output HTML code for the page. XSLT and an iframe might be worth looking into as another avenue (unsure about viability): https://developer.mozilla.org/en-US/docs/Web/API/XSLTProcessor/Generating_HTML
mani
2 years ago
i need to rehaul my entire gallery to have a space for cosplays/3d models/animations but. 🧍🏾♀️ some new 2023 art yayyyy !
datoxicwaltz
2 years ago
same (i just redid my entire home page instead of updating the pages i should be working on)
i have one on my site https://pastebin.com/N4uKpWLs you can adjust the colors and opacity
TYSM!!
If I could add a recommendation: put it inside of a media query (@media only screen and not (prefers-reduced-motion: reduce){} ) so the CRT effect won't be present for folks who've opted to enable reduced motion. That can make a huge difference for accessibility.
seconding owl's comment, I would also make sure to give people the option to just turn it off, and have that be easy to find