gnu-social/plugins/ClientSideShorten
Siebrand Mazeland cf824621b9 Localisation updates from http://translatewiki.net. 2010-12-16 16:30:30 +01:00
..
locale Localisation updates from http://translatewiki.net. 2010-12-16 16:30:30 +01:00
ClientSideShortenPlugin.php * update i18n/L10n 2010-09-18 11:45:50 +02: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 Superfluous whitespace removed. 2010-09-20 19:46:01 +02: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!