Share On is an extension for phpBB 3.1 that allows users to share the topics and posts on social networks.
The following Social Networks are supported.
Support requests should be posted and discussed in the Share On topic at phpBB.com.
- Download the latest release.
- In the
ext
directory of your phpBB board, create a new directory namedvinny
(if it does not already exist). - Copy the
shareon
directory tophpBB/ext/vinny/
- Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Share On
under the Disabled Extensions list, and click itsEnable
link. - Set up and configure options available.
- Navigate in the ACP to Customise -> Manage extensions.
- Click the Disable link for
Share On
. - To permanently uninstall, click Delete Data, then delete the
shareon
folder fromphpBB/ext/vinny/
.
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