커뮤니티 홈 페이지에 YouTube 동영상 또는 동영상 위젯을 포함하는 방법?

Hi,

Since you are using the Right Sidebar Blocks component, you can do the following:

  1. Edit blocks settings
  2. Add a new item
  3. In namecustom-html
  4. In params, you add content and as value you can insert your video HTML:
<video controls preload="metadata" width="100%">
   <source src="your_link_to_the_video_here" />
</video>

For example:

From my dev forum: