instafeed.js
instafeed.js copied to clipboard
Is this still working?
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.