gnu-social/plugins/SimpleUrl/README

19 lines
322 B
Plaintext
Raw Normal View History

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