Extension:Tweetiki
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. Please see the following alternatives that you may wish to install instead of this extension: |
![]() Release status: unmaintained |
|
---|---|
Implementation | Page action , Special page |
Description | Lets users tweet about their wiki page edits. |
Author(s) | Ashish Dubey (dash1291talk) |
Latest version | 0.1 |
MediaWiki | |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
What can this extension do?[edit]
This extension, once installed lets users tweet about their wiki edits. It can help the users of the host wiki spread information about it and eventually promote contribution.
Usage[edit]
This extension adds a 'Tweet This' check-box on the edit page. If selected, Twitter OAuth based authentication opens in a new window for sign-in and authorization.
This extension requires API key and secret of a registered Twitter app.
Download instructions[edit]
To download the extension, follow the GitHub link and download the source code from that page.
Installation[edit]
To install this extension, add the following to LocalSettings.php :
#configuration parameters
$wiki_url = '<Your wiki url with trailing slash preserved>';
$api_key = '<Your Twitter API key>';
$api_secret = '<Your Twitter API secret>';
require_once("$IP/extensions/Tweetiki/Tweetiki.php");