gnu-social/plugins/TightUrl/README

19 lines
317 B
Plaintext
Raw Normal View History

2016-01-22 16:01:24 +00:00
The TightUrl plugin shortens URLS via a TightUrl URL-shortener service
Installation
============
add "addPlugin('TightUrl');"
to the bottom of your config.php
Settings
========
serviceUrl: The URL to the TightUrl instance
Example
=======
addPlugin('TightUrl', array(
'serviceUrl' => 'http://example.org'
));