README 317 B

12345678910111213141516171819
  1. The TightUrl plugin shortens URLS via a TightUrl URL-shortener service
  2. Installation
  3. ============
  4. add "addPlugin('TightUrl');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. serviceUrl: The URL to the TightUrl instance
  9. Example
  10. =======
  11. addPlugin('TightUrl', array(
  12. 'serviceUrl' => 'http://example.org'
  13. ));