Extension:YandexSiteVerification
Appearance
From mediawiki.org
Release status: stable |
|
|---|---|
| Implementation | Hook |
| Description | Inserts Yandex Site Verification meta tag to pages |
| Author(s) | Dolfinus , Adam Shorland |
| Latest version | 1.0 (2017年02月06日) |
| MediaWiki | 1.25+ |
| PHP | 5.3+ |
| Database changes | No |
|
|
| Licence | MIT License |
| Download | README |
MediaWiki extension that adds meta tag for Yandex site owner verification functionality.
Install
[edit ]- Download and place the file(s) in a directory called
YandexSiteVerificationin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'YandexSiteVerification' );
- Add $wgYandexVerificationCode variable with a value or your tracking code:
$wgYandexVerificationCode = '0123456789abcdef';
- Yes Done – Navigate to
Special:Versionon your wiki to verify that the extension is successfully installed.