All Projects → eug → jekyll-video-embed

eug / jekyll-video-embed

Licence: MIT license
Jekyll plugin which provides several tags to easily embed videos

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to jekyll-video-embed

advanced-responsive-video-embedder
Probably the the best WP plugin for embedding videos.
Stars: ✭ 32 (+113.33%)
Mutual labels:  embed-videos
ngx-embed-video
Get embed code for embedding youtube/vimeo/dailymotion/* video in websites from URL or ID in Angular 6+.
Stars: ✭ 58 (+286.67%)
Mutual labels:  embed-videos
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (+273.33%)
Mutual labels:  embed-videos

jekyll-video-embed

It provides several tags which generates a HTML snippet to embed videos, and can easily support others video websites. This plugin was heavily based on @joelverhagen gist example.

Installation

Place the file in the _plugins directory.

Usage

To include a video in your jekyll post, just use the string {% tag video_id width height %} and replace by its respective tag and video_id, the width (default value: 640) and height(default value: 360) are optional.

Description

The following table shows the supported websites, their respective tag, and where is located the video_id (highlighted) in the URL of each video.

Website Tag Video ID
ted.com ted ted.com/talks/ken_robinson_says_schools_kill_creativity
ustream.tv ustream ustream.tv/channel/6540154
vimeo.com vimeo vimeo.com/22439234
youtube.com youtube youtube.com/watch?v=9bZkp7q19f0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].