Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tuananh/bettertube
- Owner: tuananh
- License: mit
- Created: 2014-08-01T21:38:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T01:34:03.000Z (almost 9 years ago)
- Last Synced: 2023-03-13T03:32:37.490Z (almost 2 years ago)
- Topics: jekyll, youtube
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 30
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).