Magic Embed is an easy and simple Django template tag and tool to embed video and get thumbnails from video providers.
This is a demo for Magic-Embed library that demonstrates, how to use and the principal functionality
Remember use a VIRTUALENV
- Create a new virtualenv
- run
pip install -r requeriments.txt
- Run
python manage.py migrate
- Star our server with
python manage.py runserver
- See the magic happens
Yes, is simple as possible, first you submit a video url and now this url is converted to a embed video in your page
- Fork it ( http://github.com/kronoscode/django-magicembed/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Licensed under MIT