Diogo Cordeiro e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc il y a 5 ans
..
actions e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc il y a 5 ans
classes e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc il y a 5 ans
locale e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc il y a 5 ans
README e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc il y a 5 ans
SamplePlugin.php e1514a151c [DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc il y a 5 ans

README

The Sample plugin shows best practices for development of GNU social plugins.

It adds a "Hello" menu item to the default menu and tracks how many times it
has greeted each user.

Installation
============
add "addPlugin('Sample');"
to the bottom of your config.php

Settings
========
none

Example
=======

addPlugin('Sample');