Adding Comment Feature to Web Pages
Using the comment feature on websites, visitors can share feedback about products or services. If you own a website, you should add the comment feature, which enables users to leave comments on your Web pages or participate in discussions with other users. Allowing visitors to make comments is essential if you want your product or service to be seen and heard in the online world. By using a simple Java script code, you can easily enable the comment feature on your website.
Instructions
-
-
1
Sign in to your Web hosting account. Click on "File Manager" to access your Web folder. Double-click on the specific Web page in which you would like to add the comment box and open the page in a Web editor.
-
2
Type this Java script code <div class="js-kit-comments" backwards="yes" paginate="10"></div><script src="http://js-kit.com/comments.js"></script> in the area of the Web page where you’d like the comments feature to appear.
-
-
3
Click the "Save" button on the Web file to save the comments code. Go back to your "File Manager" and visit the Web page in which you placed the Java script code to view the comment feature.
-
4
Type the first comment in the comment box to claim your administrative rights to this feature.
-
5
Repeat Steps 2-4 on any other Web page that you would like to add the comment feature.
-
1