Videos
You can add a video to a topic in two ways:
- External hosting platform (recommended)
-
Embed a video hosted on a service like YouTube or Vimeo. This keeps your CCMS lightweight and lets you use dedicated video infrastructure, such as streaming optimization, playback controls, and bandwidth management.
- Heretto CCMS Content Library
-
Upload and host a video file directly in the CCMS. Supported formats include MOV, AVI, and MP4, with a maximum file size of 500 MB. Use this only when an external hosting service is not an option.
A YouTube video added to a topic in the CCMS and published to Heretto Portal. The video is embedded into the page and can be played directly from the portal.
Insert a Video Hosted on an External Platform
Add a video hosted on a video hosting platform, like YouTube or Vimeo, to a topic by using the Insert Video option in the Content Editor toolbar.
You added a video to a topic. Depending on what attributes and parameters you set for it, it might look like this:
<object data="https://www.youtube.com/embed/1kLLjRL88Qk?a"
width="560"
height="315"
outputclass="iframe"
type="video/mp4">
<param name="allowfullscreen"/>
<param name="frameborder" value="0"/>
</object>
Insert a Video Hosted in Heretto CCMS
Add a video hosted in Heretto CCMS to a topic by using the Insert Video option in the Content Editor toolbar.
While it is possible to host videos in the CCMS, it is best practice to use external video hosting platforms like YouTube or Vimeo instead. See Insert a Video Hosted on an External Platform .
Heretto CCMS supports common video formats, including: MOV, AVI, and MP4.
Size limit for any uploaded file is 500 MB.
You added a video to a topic. Depending on what attributes and parameters you set for it, it might look like this:
<object data="../Media/video-file-name.mp4"
width="560"
height="315"
outputclass="iframe"
type="video/mp4">
<param name="allowfullscreen"/>
<param name="frameborder" value="0"/>
</object>