11 dic 2008

Trucos Blogger:Como poner las entradas mas comentadas en tu sidebar

Agregas un widget en codigo html,de la manera normal

Y En el insertas el siguiente codigo:

<!------Inicio codigo mas comentados-------></span>
<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);">&lt;script type="text/javascript"&gt;</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> function pipeCallback(obj) {</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> document.write('&lt;ol style="text-transform: capitalize;"&gt;');</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> var i;</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> for (i = 0; i &lt; obj.count ; i++)</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> {</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> var href = "'" + obj.value.items[i].link + "'";</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> var item = "&lt;li&gt;" + "&lt;a href=" + href + "&gt;" + obj.value.items[i].title + "&lt;/a&gt; &lt;/li&gt;";</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> document.write(item);</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> }</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> document.write('&lt;/ol&gt;');</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> }</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> &lt;/script&gt;</span>



<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"> &lt;script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&amp;_callback=pipeCallback&amp; _id=e1f5a9b2248904d8b81f794c09353010&amp;url=http%3A%2F%2F</span><span style="color: rgb(153, 153, 153); font-weight: bold; font-style: italic;">vromo.blogspot.com</span><span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);">&amp;num=5" type="text/javascript"&gt;&lt;/script&gt;</span>

<span style="font-style: italic; font-weight: bold; color: rgb(153, 153, 153);"><!------FIN codigo mas comentados vromo.blogspot.com------->


Donde dice vromo.blogspot.com Pones tu direccion y Listo!.

Ademas puedes cambiar el numero de entradas que quieres que aparezcan..

3 comentarios: