Extension:Google AdSense
この拡張機能は、MediaWiki 1.39 以降のあらゆるバージョンのリリースと互換性がありません。 本番環境のサイトではこの拡張機能を使用しないよう勧告します。 MediaWiki 開発者は、この拡張機能を MediaWiki 1.42 に対応させるため、 {{Incompatible }} テンプレートを {{Incompatible |version=1.39|pledge=~~~~}} に置き換えて改修に尽力することが求められています。 |
現在、この拡張機能は積極的な保守が行われていません! それでも機能する可能性はありますが、バグ報告や機能の要望は無視される可能性が高くなります。 この拡張機能の開発や保守の作業を引き受けることに興味がある場合は、リポジトリの所有権を申請できます。 礼儀として、作者に問い合わせることをお勧めします。 保守を引き継いだ場合、このテンプレートは除去すべきです。また、拡張機能ページの {{Extension }} 基礎情報ボックス内のリストにあなたの名前を保守担当者として追加してください。 |
Google AdSense リリースの状態: 保守されていない |
|
---|---|
実装 | 外装 , フック |
説明 | サイドバーにGoogle AdSenseを追加できるようにしました。 |
作者 | Siebrand Mazeland (Siebrandトーク) |
メンテナー | Zoran Dori |
最新バージョン | 3.1.0 (2021-01-07) |
MediaWiki | 1.29+ |
PHP | 7.0+ |
データベースの変更 | いいえ |
ライセンス | MIT ライセンス |
ダウンロード | |
|
|
translatewiki.net で翻訳を利用できる場合は、Google AdSense 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
The Google AdSense extension allows to easily add Google AdSense advertisements to the sidebar of your wiki. This extension requires an account with Google's AdSense.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のGoogleAdSense
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleAdSense - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'GoogleAdSense' );
// Replace this with your own publisher ID (google_ad_client / data-ad-client) $wgGoogleAdSenseClient = 'none'; // Client ID for your AdSense script (example: ca-pub-1234546403419693) // Replace this with your AdSense ad unit ID (google_ad_slot / data-ad-slot) $wgGoogleAdSenseSlot = 'none'; // Slot ID for your AdSense script (example: 1234580893)
(You can get your "publisher ID" and "ad unit ID" from the "Get code" page.)
- Add any of the optional settings below - if your settings deviate from the defaults:
// Width of the AdSense unit, specified in your AdSense account (google_ad_width / data-ad-width)
$wgGoogleAdSenseWidth = 120;
// Height of the AdSense unit, specified in your AdSense account (google_ad_height / data-ad-height)
$wgGoogleAdSenseHeight = 240;
// Source URL of the AdSense script. No need to change - it can't deviate from the defaults.
$wgGoogleAdSenseSrc = '//pagead2.googlesyndication.com/pagead/show_ads.js';
// Show the AdSense box only for anonymous users: true or false. Default is false.
$wgGoogleAdSenseAnonOnly = false;
// This can be anything you like. Default is 'none'.
$wgGoogleAdSenseID = 'none';
// Text coding. Default is 'utf8'.
$wgGoogleAdSenseEncoding = "utf8";
// Advertising language. Default is 'en'.
$wgGoogleAdSenseLang = "en";
- If you want to add a "Text/image, 200x200" into the Vector skin you will need to shift the left panel over slightly. Add the following to the "MediaWiki:Vector.css" page
#content,
#footer {
margin-left: 11em;
}
#left-navigation {
left: 11em;
}
- The default portlet label ("Advertisements") can be changed to "Sponsored Links" on the "MediaWiki:Googleadsense" page. Please note: no other variations are permitted[1].
- Remember to disable ad-blocking services such as AdBlock when you want to see if the extension is working!
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
If you encounter an HTTP 500 error, replace "wfLoadExtension( 'GoogleAdSense' );" with "require_once "$IP/extensions/GoogleAdSense/GoogleAdSense.php";".
関連項目
- Widget for Google AdSense display within wiki pages (not within the skin)
- ShoutWiki Ads
- WimaAdvertising
- PCR GUI Inserts
脚注
- ↑ AdSense Help: Ad placement policies: Placing ads under a misleading header