jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
382 stars 135 forks source link

Options in embed tag #36

Closed yetty closed 10 years ago

yetty commented 10 years ago

Backward incompatible functionality, that allows to pass options from template tags to backend. It is useful to enforce secure protocol or set query string appended to url.

Example of usage:

{% load embed_video_tags %}
{% video 'http://www.youtube.com/watch?v=jsrRJyHBvzw' "300x200" is_secure=True query="rel=1" %}

It removes functionality added in #20.