Extension:Pluso
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Skin |
Description | Adds social buttons in the left menu and the page title. |
Author(s) | Alexandr Efremovtalk |
Latest version | 0.7 (2021-10-03) |
MediaWiki | 1.35+ |
License | GNU General Public License 2.0 or later |
Download | GitHub: |
|
|
The Pluso extension adds a widget to the sidebar and the page title.
Install[edit]
- Download and place the file(s) in a directory called
Pluso
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Pluso' );
- Configure as required.
- Note: To enter your ID in LocalSettings.php is an optional configuration.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing this extension using wfLoadExtension()
.
If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead of wfLoadExtension( 'Pluso' );
, you need to use:
require_once "$IP/extensions/Pluso/Pluso.php";
Configuration[edit]



Parameter | Default | Description |
---|---|---|
$wgPlusoSidebar
|
true
|
Enables or disables the display of the widget Pluso in the sidebar |
$wgPlusoHeader
|
true
|
Enables or disables the display of the widget Pluso in the title |
$wgPlusoMain
|
false
|
Enables or disables the display of the widget Pluso on the main page |
$wgPlusoServicesSidebar
|
"vkontakte,odnoklassniki,facebook,twitter,livejournal,moimir"
|
Service codes used in the sidebar |
$wgPlusoServicesHeader
|
"vkontakte,odnoklassniki,facebook,twitter,livejournal,moimir"
|
Service codes used in the title |
$wgPlusoThemeSidebar
|
"04"
|
The skin used in the sidebar |
$wgPlusoOptionsSidebar
|
["small","square","multiline","horizontal","nocounter"]
|
Settings:
All parameters are required |
$wgPlusoOptionsHeader
|
["small","square","line","horizontal","counter"]
|
Settings:
All parameters are required |
$wgPlusoThemeHeader
|
"08"
|
The skin used in the title |
$wgPlusoBackgroundHeader
|
"transparent"
|
Background used in the sidebar (you can use color codes #FFF) |
$wgPlusoBackgroundSidebar
|
"transparent"
|
Background used in the title (you can use color codes #FFF) |
Basic service codes[edit]
The list of service codes that you can use parameters $wgPlusoServicesSidebar and $wgPlusoServicesHeader:
|
|
|
Changes[edit]
- Removed jquery, replaced by setIndicators
- Added the ability to change options, such as the shape of an icon, etc.
- Switching to local use, standalone from pluso.ru, the expansion has become self-contained (v.0.7)