Not getting random quotes from Quotes On Design

Hi, I did the Random Quote Machine. I originally used Forismatic, but it stopped pulling quotes and I found out it was no longer supported. So today I replaced it with Quotes on Design. However, I am just getting the same quote over and over. Any ideas why?

Here is my Codepen. Nothing fancy (yet).

Interesting. It doesn’t seem to be pulling up quotes at all here on the codepen I attached.

I’ve seen people putting in this line:

$.ajaxSetup({ cache: false });

It’s supposed to make sure its not pulling your quote from a cache I guess. I’m still really struggling with APIs but hopefully that helps.

1 Like