Extension:VigLink
Jump to navigation
Jump to search
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
VigLink Release status: unmaintained |
|
---|---|
Implementation | User interface |
Description | Allows to use the VigLink service |
Author(s) | Daniel Schuba (DaSchtalk) |
Latest version | 0.9 (2013-07-06) |
Database changes | No |
License | GPL |
Download | GitHub: Note: README |
|
|
The VigLink extension implements VigLink JavaScript. With VigLink you may earn money with the links in your wiki.
Repository[edit]
Download[edit]
Download using Git[edit]
git clone https://github.com/DaSchTour/mediawiki-extension-VigLink.git
Installation[edit]
Download the files from github. Put them in /extensions/RelationLinks and add the following to your LocalSettings.php:
require_once( "$IP/extensions/VigLink/VigLink.php" );
Configuration[edit]
Add $wgVigLinkKey
with your API-Key to LocalSettings.php.