A small JavaScript video embedder. It can embed almost any video according to rules.
- JavaScript 58.9%
- HTML 41.1%
| .gitignore | added gitignore | |
| bower.json | bump version | |
| embedder.js | Added support for Jamendo tracks and albums | |
| index.html | Added support for Jamendo tracks and albums | |
| README.md | Add link to demo | |
Embedder
A small JavaScript video embedder. It can embed almost any video according to rules.
For now it supports:
- Youtube videos and playlists
- Vimeo videos
- Soundcloud tracks and playlists
- TED videos
- Kickstarter videos
- IMDB videos
- Jamendo tracks and albums
To skip embedding a certain video add #noembed at the end of the URL.
To run just download the script and include it in your page.
License: MIT
Demo
Changelog
21.04.2015
- Added support for Jamendo tracks and albums.
27.08.2014
- Added support for Vimeo videos linked from a channel.
12.08.2014
- Added support for IMDB videos.
16.07.2014
- Added support for Kickstarter videos.
- 16:9 aspect ratio.