I am trying to embed a shopify buy button within my meteor website.
I want to add it to my product page that has a product image and some product description.
I have this reference https://help.shopify.com/manual/sell-online/buy-button/add-embed-code#add-script-tags-separately but not clear to me what the best approach is in the case of meteor.
A more general, and perhaps interesting question, is which 3rd party payment services work in a meteor js site?
I am loathe to abandon meteor after the time I’ve invested in it but I am, at the same time, not sure if extends to accommodate payment functionality.
Thanks!