Extension:YandexSiteVerification
Appearance
From mediawiki.org
This page is a translated version of the page Extension:YandexSiteVerification and the translation is 38% complete.
リリースの状態: 安定 |
|
|---|---|
| 実装 | フック |
| 説明 | Inserts Yandex Site Verification meta tag to pages |
| 作者 | Dolfinus , Adam Shorland |
| 最新バージョン | 1.0 (2017年02月06日) |
| MediaWiki | 1.25+ |
| PHP | 5.3+ |
| データベースの変更 | いいえ |
|
|
| ライセンス | MIT ライセンス |
| ダウンロード | README |
MediaWiki extension that adds meta tag for Yandex site owner verification functionality.
インストール
- Downloadして、ファイルを
extensions/フォルダー内のYandexSiteVerificationという名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'YandexSiteVerification' );
- Add $wgYandexVerificationCode variable with a value or your tracking code:
$wgYandexVerificationCode = '0123456789abcdef';
- Yes 完了 – ウィキの「
Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。