Skip to content

wikinotes/ShareThis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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: [email protected]

== License ==

Released under GPLv3. See copying for full license

== Bugs ==

 * NONE (for now)

About

Mediawiki extension to allow sharing of pages via twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages