]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/LilUrl/README
Noone uses Facebook anymore.
[quix0rs-gnu-social.git] / plugins / LilUrl / README
1 The LilUrl plugin shortens URLs via a lilURL instance.
2
3 See: http://lilurl.sourceforge.net/
4
5 Installation
6 ============
7 add "addPlugin('LilUrl', array('serviceUrl' => 'http://example.org'));"
8 to the bottom of your config.php
9
10 Settings
11 ========
12 serviceUrl: The URL to the LilUrl instance.
13
14 Example
15 =======
16 addPlugin('LilUrl', array('serviceUrl' => 'http://example.org'));
17