Attaching your comments to specific parts of a document makes your feedback more clear. If someone else is commenting on the document, replying to their comments lets you have a discussion, even when you're not all in the document at the same time. Select the content you want to comment on. Go to Review New Comment. To view comments on a video, scroll down the video's page. Replies are threaded to make it easy to follow conversations. All comments on YouTube are public and anyone can reply to a comment that you post. If you can't find a comment after you get a notification, it's possible that the comment has already been removed. Document and comments with connector lines on single page B. Document and comments with connector lines on separate pages C. Comments only D. Document and comments with sequence numbers By default, Acrobat prints PDFs with any stamps that were applied. Latest opinion, analysis and discussion from the Guardian. CP Scott: 'Comment is free, but facts are sacred'.

  1. Cbs Comments Page
  2. Comment Page For Website
  3. Comment Page Sample
  4. Free Html Comment Page

EasyComment jQuery Plugin

Allowing visitors to leave comment on your web page can never be easier with the help of EasyComment. EasyComment is a lightweight yet full functional jQuery plugin that can be easily embedded in any web page to allow visitors to leave comments on that page. No database is required. EasyComment also support multi section comments within one page. EasyComment has the following features:

  • Multiple comments in one page.You can easily add comment to different section within the same page.
  • Multi-level reply allowed
  • Comment moderating options:
    • No moderate: This is the default option
    • Waiting for approval: Other visitors will not see this comment until it is approved
    • Trash
    • Spam: Blacklist visitor's IP address
    • Approved
  • Easy use comment dashboard to spam, trash or approve a new comment
  • Dynamic reply level control: control how deep the reply can go for individual comment.
  • Support special element:
    • [link]your-url[/link] for <a></a> element
    • [img]image-url[/img] for <img></img>
    • [b]your-text[/b] for <strong></strong>
    • [u]your-text[/u] for <u></u>
    • [i]your-text[/i] for <i></i>
    • [strike]your-text[/strike] for <strike></strike>
    • [quote]your-text[/quote] for <blockquote></blockquote>
  • No database support required: Comments are managed using XML file format.
  • Tested in IE9, Firefox 3.6+, Google Chrome 11, Opera 10+, Safari 5.04 .

Cbs Comments Page

EasyComment Document


How to setup/use EasyComment?
Suppose your domain is http://www.your-domain.com/, and EasyComment will be installed right under the root directory.
  1. Login to your web server and create a folder under your domain directory called easy-comment
  2. Download the source code from here and upload the following files to easy-comment:
    • jquery.easy-comment.min.js
    • ec-comment.php
    • ec-moderator.php
    • ec-dashboard.html
    • ec-comment.png
    • ec-close_box.png
  3. Within <header> section of your web page, add the following two lines:
  4. Within your web page, add <div> element to the right place as a comment container. For example: For comment container, you should always give an ID attribute so that you can seperate it from others when you are in the dashboard.
  5. To use EasyComment, you will have to enable it within jQuery.ready() function. Or specify the EasyComment path explicitly if you are not install EasyComment under root directoy Notice the path here should be the absolute path to the folder where you install EasyComment. For example, if your domain is http://www.jswidget.com/, and you create a folder called my_comment under the domain root folder. You should be able to access that folder by typing http://www.jswidget.com/my_comment in the browser's address bar. The path value should then be '/my_comment/'.
  6. Below is a functional template file. View Example
  7. You can now start using EasyComment.
OptionsDefault valueDescription
path/easy-comment/ Set the path where the EasyComment is installed.
maxReply5 The depth of reply for individual comment. 0 will disable reply to any comment.
moderatefalse False to publish the comment immedietely, True to wait for approval. If moderate is set to true, you should change the moderator email address in ec-comment.php to your address so that you can receive notification when a new comment is posted.
heightnull If height is null, the EasyComment will use the height set in the container element. If height is a numeric value, the container height will be set to this value. Scollbar will show if needed.
countPerPage10 Number of comments displayed per page. If countPerPage = 0, there will be no paging buttons, all the comments will be shown in current page.
hasSubjectfalse True to have subject field in the comment form.
hasEmailfalse True to have email field in the comment form.
hasSitefalse True to have web site field in the comment form.
BookThe view comments pageComment Page

Comment Page For Website


Source Code Download

Comment Page Sample

Do you like EasyComment?

EasyComment is distributed under 'New BSD License', so you can use it everywhere, even in commercial applications. If you appreciate my work, you can support it by making a small donation:

Free Html Comment Page

Care to leave your comment?