Using Invisible Counter with Official StatCounter Plugin for WordPress Utiliser invisible contre officiel avec Podcast Planet plugin pour WordPress
WordPress bloggers using StatCounter service to track and count visitors and page views statistics on their blogs can now download and install WordPress bloggeurs aide Podcast Planet service de suivi et de compter les visiteurs et de pages vues des statistiques sur leurs blogs peuvent désormais télécharger et installer official WordPess plug-in for StatCounter WordPess officielle plug-in pour le Podcast Planet to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. à installer facilement Podcast Planet code de suivi sur l'auto-hébergé sur le blog de gamme complète de statistiques Web analytique.
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code. Le Podcast Planet plugin fournit plus facile pour installer le code de suivi sans avoir à modifier manuellement et de modifier les fichiers de modèle ou de code. However, it also introduces some inflexibilities too, such as to make use of invisible counter. Cependant, elle a également introduit des rigidités trop, comme de faire usage de contre invisible. 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. Bien qu'il soit possible de personnaliser le style d'affichage contre invisibles dans "Configurer le" option, mais parfois Podcast Planet StatCounter.com ajouter un slogan pour les pages web avec le code ajouté, même si le type est défini à l'invisible dans le panneau de contrôle.
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. De veiller à ce que Podcast Planet toujours rester invisible lorsque vous utilisez Podcast Planet officiel Plugin pour WordPress pour afficher automatiquement le code de suivi sur tous les articles de blog Wordpress et des pages, un code invisible balise doit être ajouté dans le code de suivi en modifiant le fichier plugin.
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). Ouvert Podcast Planet-Wordpress-Plugin.php dans n'importe quel éditeur de texte (si déjà transféré au serveur, à distance en SSH et le serveur à changer de répertoire \ wp-content \ plugins). Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197: Ensuite, allez au bas du code, et trouver un bloc de texte semblable au texte suivant aux alentours de la ligne 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: Ajouter une ligne au-dessous var à l'entre, ou en haut ou en bas de 3 lignes existantes:
var sc_invisible=1;
The final code will looks like below: Le code final ressemble à celui ci-dessous:
<!-- 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. Téléchargez le nouveau fichier plugin pour le serveur, ou si vous avez déjà l'édition sur le serveur, enregistrez le fichier. Voila, the StatCounter will now always invisible to visitors’ eyes. Voila, le Podcast Planet va maintenant toujours invisible aux visiteurs les yeux.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni "tel quel" sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S'il vous plaît se référer à original English article article original en anglais whenever possible. chaque fois que possible.
Share and contribute or get technical support and help at Partager et de contribuer ou obtenir un appui technique et aider à My Digital Life Forums Ma vie numérique forums .
Related Articles Articles connexes
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Plugin Wordpress pour le site statistique et contre le trafic
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Désactiver en permanence AdSense-Deluxe récompense plugin WordPress plugin Auteur option
- Tag Managing Thing Plugin for WordPress 2.3 or Above La gestion des tags Thing Plugin pour WordPress 2.3 ou au-dessus
- Technorati Incoming Links Plugin for WordPress Les liens Technorati plugin pour WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 colonnes Détente commentaires Thème WordPress-paged.php-paginés pour WordPress Plugin Commentaires
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest disabler plugin pour enlever XLM lien en tête de blog WordPress
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Légende disabler WordPress plugin pour désactiver et supprimer la fonctionnalité légendes
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Comment faire pour désactiver ou masquer WordPress.com Automattic Stats plugin Smiley icône
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Mise à jour WordPress automatiquement à la dernière version de mise à jour automatique Plugin (WPAU)
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: affichage Google Analytics et FeedBurner rapports statistiques du site Admin
































