Jaan J. - we are a daily newsletter/new site that uses the website builder
Jaan J. what did you use for the calendar? would love to know
Ah, nice Richard W.! I used eventscalendar.co for it. I think it was ~$10/mo or around that, and more if you want to embed multiple views (mine has calendar view, and in the next section the cards view, seemed essential but you can choose any of the four views to stay default if you do just one).
Jaan J. I am wondering if i can adapt it for a baseball schedule as I have game notes and game recaps linked in a card... hmm.
seems it'll work nicely?
nice... the ev-maker stocks table, is that just an embedded google sheet or what? or iframe?
A bit more there actually, since just embedding a Google Sheet wouldn’t look too nice. I built the EV-maker stocks table using a custom setup that pulls live data into Google Sheets via GoogleFinance formulas and some manual entries. Then, that sheet is then connected to a Google Apps Script web app that turns the data into a JSON feed. On the EVWire site, wIe use a custom HTML+JavaScript block to fetch and render that data into a clean, styled table — no iframe or Sheet embed. It refreshes automatically every 60 seconds and stays fully responsive. Took me several weeks to put together lol, had ChatGPT help me a lot since I don’t know much about coding at all.