I can’t watch Moshe’s video here, so he may have covered this- but the first thing I’d try is moving your interactions target into your Footer component. That seems simplest.
If for some reason that is not possible, you can setup a click interaction trigger and then in your footer you can trigger that click event using javascript. It will trigger the interaction even if the button itself is not visible.