Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
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.

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!
Shortcodes are what you are looking for :)

I will post a link, it's a hidden gem, actually.
http://docs.couchcms.com/miscellaneous/shortcodes.html
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
2 posts Page 1 of 1