wikinotes/ShareThis
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Mediawiki extension that will allow users to share a page via twitter (to start with)
== Setup: ==
Copy files to .../mediawiki/extensions/ShareThis
add:
require_once("extensions/ShareThis/ShareThis.php");
to your LocalSettings.php file
if you have a twitter account associated with your wiki add this line:
$wgTwitterUserName = "YOUR USER NAME HERE";
== Developer Info ==
Author: Wesley Ellis
Contact: tahnok@gmail.com
== License ==
Released under GPLv3. See copying for full license
== Bugs ==
* NONE (for now)