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/
<body> <div id="js-kit-comments" label="Dejar un comentario"></div> /*linea clave*/ <script src="http://js-kit.com/comments.js"></script> </body>
Comments
Subscribe to comments
You need to login to post a comment.

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/