I’ve been trying to use an api for the quote machine and I’m not getting any quotes. I don’t see what I’m messing up.
Looks like you need to call the secure url over non-secure. Simply use https
over http
as URL for calling the ajax.
change http://api.forismatic.com/api/1.0/
to https://api.forismatic.com/api/1.0/
Always check the browser console, it says many stuffs!
keep going on great work! happy programming
This could be great if both twitter and get quote buttons have the same sizes
Thank you so much, that was super simple