Web-Stat web traffic analysis

sábado, 5 de febrero de 2011

OTROS Detallitos para el blog usando funciones

Function dias online() – conectar con la entrada antigua


y tambien la funcion showpostcount

<script type='text/javascript'>   
   function showpostcount(json) { 
   document.write(parseInt(json.feed.openSearch$totalResults.$t,10)); 

</script>

<script type="text/javascript">
function showpostcount(json) {
   document.write(parseInt(json.feed.openSearch$totalResults.$t,10));
}
</script>


<script src="http://NOMBREBLOG.blogspot.com/feeds/posts/default?alt=json-in-script&callback=showpostcount">
</script> entradas
<script src="http://NOMBREBLOG.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showpostcount">
</script> comentarios

0 comentarios:

Publicar un comentario

  © Blogger template Newspaper III by Ourblogtemplates.com 2008

Back to TOP