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 -->
<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 -->
Varの <!-- 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 私のデジタルライフフォーラム .



Leave a Replyは、返信のままに

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグ :の<a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquoteの<code> cite=""> <cite> <デル日時= " " >の<em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. コメントに登録する機能が無効になっている。 To receive notification of latest comments posted, subscribe to は、最新コメントの通知を受信するには投稿を購読 My Digital Life Comments RSS feed 私のデジタルライフのコメントRSSフィード or または register to receive 登録受信する new comments in daily email digest. 日々のメールに新しいコメントを消化する。
Custom Search

New Articles新しい記事

Incoming Search Terms for the Article着信は、文書の検索利用規約

yahoo invisible script ヤフー見えないスクリプト - - wordpress counter カウンタワードプレス - - yahoo invisible detect php script ヤフーのPHPスクリプトを検出見えない - - counter_xhtml.js counter_xhtml.js - - yahoo invisible plugin ヤフー見えないプラグイン - - php yahoo invisible phpのヤフー目に見えない - - Yahoo Invisible Checker Script Yahooは目に見えないチェッカースクリプト - - invisible counter 目に見えないカウンタ - - where to put statcounter code for wordpress ここでワードプレスのコードをstatcounter - - invisible checker php script 目に見えないチェッカーPHPスクリプト - - wordpress invisible visitor counter 目に見えない訪問者のカウンターワードプレス - - statcounter en yahoo statcounterアンヤフー - - yahoo counter ヤフーカウンタ - - counter wordpress カウンタワードプレス - - free script for invisible checker 目に見えないチェッカーは無料スクリプト - - visitors counter script for wordpress 訪問者ワードプレス用のスクリプトカウンタ - - +wordpress +"invisible counter" +ワードプレス+ "目に見えないカウンタ" - - statcounter plugin statcounterプラグイン - - yahoo invisible php script ヤフー見えないPHPスクリプト - - "yahoo invisible checker"+php script "ヤフー見えないチェッカー" + PHPスクリプト - - http://www.statcounter.com/counter/counter_xhtml.js http://www.statcounter.com/counter/counter_xhtml.js - - messenger plugins for invisible code 目に見えないコードのメッセンジャープラグイン - - wordpress counter statistic ワードプレスのカウンタ統計 - - yahoo invisible script download ヤフー見えないスクリプトをダウンロードする - - plugin StatCounter code プラグインをStatCounterコード - - invisible code to track viewers 目に見えないコードの視聴者を追跡する - - download plugins invisible プラグインをダウンロードして目に見えない - - how to config statcounter wordpress plugin ワードプレスのプラグインを設定する方法statcounter - - digital life wordpress plugin デジタルライフワードプレスプラグイン - - statcounter firefox plugin statcounter Firefoxプラグイン - - where to install statcounter code into wordpress ここでワードプレスにstatcounterコードをインストールするには - - why does stat counter leave lines on my blog なぜ私のブログにカウンタのステータスラインを残す - - wordpress invisible stat counter 目に見えない状態カウンタワードプレス - - block wordpress counter ブロックワードプレスカウンタ - - my wordpress statcounter is not tracking 私のワードプレスstatcounter追跡されていません - - wordpress yahoo counter ワードプレスのヤフーに対抗 - - yahoo invisible code ヤフー見えないコード - - statcounter firefox Firefoxのstatcounter - - how to install stat counter on wordpress ワードプレスのステータスをどのようにカウンタをインストールするには - - yahoo invisible detector script ヤフー見えない検出器スクリプト - - check visible invisible yahoo php script 目に見える目に見えないヤフーのPHPスクリプトをチェック - - free script php yahoo invisible 無料のスクリプトをphpのヤフー見えない - - statcounter wordpress invisible 目に見えないワードプレスstatcounter - - yahoo invisible script ヤフー見えないスクリプト - - download yahoo invisible script 目に見えないスクリプトをダウンロードしてヤフー - - invisible yahoo php script code 目に見えないヤフーPHPスクリプトコード - - plugin yahoo invisible プラグインヤフー見えない - - script yahoo invisible checker スクリプトヤフー見えないチェッカー - - customize counter カウンタをカスタマイズする - - statcounter invisible counter without code コードなしに目に見えないカウンタstatcounter - -