You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what changed but I keep getting a "Reference Error: Instafeed is not defined"
Compared to the guide, instafeed.min.js needs to be declared as "type=module". Doing this change and keeping the rest as before there is this new "ReferenceError: Instafeed is not defined" error.
I saw on a post for something else that this might be due to calling the script before the source has been loaded. I declare the source script in the head with no changes and I also tried delaying the call with a jQuery.read. Still the same error.
I´m not fluent on web development so there might be an easy fix on the way to declare the new Instafeed. Or I might be completely wrong and it´s still working.
The text was updated successfully, but these errors were encountered:
I´m using the web-page builder from ionos which is super limited! You can however embed html/javascript and that´s what I did in the past. It was working for a long time. Since a few months back it stopped working with this message.
No idea of what ESM Modules are (as stated I don´t know much on web development, as I´m a backend developer) and no idea if I can do something to change it from this limited web-page builder. I will dig a little bit into the subject.
I also tried it in codepen with the same output. But I don´t know if it worked before.
Not sure what changed but I keep getting a "Reference Error: Instafeed is not defined"
Compared to the guide, instafeed.min.js needs to be declared as "type=module". Doing this change and keeping the rest as before there is this new "ReferenceError: Instafeed is not defined" error.
I saw on a post for something else that this might be due to calling the script before the source has been loaded. I declare the source script in the head with no changes and I also tried delaying the call with a jQuery.read. Still the same error.
I´m not fluent on web development so there might be an easy fix on the way to declare the new Instafeed. Or I might be completely wrong and it´s still working.
The text was updated successfully, but these errors were encountered: