If I don’t put in a Flickr API key then the plugin returns an error – if I do, it displays nothing at all and the console log gives this error:
- Code: Select all
ReferenceError: Can't find variable: photonicJsonFlickrStreamApi
I’ve searched this forum but couldn’t find any solutions. Any ideas as to how I could fix this?
I know HTML and CSS very well and I’m learning PHP, but when it comes to JavaScript I’m like a blind person walking around in darkness, so really I have no idea where to even begin. I’m assuming that there’s some kind of problem with the fact that I’m using HTML5Boilerplate. It includes jQuery by default, which I’m letting it do since I have another WP plug-in that uses it, and it calls it from the very bottom of the <body> tag, instead of the <head>. This has caused problems for other plug-ins in the past. I tried putting the jQuery call in the <head> but that didn’t solve anything.
