Hi,
I have a very basic News template with one rich text region in it, and a separate image. My client wants to embed a video in a post. I have tried using the source code view in the rich text editor, but my code just shows up as text. Here it is.
My client is not very tech-savvy (are they ever?). What is the easiest way to do this?
Thanks!
I have a very basic News template with one rich text region in it, and a separate image. My client wants to embed a video in a post. I have tried using the source code view in the rich text editor, but my code just shows up as text. Here it is.
- Code: Select all
<video width="640" height="480" controls>
<source src="http://www.galerie73.fr/Study/study15.mp4" type="video/mp4">
Votre navigateur ne supporte pas la balise Video. Merci de re-essayer avec un navigateur compatible tel que Chrome ou Firefox.
</source>
</video>
My client is not very tech-savvy (are they ever?). What is the easiest way to do this?
Thanks!