Extension:GittipWidget
![]() Release status: stableCategory:Stable extensions |
|
---|---|
Implementation | TagCategory:Tag extensions |
Description | Embeds |
Author(s) | Marc Juul (Marcjuultalk) |
Latest version | 0.1 (2014-03-10) |
MediaWiki | 1.22+ (untested in earlier versions)Category:Extensions with manual MediaWiki version |
Database changes | No |
License | BSD 2-clause "Simplified" License |
Download | GitHub: Note: |
Example | sudoroom.org |
<gittip> |
|
The GittipWidget extension allows users to embed a Gittip widget that shows how much weekly funding they are receiving.
Download
The extension can be downloaded via GitHub. Here's a direct link to the zip file.
Installation
- Download and place the file(s) in a directory called
GittipWidget
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/GittipWidget/GittipWidget.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.Category:Extensions not using extension registration
Use
To embed a widget, edit the article and add the following where you want to place the widget:
<gittip>username</gittip>
Where username is the name of the gittip account you want to show.
Category:All extensions
Category:BSD licensed extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions not using extension registration
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:ParserFirstCallInit extensions
Category:SkinAfterBottomScripts extensions
Category:Stable extensions
Category:Tag extensions