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