gnu-social/plugins/TightUrl
2021-07-16 19:44:34 +01:00
..
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
README
TightUrlPlugin.php

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'
));