Skip to content

Instantly share code, notes, and snippets.

@TimShi
TimShi / Using s3video Jekyll Plugin.md
Last active March 4, 2022 21:02
Using s3video Jekyll Plugin

Embed Responsive S3_Video On Jekyll Site

  1. Use S3_Video to publish your video on AWS S3.
  2. Add bootstrap css to your Jekyll site.
  3. Place the plugin for S3Video in your Jekyll site's _plugins directory
  4. Now you can use the following markdown in your Jekyll pages to embed the video. Replace your-s3-video-id-here with your own stream ID.
{% s3video your-s3-video-id-here %}