¡Más dinero! (ii)
2005-11-13 03:03:00
Por lo que comenta Onez, parece que es algo complicado poner en marcha el sistema de referencia del Firefox, así que, para facilitaros las cosas, me he acercado virtualmente a la web que os enlacé ayer y he sacado el código fuente de lo que ellos llaman el nivel 1, es decir, que al entrar a tu página con internet explorer salga un "cartel" con texto negro y fondo amarillo en la zona superior.
Le he quitado comentarios y un par de cosas que no nos interesan, como la opción de informar a los que han programado el script de cual es nuestro porcentaje de navegadores en las visitas. Tambien he sustituido su usuario de Adsense por un montón de asteriscos (*) para que os sea más fácil encontrar donde poner vuestro identificador de usuario.
Los pasos para instalarlo son tres: localizar la etiqueta <body> de vuestra página web, sustituirla por el código fuente que os pongo a continuación (un simple cortar y pegar) y buscar la linea con diez o quince asteriscos y poner ahí vuestro usuario de Adsense, que debe tener la forma PUB- y un número de unas doce o trece cifras.
Ahora la mala noticia: me da la impresión de que son ganancias independientes de las de la publicidad directa, o, al menos, no parece que se sumen directamente a los beneficios diarios. Por lo que leo en la ayuda, me parece que a final de mes si que se suman para hacer los cheques, pero, como siempre con estas historias de Google, no está nada claro.
Importante: el "cartel" no sale hasta que la página está totalmente cargada, es decir, que si tienes muchas imagenes puede tardar un poco.
<body onload="javascript:hasIE_hideAndShow();"> <script type="text/javascript"> <!-- // This function does the actual browser detection function hasIE_hasIE() { var ua = navigator.userAgent.toLowerCase(); return ((ua.indexOf('msie') != -1) && (ua.indexOf('opera') == -1) && (ua.indexOf('webtv') == -1) && (location.href.indexOf('seenIEPage') == -1)); } function hasIE_showOnlyLayer(whichLayer) { if (document.getElementById) { var style2 = document.getElementById(whichLayer); } else if (document.all) { var style2 = document.all[whichLayer]; } else if (document.layers) { var style2 = document.layers[whichLayer]; } var body = document.getElementsByTagName('body'); body[0].innerHTML = style2.innerHTML; } function hasIE_showLayer(whichLayer) { if (document.getElementById) { var style2 = document.getElementById(whichLayer).style; style2.display = "block"; } else if (document.all) { var style2 = document.all[whichLayer].style; style2.display = "block"; } else if (document.layers) { var style2 = document.layers[whichLayer].style; style2.display = "block"; } } function hasIE_moveAd(adid) { if (document.getElementById) { var ad = document.getElementById('hasIE_ad'); var adloc = document.getElementById(adid); } else if (document.all) { var ad = document.all['hasIE_ad']; var adloc = document.all[adid]; } else if (document.layers) { var ad = document.layers['hasIE_ad']; var adloc = document.layers[adid]; } adloc.innerHTML = ad.innerHTML; } // Hides and shows sections of the page based on whether or not it's // running in IE function hasIE_hideAndShow() { if (hasIE_hasIE()) { hasIE_showLayer("hasIE_level1"); } } function hasIE_ContinueWithoutFF() { if (location.href.indexOf('?') != -1) location.href += '&seenIEPage=1'; else location.href += '?seenIEPage=1'; } --> </script> <div id="hasIE_level1" style="display: none;"> <div style="padding: 20px; background: #ffffbb; font: 15px arial; color: #111111; line-height: 17px;"> <div style="width: 650px; margin: 0 auto 0 auto;"> <div style="padding-left: 8px; padding-top: 0px; float: right;"> <script type="text/javascript"><!-- google_ad_client = "pub-************************************"; google_ad_width = 125; google_ad_height = 125; google_ad_format = "125x125_as_rimg"; google_cpa_choice = "CAAQo-aZzgEaCM3CU97Siy5UKK2293M"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <strong>We see you're using Internet Explorer. Try Firefox, you'll like it better.</strong> <br /><br /> <strong>·</strong> Firefox blocks pop-up windows. <br /> <strong>·</strong> It stops viruses and spyware. <br /> <strong>·</strong> It keeps Microsoft from controlling the future of the internet. <br /><br /> Click the button on the right to download Firefox. It's free. </div></div></div>