gnu-social/plugins/ClientSideShorten
Craig Andrews 6317f7d92b Assigning my copyrights to the Free Software Foundation 2010-05-27 18:27:33 -04:00
..
locale Update gettext localisation files. 2010-04-30 01:45:54 +02:00
ClientSideShortenPlugin.php Assigning my copyrights to the Free Software Foundation 2010-05-27 18:27:33 -04:00
README add ClientSideShortenPlugin 2010-04-21 17:14:54 -04:00
shorten.js Only shorten when notice length exceeds max length 2010-04-26 15:59:13 -04:00
shorten.php Assigning my copyrights to the Free Software Foundation 2010-05-27 18:27:33 -04:00

README

ClientSideShorten causes the web interface's notice form to automatically shorten urls as they entered, and before the notice is submitted.

Installation
============
Add "addPlugin('ClientSideShorten');" to the bottom of your config.php
That's it!