Share On is a phpBB3 MOD that allows users and guests of the board to share the topics on social networks.
The following Social Networks are supported.
How to install a MODX modification
The main development branch is master
, contains the latest stable version. The develop
branch contains future development versions.
Want to contribute? Great!
- Fork it.
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -m "Fix X issue"
) - Push to the branch (
git push origin my_branch
) - Send a Pull Request
- Enjoy