I'm trying to add 4 videos into MailChimp without making separate blocks for them. So I try to insert this via code
<iframe width="280" height="315" src="
https://m.youtube.com/watch?v=PsI7nyLNVvg" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="280" height="315" src="
https://m.youtube.com/watch?v=PsI7nyLNVvg" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="280" height="315" src="
https://m.youtube.com/watch?v=PsI7nyLNVvg" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="280" height="315" src="
https://m.youtube.com/watch?v=PsI7nyLNVvg" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
But it delete itself. I see that they have some T&C
Code Block Tips
Here are are some tips for how to use the Code content block.
Don't use JavaScript.
Because most email clients block JavaScript to protect against viruses, we automatically remove all detectable JavaScript from your code.
Don't use a word-processing program to create HTML content.
Programs like Microsoft Word or Publisher can add extra styling code, and distort your campaign. We recommend that you write the HTML code in a simple text editor and then paste the code into the Code block.
Use embedded or inline CSS.
In most cases, external CSS files will not work in HTML email. You can add embedded or inline CSS to a Code block, preferably above the body section of your campaign layout. For the best results, we recommend you use inline CSS.
Use media queries to ensure responsive design.
If you want your code to be mobile responsive, you’ll need to include media queries. A media query is a CSS component that allows your content to adapt to different devices. To learn more, check out the W3C Recommendation for Media Queries and the Litmus guide to How to Code a Responsive Email from Scratch.
Use the Content Manager or absolute paths for images and files.
Use our Content Manager to host files and images for your campaign. Grab the file URL from the Content Manager and paste it into your code in the Code block. If you host your images on your own server, use absolute paths.
Is there a way for me to insert it by changing a few small things?