]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Autocomplete/readme.txt
Make statuses/home_timeline return the same thing as statuses/friends_timeline to...
[quix0rs-gnu-social.git] / plugins / Autocomplete / readme.txt
1 Autocomplete allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user's friends' screen names.
2
3 Installation
4 ============
5 Add "addPlugin('Autocomplete');" to the bottom of your config.php
6 That's it!