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