All Collections
Event Portal
Event Portal: How to display a video
Event Portal: How to display a video

Learn how to display a video on your Event Portal

Updated over a week ago

This article will explain how to embed a video thumbnail into your Event Portal. A video thumbnail image can be embedded in any Rich Text field and will allow an attendee to click through to your video to watch it.

To do this, you will need to include a valid linked image (or video thumbnail) in any Rich Text field by using the Markdown editor.

Here's how:

  1. In any Rich Text field, click the </> toolbar button to switch to the Markdown Editor.

  2. Paste the following Markdown code into the editor:

    [![IMAGE ALT TEXT](video-thumbnail-image-url)](video-url)

  3. Replace the video-thumbnail-image-url and video-url placeholders with valid links. For example:

    [![IMAGE ALT TEXT](https://clearevent.com/wp-content/uploads/2023/06/video-thumbnail-wkM9cb71gQI.png)](http://www.youtube.com/watch?v=wkM9cb71gQI)

    Example: Inserting a video thumbnail image in the event Description field:

    Inserting a video thumbnail image in the event Description field:
  4. Click Save to save your changes.

  5. The following thumbnail will be inserted and linked to your video:

    Example of a linked video thumbnail on the Event Portal &gt; Event Info page


Explanation of the Markdown

There are two parts to the markdown above.

The first part is a link to the video thumbnail image [![IMAGE ALT TEXT](video-thumbnail-image-url)]

The second part is a link to the video itself, that will be opened when a visitor clicks on the image.
(video-url)

Example:

[![Random Music Video](https://markdown-videos.deta.dev/youtube/dQw4w9WgXcQ)](https://youtu.be/dQw4w9WgXcQ)

I hope this helps, but please let me know if you need a hand setting this up and I would be happy to jump on a quick screen share with you.

Did this answer your question?