Good Slideshow Recommendation for Displaying Codepen Samples

Hi, I’m trying to put together a project that will show a few different CodePen samples. I’d like for the user to click on a “link” or a button and when they click on it the CodePen associated with it shows up. Also, hopefully it can be lazy-loaded because there might be a lot and they won’t all need to be loaded on page load. In fact none will need to be loaded until their associated button is clicked on. Does anyone know of an existing jQuery plugin that does what is needed here?