Extensión:GittipWidget
GittipWidget Estado de lanzamiento: estable |
|
---|---|
Implementación | Etiqueta |
Descripción | Embeds |
Autor(es) | Marc Juul (Marcjuuldiscusión) |
Última versión | 0.1 (2014-03-10) |
MediaWiki | 1.22+ (untested in earlier versions) |
Cambios de la base de datos | No |
Licencia | BSD 2-cláusula "Licencia" Simplificada |
Descarga | GitHub: Nota: |
Ejemplo | sudoroom.org |
<gittip> |
|
The GittipWidget extension allows users to embed a Gittip widget that shows how much weekly funding they are receiving.
Descarga
The extension can be downloaded via github. Here's a direct link to the zip file.
Instalación
- Download y extrae los archivos en el directorio «
GittipWidget
» dentro del directorioextensions/
existente. - Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
require_once "$IP/extensions/GittipWidget/GittipWidget.php";
- Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Uso
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.