Hello AL, yes, it can be added on multiple pages, just paste that include line and the comment script will automatically display different set of comments on the different pages. Or if you like, you can also show same set of comments in multiple locations, that is by specifying a comment ID before the include line and use same ID in as many locations if you like, for example:
Or if you like, you can also show same set of comments in multiple locations, that is by specifying a comment ID before the include line and use same ID in as many locations if you like, for example:
$comment_id = "article_20"
include("comments/comments.p hp");
Again, if you do not specify an ID, then it will show different comments on each different page.