We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

Hirmine on 12/08/06


Tagged

input blog comments comentarios Commentary


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

alvaroisorna
Hirmine


metodo fácil para crear sistemas de comentarios


Published in: JavaScript 


URL: http://js-kit.com/

Una manera muy rapida de poner un sistema de comentarios en tu blog. Personalizable en cuanto a diseño (CSS). Podria tener inconvenientes como que no dispones del código fuente del script, por tanto no lo puedes modificar. El comentario mas nuevo se va colocando debajo del anterior.Otra fuente: http://www.leandrodonofrio.com/recursos/scripts/js-kit-la-manera-mas-facil-para-crear-sistemas-de-comentarios/

  1. <body>
  2. <div id="js-kit-comments" label="Dejar un comentario"></div> /*linea clave*/
  3. <script src="http://js-kit.com/comments.js"></script>
  4. </body>

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: Hirmine on December 11, 2006

A very rapid way of putting a system of commentaries in your blog. Personalizable as for design (CSS). Podria have disadvantages like that you have not the code source of the script, therefore you cannot modify it. The commentary mas new is placed under the previous one. Another source: http://www.leandrodonofrio.com/recursos/scripts/js-kit-la-manera-mas-facil-para-crear-sistemas-de-comentarios/

You need to login to post a comment.