Share On
Share On allows users to share the topics and posts on social networks.
Social Networks
The following Social Networks are supported.
Support
Support requests should be posted and discussed in the Share On topic at phpBB.com.
Donate
If you like this extension and want to show some appreciation, you can make a donation.
Installation
- 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.
Uninstallation
- 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/
.
Contributing
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