tiana
tiana

Reputation: 1

How to embed a video in MailChimp?

I am new to HTML/CSS basics and am trying to embed a video in MailChimp but I met a problem.

When I used the code block in MailChimp to embed a YouTube video like this:

<iframe width="560" height="315" src="https://www.youtube.com/embed/ABRwvcAtRNk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

it showed on the screen. However, when I previewed the email, the video just wouldn't show up. I wonder where the problem is and how I can embed a video using MailChimp.

Upvotes: 0

Views: 1740

Answers (1)

HTeuMeuLeu
HTeuMeuLeu

Reputation: 2811

<iframe> are usually not well supported in email clients. It looks like Mailchimp has a specific Video content block to insert videos in emails: https://mailchimp.com/en/help/add-video-to-a-campaign/

Upvotes: 1

Related Questions