]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/PtitUrl/README
Merge branch 'foolproof_file_redirection_branch' into 'nightly'
[quix0rs-gnu-social.git] / plugins / PtitUrl / 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