For the first time, I am attempting to use API for a math app idea to help students with math equations and graphs. I found desmos.com and they offer connection through their API.
Try moving the <script src="https://www.desmos.....></script> bit to your page’s headers. You can select the page itself from the elements tree and paste it into the page headers section there.
If you’re on a free plan you can’t customize your page headers and that just silently fails. But see my LOADERR plugin to allow you to load scripts in that scenario.
Hi Keith, thanks for offering me a helping hand.
I installed your LOADERR after watching your video and followed your instruction, but found nothing happening, but instead I’ve got a bunch of error messages as attached, which I have no idea what it tells me.