Skip to content
forked from vinny/share-on

Share On is a phpBB3 MOD that allows users and guests of the board to share the topics on social networks.

Notifications You must be signed in to change notification settings

Avatar4eg/share-on

This branch is 39 commits ahead of, 94 commits behind vinny/share-on:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

faa2d24 · Oct 27, 2015

History

62 Commits
Oct 27, 2015
Jun 7, 2015

Repository files navigation

Share On is an extension for phpBB 3.1 that 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.

Installation

  1. Download the latest release.
  2. In the ext directory of your phpBB board, create a new directory named vinny (if it does not already exist).
  3. Copy the shareon directory to phpBB/ext/vinny/
  4. Navigate in the ACP to Customise -> Manage extensions.
  5. Look for Share On under the Disabled Extensions list, and click its Enable link.
  6. Set up and configure options available.

Uninstallation

  1. Navigate in the ACP to Customise -> Manage extensions.
  2. Click the Disable link for Share On.
  3. To permanently uninstall, click Delete Data, then delete the shareon folder from phpBB/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

License

GNU General Public License v2

About

Share On is a phpBB3 MOD that allows users and guests of the board to share the topics on social networks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.5%
  • HTML 17.5%
  • CSS 4.0%