gnu-social/plugins/ClientSideShorten
Craig Andrews 809e597841 Only shorten after the user presses space, or following a paste operation 2010-04-22 18:04:03 -04:00
..
ClientSideShortenPlugin.php add ClientSideShortenPlugin 2010-04-21 17:14:54 -04:00
README add ClientSideShortenPlugin 2010-04-21 17:14:54 -04:00
shorten.js Only shorten after the user presses space, or following a paste operation 2010-04-22 18:04:03 -04:00
shorten.php add ClientSideShortenPlugin 2010-04-21 17:14:54 -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!