Hi @zentkw — if you paste the <iframe> content, then yes, it will get stripped out. But you don’t need the iframe content at all. WordPress supports oEmbed and Give does as well. Simply paste the URL of the SoundCloud track into the editor and wait a few seconds and it will embed properly and save properly.
I just tested with this track:
https://soundcloud.com/hamzanamira/hamza-namira-dari-ya-alby
And it looks like this:

Thanks!
Thread Starter
zentkw
(@zentkw)
Everything looks correct as far as I can see, both from your screenshots and on the live page. What is missing exactly?
Thread Starter
zentkw
(@zentkw)
Thanks for the video, that helped a lot. That responsive behavior should be handled by your theme, so it’s not really an issue with our plugin. But you can add this custom CSS to resolve this issue:
div.give_pre_form-content iframe {
max-width: 100%;
}
Add that to the bottom of your theme’s styles.css file; or go to “Appearance > Customize > Custom CSS” and add it to the bottom of that setting.
Thanks!
Happy to help!
If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
https://wordpress.org/support/plugin/give/reviews/
Thanks!