Extension:Tweetiki
Jump to navigation
Jump to search
Tweetiki Release status: beta |
|
---|---|
Implementation | Page action, Special page |
Description | Lets users tweet about their wiki page edits. |
Author(s) | Ashish Dubey (dash1291talk) |
Latest version | 0.1 |
License | GPLv2 |
Download | GitHub: Note: |
Translate the Tweetiki extension if it is available at translatewiki.net | |
Check usage and version matrix. |
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");