Am I just missing how to clone a pop-up?

Just built pop-up that would be useful in multiple places. Other than just copying xml is there a way to clone it? or have different interactions/buttons access it?
Thanks

Try putting the functionality in it’s own page and reference it in a page include.  This works really well with popups.  Just make sure the model names are unique from any page invoking it.

Thanks. I will give that a shot.