jueves, 26 de agosto de 2010

GENERAR UN GRAFICO DE ESTADISTICA DEL BLOG

Para generar tal gráfico solo debemos tomar el código a continuación y subirlo dentro de un gadget javascript del diseño del blog.

<div style="float: left;"><img style="width: 53px; height:48px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSFVqZtNTQl3mNtYhoUBwcsh2DOcC8PhtbvXdWe4g76qTHV8NSmDgd_9ffMZaXyBqqP4_H76q6rnPybalbbIbD8yQGxHIlHfcgvddR7hT1E0LPWE8_WaaLGOZcEOSSqTiM5111vL2IB1Ox/s1600/stats.png"/></div>
<div style=" float: left; text-align: left; font-size:12px;">
<script> function DiasOnline(Dia, Mes, Year, Texto) { Meses = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"); Hoy = new Date(); Inicio = Date.parse(Meses[Mes - 1] + " " + Dia + " " + Year); Resultado = Math.round((Hoy.getTime() - Inicio) / 86400000); document.write(Resultado + " " + Texto); } DiasOnline(22, 1, 2009, "" );</script> días online<br/>
<script style="text/javascript">
function showpostcount(json) {
document.write(parseInt(json.feed.openSearch$totalResults.$t,10));
}</script>
<script src="http://nombre-de-mi-blog.blogspot.com/feeds/posts/default?alt=json-in-script&amp;callback=showpostcount"></script> entradas
<br/>
<script src="http://nombre-de-mi-blog.blogspot.com/feeds/comments/default?alt=json-in-script&amp;callback=showpostcount"></script> comentarios</div><div style="clear: both;"></div>
y listo!
Tódo para el blog