Using Invisible Counter with Official StatCounter Plugin for WordPress Использование невидимой борьбе с официальным StatCounter плагин для Wordpress
WordPress bloggers using StatCounter service to track and count visitors and page views statistics on their blogs can now download and install WordPress блоггеров, используя 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. Хотя можно настроить стиль отображения борьбе с невидимыми в "Настройка Counter" вариант, но иногда StatCounter добавить 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 всегда остаются невидимыми при использовании Официальные StatCounter плагин для WordPress, чтобы автоматически отображать код отслеживания на всех Wordpress блог постов и страниц, невидимых конкретных тег кода должны быть добавлены в код отслеживания, изменив плагина в файл.
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 на удаленном сервере, и изменения в каталог \ РГ-содержание \ каталог плагинов). 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 -->
Add an additional var line below to in between, or on top or bottom of existing 3 lines: Добавить дополнительную строку VAR ниже, чтобы между ними, или на верхней или нижней части существующего 3 строки:
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 -->
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 Статьи по теме
- Must Have WordPress Plugins Должен ли плагины для Wordpress
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Wordpress плагин для статистики сайта и движения борьбы
- Disable WordPress 2.3 Core and Plugins Update Check and Notification Отключить Wordpress 2,3 основные плагины и обновления проверить и уведомления
- StatCounter Free Account Upgrades to 500 Log Size StatCounter бесплатный аккаунт модернизации до 500 размер журнала
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Автоматическое обновление WordPress к Последняя версия с автоматическим Обновление плагинов (WPAU)
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Скачать бесплатно: Akismet для WordPress Плагин 2,0 до Остановить порядка, Trackback и Pingback Спам
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 Колонка Релаксация WordPress Тема комментарии paged.php-за Paged-Комментарии WordPress Плагин
- Integrate WordPress including Comments with bbPress Forum using bbSync Интеграция WordPress Комментарии в том числе с помощью bbPress Форум bbSync
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin Wordpress плагин: Дисплей Google Analytics и FeedBurner статистических отчетов от администратора сайта
- Download WordPress 2.3 Release Candidate 1 (RC1) with Tags Support Скачать WordPress 2,3 релиз кандидат 1 (RC1) с Теги Поддержка
































