Post Featured Video
The Featured Video feature allows you to display a video prominently at the top of your posts, in the same location as featured images. This feature supports Ghostβs native Video cards and a wide range of embedded video platforms.
To add a featured video to your post, you need to:
- Log in to Ghost admin
- Go to Posts, and open the post
- Add a video as the first element in your post (see supported video types below)
- Open the Post settings sidebar
- Add the
#video
internal tag to Tags - Click Publish
Supported Video Platforms
The Featured Video feature supports the following video types:
Platform | Description | Embed Type |
---|---|---|
Ghost Video Card | Native Ghost video card | .kg-video-card |
YouTube | YouTube embeds | youtube.com or youtube-nocookie.com |
Vimeo | Professional video hosting | player.vimeo.com |
Dailymotion | Video sharing platform | dailymotion.com |
Wistia | Business video hosting | wistia.com or wistia.net |
Twitch | Live streaming and video clips | twitch.tv or clips.twitch.tv |
Social media video content | facebook.com | |
TikTok | Short-form video platform | tiktok.com |
Social media video content | instagram.com | |
Bunny.net | Video CDN service | iframe.mediadelivery.net or video.bunnycdn.com |
Kickstarter | Project videos | kickstarter.com |
You can embed videos either using Ghostβs native embed card functionality or by directly inserting the iframe HTML code into your post.
Implementation Notes
- Remember that internal tags starting with
#
are not visible to readers and are used only for theme features and integrations. - The video must be the first element in your post content for the feature to work properly. The script will automatically move it to the featured position while keeping the rest of your content intact.
- Only the first video element will be used as the featured video. Any subsequent videos will remain in their original position within the post content.
- For direct iframe embeds (not using Ghostβs embed card), make sure the iframe is the very first element in your post.
β οΈ
When embedding videos directly with HTML, ensure youβre using the correct embed URL format for each platform as shown in the table above for the best compatibility.