How to Add a Video on the Course Summary Page?
Overview
The introductory video appears prominently on your public-facing course landing canvas, typically overlaying or sitting directly alongside the course primary enrollment card. When a visitor lands on the catalog description page, they can play this media reel inline to review the curriculum scope, evaluate the course production quality, and meet their instructors before deciding to click register or proceed through an e-commerce payment checkout gateway.
Tip: Ensure you are logged into your WordPress Administration Panel (/wp-admin) and have already compiled your video asset before proceeding.
Step-by-Step Implementation Pipeline
Step 1: Open Your Course Profile Canvas
- Authenticate into your WordPress dashboard using your administrative or editor credentials.
- From the left-hand navigation sidebar menu layout, click on the Courses tab.
- Locate the specific course run entry card you want to enhance from your inventory index table.
- Click on the course title or hover your mouse cursor over the row and click Edit to launch the content layout workspace.

Step 2: Source Your Video Asset Link
To optimize page performance and ensure rapid video buffering times across desktop and mobile devices, the platform structures media uploads across two primary path options:
Option A: Leveraging External Video Networks (Recommended)
Host your video file on a dedicated high-speed content delivery network such as YouTube, Vimeo, or Wistia. Copy the absolute, standard clean URL string directly from your browser's address bar (e.g., [https://www.youtube.com/watch?v=your_video_id](https://www.youtube.com/watch?v=your_video_id)).
Option B: Utilizing Local Discovery Site Storage
If your video file is concise and sits under the platform's 150 MB file allocation safety envelope:
- Open your dashboard in a separate window and navigate to Media > Library.
- Upload your raw multimedia file (such as an
.mp4container). - Open the file parameters card and click Copy URL to clipboard to capture its exact system file directory path.
Step 3: Populate the Video Metadata Field
- Return to your active course editing page canvas.
- Scroll down completely past the primary text block description paragraph editor until you locate the custom Edly Course Information or Product Metadata Options panel block.
- Select the Media / Video sub-tab category settings block.
- Locate the configuration input line labeled Course Video URL (or Introduction Video Link).
- Paste your copied absolute media string (extracted during Step 2) directly into the text input box.
Step 4: Preview and Push Revisions Live
- Review the options panel to verify that your video address contains no broken structural symbols or missing protocol prefixes (always verify the link begins with
https://). - Click the Preview button in the upper-right dashboard menu toolbar to review how the video player element frames and fits alongside your textual marketing bullet points.
- Once satisfied with the presentation layout and playback responsiveness, click the blue Update (or Publish) button at the top-right corner of the screen to save your modifications live to the storefront layout.
Key Operational Rules & Infrastructure Boundaries
- The Stream Performance Rule: While you can host short introductory assets directly inside your media library, massive multi-gigabyte video files should always be offloaded to third-party providers. Sourcing assets from dedicated video arrays prevents your primary server background processing channels from dragging down page speed, keeping your critical learner-facing checkout carts and account registration forms firing rapidly.
- Independent LMS Architecture: Adding an introductory media link inside the WordPress storefront changes catalog presentation layout only. It operates entirely independently of the behind-the-scenes curriculum configurations inside Open edX Studio. It will not alter your internal core learning unit components, affect structural student grading telemetry lines, or modify internal course player video blocks.