README 330 B

1234567891011121314151617181920
  1. The Sample plugin shows best practices for development of GNU social plugins.
  2. It adds a "Hello" menu item to the default menu and tracks how many times it
  3. has greeted each user.
  4. Installation
  5. ============
  6. add "addPlugin('Sample');"
  7. to the bottom of your config.php
  8. Settings
  9. ========
  10. none
  11. Example
  12. =======
  13. addPlugin('Sample');