|
Setting Up Comments on Website Pages As you may recall from the Overview, when you publish a page on your website, your readers can leave comments about what they've just read. All you need do is put a couple lines of Javascript code where you want the reader comments to appear. Suggestion: don't have the comments use 100% of the page width. They look too wide, if you do. Put an HTML table with columns on the left and right. Then put the comments in the middle of that... Here's the exact Javascript code: <script language="Javascript"
src="http://www.domain.com/maxcomments/comments_show.php"> where www.yourdomain.com is your domain name and 'maxcomments' is where you put Max Comments.
What more can you say? Just copy/paste this code in, and you're set to go... |