gnu-social/plugins/ClientSideShorten
Evan Prodromou 7dd06b5246 ShortenAction::handle() had bad args 2011-03-28 12:20:00 -04:00
..
locale Localisation updates from http://translatewiki.net. 2011-03-18 20:59:45 +01:00
ClientSideShortenPlugin.php ClientSideShorten uses Plugin::path() 2011-02-03 11:19:03 -05:00
README add ClientSideShortenPlugin 2010-04-21 17:14:54 -04:00
shorten.js use the new maxNoticeLength and maxUrlLength functionality introduced in commit 14adb7cc41 2010-05-03 21:25:10 -04:00
shorten.php ShortenAction::handle() had bad args 2011-03-28 12:20:00 -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!