this is already SO amazing!! i can't wait to see what else you'll add there, keep it up!!
Love the site! I was just talking to someone about your site the other day inside my demo chats lol, and thank you!! I do continue to develop it but I've changed course a bit so it's not exclusively a Neocities project, it now works on any website! Some newer features won't work on free Neocities now though due to their CORS limitations.
Glad to hear that it's still in development, I just came across a website using chattable for the first time yesterday and was impressed! I'm thinking about switching over from Cbox. Amazing work!
the iFrame, LOL. So I'm trying out JavaScript to reintegrate the menu on my Links page, and it works?? But it doesn't load at the same pace as the rest of my page, which makes sense, but feels quirky and less seamless. I also have to wonder what percentage of netizens have JavaScript blocked.
I feel like your navigation menu is a pretty critical thing to require JS for. I wouldn't do it personally.
Hi! If you decide to use iframes (which are javascriptless) you can add target="_top" on each <a> tag inside your embedded document. This will make the link open at the top of the page and not inside the iframe. I hope this helps!
Thank you for the input, @zerock. I'll avoid JS for the menu. @chattable - it works! Thank you for the tip!!