Jump to content

HTML video in emails


ivor123

Recommended Posts

Hi

I'm trying to add code to an email in Mailchimp to host a video player that allows the recipient of the email to play a video without leaving the email. I've managed to do this with audio but when adding the code ......

<video width="320" height="240" controls>

  <source src="movie.mp4" type="video/mp4">

  <source src="movie.ogg" type="video/ogg">

Your browser does not support the video tag.

</video>

...and substituting the video link for movie, it all works fine. Then I save and press 'Continue' in mailchimp but when I return to the page most of the source code has disappeared. can anybody tell me why?

 

Many thanks

 

I

Link to comment
Share on other sites

Since the major email clients do not support video, I imagine MailChimp is removing the code for it. I'm pretty sure audio will not work either.

Mail clients are extremely primitive, they support text and images and little else. Even layout and styling options are limited.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...