gnu-social/plugins/ClientSideShorten/README
Craig Andrews 65796ba03b add ClientSideShortenPlugin
see plugins/ClientSideShorten/README
2010-04-21 17:14:54 -04:00

7 lines
249 B
Plaintext

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!