File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Django Magic Embed
44What is it?
55------------
66
7- Magic Embed are an easy and simple template tags and tools to embed video and get thumbnails form them.
7+ Magic Embed are an easy and simple template tags and tools to embed video and get thumbnails from them.
88
99Screenshots
1010--------------
@@ -19,11 +19,15 @@ How to install it?
1919-------------------
2020
2121If you have a requeriments list add this to your requeriments
22- 1 . <code >magicembed==0.2</code >
22+
23+ 1 . <code >magicembed==(version)</code >
24+
23252 . <code >pip install -r requirements.txt</code >
2426
2527Or if you use setup.py
28+
26291 . add magicembed to ** INSTALLED_APPS**
30+
27312 . run <code >python setup.py install</code >
2832
2933How to use
@@ -34,14 +38,15 @@ First add this in the template to load the template tags
3438
3539Now if you need a embed video add this
3640
37- <code >{{ video|magicembed:"640x480 " }}</code >
41+ <code >{{ video|magicembed:"width x height " }}</code >
3842
3943Or to get a thumbnail url
4044
4145{{ video|magicthumbnail }}
4246
4347How to contrib
4448----------------
49+
45501 . Fork it ( http://github.com/fitoria/django-magicembed/fork )
46512 . Create your feature branch (` git checkout -b my-new-feature ` )
47523 . Commit your changes (` git commit -am 'Add some feature' ` )
You can’t perform that action at this time.
0 commit comments