]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - README
507b9ecc26bfb07e4a3edbb7139ccb44fd4af5bc
[quix0rs-gnu-social.git] / README
1 The PtitUrl plugin shortens URLS via a PtitUrl URL-shortener service
2
3 Installation
4 ============
5 add "addPlugin('PtitUrl');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 serviceUrl: The URL to the PtitUrl instance
11
12 Example
13 =======
14
15 addPlugin('PtitUrl', array(
16     'serviceUrl' => 'http://example.org'
17 ));
18