django-embed-video/docs/api
Brad Buran 5ebea38220 Updated video template tag to accept kwargs
Some video backends support optional arguments embedded in the URL query
string that adjust how the video is displayed (e.g. Youtube supports
rel=0 which means don't show related videos).  Updated the template tag
to accept optional KEY=VALUE pairs that will be added onto the embedded
URL as a query string.  Also added support for specifying default query
strings on a per-backend basis (e.g. so that all YouTube urls have
?rel=0 added to the end).

Added appropriate tests and documentation.
2014-05-01 07:17:53 -04:00
..
embed_video.admin.rst Docs for admin mixins 2013-10-04 10:19:30 +02:00
embed_video.backends.rst Sphinx doc 2013-08-22 10:34:29 +02:00
embed_video.fields.rst Sphinx doc 2013-08-22 10:34:29 +02:00
embed_video.settings.rst Updated video template tag to accept kwargs 2014-05-01 07:17:53 -04:00
embed_video.template_tags.rst Sphinx doc 2013-08-22 10:34:29 +02:00
embed_video.utils.rst Docs for utils 2013-08-22 16:09:34 +02:00
index.rst Sphinx doc 2013-08-22 10:34:29 +02:00