How to Add Comments to Any Page
If you've been using the Internet at all in the past several years, then you understand how important the concept of the "social Web" is to the success or failure of websites. When you start your own website, then, you'll want to make sure it's optimized so that visitors can participate in such activities. One way of doing this is by making it possible for users to comment on any Web page, a task that's extremely simple with a bit of JavaScript code.
Instructions
-
-
1
Log in to your Web hosting account and access your "File Manager." Navigate to the Web page into which you wish to insert a comment thread, and then double-click on it to open it in an HTML editor.
-
2
Drag your mouse to select the following line:
"<script src="http://js-kit.com/comments.js"></script>"
Hold down the "Ctrl" + "C" keys at the same time to copy the code to your computer's clipboard.
-
-
3
Return to your HTML document and navigate to the place in the Web page where you'd like to insert a comment thread. Click your mouse at the beginning of the line you choose, and then hold down the "Ctrl" + "V" keys at the same time to paste the code into your HTML file. Click "Save" to return to your file manager.
-
4
Visit your website, specifically the page into which you inserted the JavaScript code. Notice that you have now inserted a fully functional comment thread to your page.
-
1