Using Invisible Counter with Official StatCounter Plugin for WordPress Naudojant Invisible Counter su Oficialusis StatCounter plugin skirtas WordPress
WordPress bloggers using StatCounter service to track and count visitors and page views statistics on their blogs can now download and install WordPress dienoraščių naudojant StatCounter paslauga stebėti ir suskaičiuoti lankytojų ir puslapių peržiūrų statistiką apie savo dienoraščius dabar galite parsisiųsti ir įdiegti official WordPess plug-in for StatCounter oficialiai WordPess plug-in for StatCounter to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. lengvai įdiegti StatCounter stebėjimo kodą į savo serveriuose dienoraštyje už platų interneto analizės statistiką.
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code. Į StatCounter kištukas suteikia paprasčiausias būdas įdiegti stebėjimo kodą be būtinybės rankiniu būdu redaguoti ir pakeisti šablono failai ar kodas. However, it also introduces some inflexibilities too, such as to make use of invisible counter. Tačiau jis taip pat šiek tiek inflexibilities, pavyzdžiui, pasinaudoti nematomų skaitliukas. 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. Nors tai galima pritaikyti kovos rodymo stilių nematomų į "konfigūravimas Skaitliukas" variantą, bet StatCounter kartais pridėti StatCounter.com Tagline į interneto puslapius su kodu pridėtinės nors tipą yra nustatyta nematomų į valdymo skydelį.
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. Siekiant užtikrinti, kad StatCounter visada nematomai naudojant Oficialusis StatCounter plugin for WordPress automatiškai rodyti stebėjimo kodą į visus Wordpress blog'uose ir puslapių, konkrečios nematomas kodas gaires reikia įtraukti į stebėjimo kodą žymimaisiais plug-ins failo.
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). Atidaryti StatCounter-WordPress-Plugin.php bet kuriuo teksto redaktoriumi (jei jau įkėlėte į serverį, nuotolinio SSH į serverį ir pakeisti katalogo \ wp-content \ plugins kataloge). Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197: Tada eikite į apačioje kodas, ir rasti tekstą panašų į šį tekstą aplink linija 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: Pridėti papildomą var eilutę žemiau tarp jų, arba viršuje ar apačioje esamos 3 eilutes:
var sc_invisible=1;
The final code will looks like below: Galutinis kodas atrodo žemiau:
<!-- 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. Įkelti naują įskiepiai failą į serverį, arba jei jau redagavimo dėl serverio, išsaugokite failą. Voila, the StatCounter will now always invisible to visitors' eyes. Voila, kad StatCounter dabar visada nematomos lankytojų akis.
IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Mašininio vertimo, gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.
Related Articles Susiję straipsniai
- StatTraq – Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Wordpress Plugin dėl Svetainės statistika ir eismo Skaitliukas
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Kaip išjungti arba slėpti WordPress.com Automattic Statistika Įskiepis Smiley ikonka
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Pastoviai Išjungti AdSense Deluxe WordPress Plugin Atpildas Įskiepis Autorius variantas
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: Rodyti Google Analytics ir FeedBurner pranešimų statistika nuo Site Admin
- Technorati Incoming Links Plugin for WordPress Technorati Pradedantys Nuorodos plugin skirtas WordPress
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Caption Disabler WordPress Plugin išjungti ir pašalinti Parašai Funkcionalumas
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 skiltis Relaksacyjny WordPress temos komentarus-paged.php už Paged-Komentarai WordPress Plugin
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Automatinis atnaujinimas "WordPress į naujausią versiją su automatinio Atnaujinti įskiepiai (WPAU)
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler Įskiepis pašalinti XLM Link WordPress blog antraštė
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Free Download: Akismet skirtas WordPress Plugin 2.0 Stotelė Komentaras, Trackback ir Pingback Šlamštas









































