Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuananh/bettertube

A better Youtube embed tag for jekyll: thumbnail on initial load and replace with iframe on click.
https://github.com/tuananh/bettertube

jekyll youtube

Last synced: about 2 months ago
JSON representation

A better Youtube embed tag for jekyll: thumbnail on initial load and replace with iframe on click.

Awesome Lists containing this project

README

        

BetterTube
==========

A better Youtube embed tag for jekyll.

## Syntax

{% youtube /v8o-Vd__I-A 560 315 %}
{% youtube http://youtu.be/v8o-Vd__I-A %}

## Usage

* Put `BetterTube.rb` in `_plugins` folder

* *Optional*: Use `BetterTube.js` and `BetterTube.css` or write your own.

See it in action [here](http://tuananh.org/2014/07/31/bettertube-a-jekyll-plugin-for-embedding-youtube-videos/).