SendOwl buy button code shows broken link on published site - please help! Thank you!

Hello,

I am attempting to add buy buttons to my published site through SendOwl.

SendOwl provides the code… I am putting the code in an embed box.

The buy button appears as a broken link when I change the image from the SendOwl default to my own image.

I have reached out to SendOwl, they send my code looks fine on their end, and that I should reach out to Webflow / community.

Maybe the code is being blocked?

Apologies, I am new to building.

Thank you all very much for the help!!!

SendOwl generic buy button code:

<a href="https://transactions.sendowl.com/products/78306174/2F5A1613/purchase" rel="nofollow"><img src="https://transactions.sendowl.com/assets/external/buy-now.png" /></a><script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script><a

note the links work when you click on the broken image but I need the proper image to display…

My customized code…

<a href="https://transactions.sendowl.com/products/78306174/2F5A1613/purchase" rel="nofollow"><img src="https://www.marketmentor.io/imagemm" /></a><script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

This is solved - for anyone else experiencing a similar problem, follow steps below:

Instead of adding the image URL to the send owl buy button generated code…

  1. Open the webpage with the desired image for the buy button

  2. right click on the webpage and click “inspect” (in google chorme)

  3. Find the “src=” line of code that ends in .png

  4. Cope the src=https://uploads-ssl.webflow.com/5ef5503273611b681841320a/5f1d1e87f3edac373f8ea62d_XXXXX.png

  5. Paste this into your SendOwl buy button generated code (as the replacement for the default sendowl buy button image URL).

Thanks!