Using Invisible Counter with Official StatCounter Plugin for WordPress Usando invisible contra el oficial con StatCounter plug-in para WordPress
WordPress bloggers using StatCounter service to track and count visitors and page views statistics on their blogs can now download and install WordPress bloggers StatCounter utilizando el servicio para el seguimiento y contar con los visitantes y páginas vistas las estadísticas de sus blogs pueden ahora descargar e instalar official WordPess plug-in for StatCounter WordPess oficial plug-in para StatCounter to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. para instalar fácilmente StatCounter código de seguimiento sobre la libre alojados en el blog para la amplia gama de análisis de estadísticas web.
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code. El plug-in proporciona StatCounter forma más sencilla de instalar el código de seguimiento sin la necesidad de editar manualmente y modificar los archivos de plantilla o el código. However, it also introduces some inflexibilities too, such as to make use of invisible counter. Sin embargo, también introduce algunas rigideces demasiado, como para hacer uso de contador 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. Aunque es posible personalizar el estilo de visualización del contador de invisibles en "Configurar contra el" opción, pero a veces StatCounter StatCounter.com añadir un lema a las páginas web con el código añadido a pesar de que el tipo de contador se establece en invisible en el panel de control.
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. Para asegurarse de que siempre StatCounter permanecer invisible cuando se utiliza Oficial StatCounter plug-in para WordPress para mostrar de forma automática el código de seguimiento en todos los puestos de blog Wordpress y páginas, una etiqueta de código invisible necesarios para ser añadido en el código de seguimiento mediante la modificación del plug-in de archivos.
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). Abrir StatCounter-Wordpress-Plugin.php en cualquier editor de texto (si ya se ha subido al servidor remoto SSH en el servidor y el cambio de directorio \ wp-content \ directorio de plugins). Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197: Luego ir a la parte inferior del código, y localizar un bloque de texto similar al siguiente texto en cerca de la línea 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: Añadir un adicional por debajo de la línea var en el entre, o en la parte superior o inferior de las 3 líneas:
var sc_invisible=1;
The final code will looks like below: El código final se parece a continuación:
<!-- 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. Cargar el nuevo plug-in de archivos al servidor, o si ya la edición en el servidor, guardar el archivo. Voila, the StatCounter will now always invisible to visitors’ eyes. Voila, la StatCounter ahora siempre invisible a los visitantes los ojos.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta es una máquina traducido la página que se proporciona "TAL CUAL" SIN GARANTÍA. Machine translation may be difficult to understand. La traducción automática puede ser difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayuda en My Digital Life Forums Mi vida digital foros .
Related Articles Artículos relacionados
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - plugin para Wordpress sitio estadística y contra el tráfico
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Desactivar permanentemente AdSense-Deluxe plugin WordPress plugin recompensa autor opción
- Tag Managing Thing Plugin for WordPress 2.3 or Above Gestión de etiquetas Cosa Plugin para WordPress 2.3 o encima de
- Technorati Incoming Links Plugin for WordPress Próximos enlaces Technorati plug-in para WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin Columna 3 Relajación WordPress Tema comentarios-paged.php para Paginado-Comentarios WordPress Plugin
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler plugin para eliminar XLM enlace en WordPress Blog de cabecera
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Leyenda Disabler WordPress Plugin para desactivar y eliminar la funcionalidad de subtitulos
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Cómo deshabilitar o esconder las estadísticas de WordPress.com Automattic plugin icono Smiley
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Actualización automática de WordPress a la versión más reciente, con actualización automática de plug-in (WPAU)
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress plugin: Pantalla de Google Analytics y FeedBurner las estadísticas de los informes del administrador del sitio

























