Hi,
I've used grunt to concatenate and minify all of my js files, including jquery into a single file that I enqueue manually in functions.php. I've been able to get gravity forms to enqueue files in the footer following advice from this link https://bjornjohansen.no/load-gravity-forms-js-in-footer
However, rotating tweets seems to insist on placing its scripts above my script file. Is there a hook or something I can do to force it to load itself after my script? I've looked around the code but I can't work it out without modifying the plugin, which I don't really want to do...
Thanks