]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/VideoThumbnails/README
Add plugin READMEs
[quix0rs-gnu-social.git] / plugins / VideoThumbnails / README
1 The VideoThumbnails plugin enables video thumbnail preview support.
2
3 Installation
4 ============
5 add "addPlugin('VideoThumbnails');"
6 to the bottom of your config.php
7
8 Note: This plugin depends on
9 * avconv
10 * php5-gd
11
12 Settings
13 ========
14 none
15
16 Example
17 =======
18 addPlugin('VideoThumbnails');
19