One more thing, does anyone have suggestions on how to include some sort of button with an embedded checkout? I was hoping to do this with Stripe, but Gamma doesn’t seem to be have the ability to add custom HTML
you can embed an iframe but the user can't interact as if it's a native section of the page, instead on click it opens a popup. See what I did for my "Events" section on my homepage mellonhead.co
If you want to play with it you can use the Website/Embed widget.
it will need to support CORS headers for it to work as an embedding or you'll have cross-site scripting issues.