Hi Marko.
Sure, here are the links:
– https://spotlightwp.com
– https://wordpress.org/plugins/spotlight-social-photo-feeds
Yes. We want to have our plugin’s JS files be automatically added to W3 Total Cache’s list of minify exclusions, preferably as “hidden” exclusions that are added programmatically at runtime, rather than appending the values to the saved list in the database.
The reason is that we want to have the freedom to rename, move or delete our JS files without worrying about outdated exclusions. It’s much easier if our plugin just hooks into W3 Total Cache to add the exclusions that are appropriate for that particular version of our plugin. This is also why we want the integration to be from our end, rather than from W3 Total Cache’s end.
I hope that made sense!