Extension:Wiki2twitter
From MediaWiki.org
|
Release status: experimental |
|||
|---|---|---|---|
| Implementation | Data extraction | ||
| Description | Sends twitter updates when content is changed (Recent changes twitter feed) | ||
| Author(s) | Wendell Gaudencio (HintswenTalk) | ||
| Last Version | 1.0.1 (6/10/09) | ||
| License | No license specified | ||
| Download | Google Code README changes |
||
| Example | Twitter:HabboWikiFeed | ||
|
|||
|
check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
This extensions sends tweets whenever content is updates. The tweets are made to look like the recent changes list.
[edit] Examples
Wiki: Habbo Wiki Twitter account: HabboWikiFeed
[edit] Usage
[edit] Download instructions
Via svn for latest version: svn checkout http://wiki2twitter.googlecode.com/svn/trunk/ wiki2twitter-read-only
Or from Google Code download list: http://code.google.com/p/wiki2twitter/downloads/list
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/wiki2twitter/wiki2twitter.php");
[edit] Configuration parameters
configuration is done in $IP/extensions/wiki2twitter/settings.php (instructions included)