Using Invisible Counter with Official StatCounter Plugin for WordPress公式StatCounterが、ワードプレスのプラグインを使用して見えざるカウンタ
WordPress bloggers using StatCounter service to track and count visitors and page views statistics on their blogs can now download and installワードプレスのブロガーを追跡し、今すぐダウンロードしてインストールするとそのブログの訪問者数ページビューの統計サービスを使用してStatCounter official WordPess plug-in for StatCounter公式WordPessプラグインをStatCounter to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. StatCounter自分で簡単にトラッキングコードをインストールするにはウェブ解析の統計情報の包括的範囲のブログで開催した。
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code.このプラグインが必要StatCounterのファイルを手動で編集して、またはコードテンプレートを変更せずにトラッキングコードをインストールするにはもっと簡単な方法を提供します。 However, it also introduces some inflexibilities too, such as to make use of invisible counter.しかし、あまりにもなど、目に見えないカウンタinflexibilitiesが利用できるようにいくつか紹介しています。 Although it’s possible to customize counter display style to invisible in “Configure Counter” option, but StatCounter sometimes add a StatCounter.com tagline to the web pages with code added even though the counter type is set to invisible in control panel.これは目に見えないためにカウンタの表示スタイルをカスタマイズする"を構成するカウンター"オプションは可能だが、 StatCounter時にはコードでは、 WebページにタグラインStatCounter.com追加するにもかかわらず、カウンタータイプのコントロールパネルで不可視に設定されている。
To ensure that StatCounter always stay invisible when using Official StatCounter Plugin for WordPress to automatically display the tracking code on all Wordpress blog posts and pages, a specific invisible tag code needed to be added into the tracking code by modifying the plug-in file. StatCounterワードプレスのときは常に自動的にすべてのWordpressのブログの記事やページ、特定の目に見えないタグのコードが必要にトラッキングコードを表示するには公式StatCounterプラグインを使用して見えざる滞在を保証するには、トラッキングコードには、プラグインのファイルに変更することで追加する。
Open StatCounter-Wordpress-Plugin.php in any text editor (if already uploaded to server, remote SSH into the server and change directory to \wp-content\plugins directory).オープンStatCounter - Wordpressの- Plugin.php任意のテキストエディタで(サーバーにアップロード済みの場合は、サーバーを変更ディレクトリに、リモートのSSH \ WPを採用したコンテンツ\プラグインディレクトリ) 。 Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197:次に、コードの下に移動し、約197行で、テキストは、次のテキストと同様のブロックを見つけます:
<!-- Start of StatCounter Code --> ?
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> エコー
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> エコー
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> = " < ?
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code -->
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code -->
Add an additional var line below to in between, or on top or bottom of existing 3 lines:での間、または上の行を追加するには、次の追加Varの上部または3行の既存の底:
var sc_invisible=1; Varの var sc_invisible=1;
The final code will looks like below:するには、次のようになって最終的なコード:
<!-- Start of StatCounter Code --> ?
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> エコー
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> Varの
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> エコー
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code --> = " < ?
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code --><!-- Start of StatCounter Code -->
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code -->
Upload the new plugin file to the server, or if you already editing on the server, save the file.新しいプラグインをサーバーにアップロードするファイル、または、サーバー上で編集する場合は既に、ファイルを保存します。 Voila, the StatCounter will now always invisible to visitors’ eyes.出来上がりは、常にStatCounter現在の訪問者の目には見えないだろう。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。
Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム . 。
Related Articles関連記事
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq -ワードプレスプラグインサイトの統計情報とトラフィックのカウンタを
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option永久-デラックスワードプレスプラグインを無効にAdSenseのプラグインの作者オプション報酬
- Tag Managing Thing Plugin for WordPress 2.3 or Aboveタグ管理プラグインワードプレス2.3またはそれ以上の物
- Technorati Incoming Links Plugin for WordPress Technoratiの被リンクワードプレスのプラグイン
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3列リラクゼーションワードプレステーマのコメントを、ページのpaged.php -コメントワードプレスプラグイン
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog HeaderワードプレスのブログのヘッダーにプラグインをWLWManifest Disabler削除XLMリンク
- Caption Disabler WordPress Plugin to Disable and Remove Captions FunctionalityキャプションDisablerワードプレスプラグインを無効にしてキャプションを削除する機能に
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon WordPress.comオートマティックの統計情報を無効にする方法、または非表示にするプラグインのアイコンスマイリー
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU)最新バージョンの自動アップグレードを自動的に更新ワードプレスのプラグイン( WPAU )とする
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Adminワードプレスプラグイン: Google AnalyticsとFeedburnerのレポートを表示するサイトから統計情報を管理
































