Advanced Options for HTML Comment Box
label customization
This code allows you to change the text within the HTML comment box form. IE, to change 'Comments' to say 'Guestbook', and Guestbook will be your new title hovering above your visitors' comments! You could also use this code to convert the comment box to another language. However, you cannot change the words used in the date of a comment posted, such as '5 minutes ago' currently. For now, if you don't want English dates on your page, you may disable date display in the basic options for the comment box.
important instructions:
- This code goes ABOVE the main HTML Comment Box code!
- Use this code only if you have some idea what you're doing. You should probably know basic javascript.
- If you have issues, try removing this code from your HTML.
<!-- customize labels of htmlcommentbox.com -->
<script>
// This code goes ABOVE the main HTML Comment Box code!
// replace the text in the single quotes below to customize labels.
hcb_user = {
comments_header : 'Comments',
name_label : 'name',
submit : 'comment',
logout_link : '[log out]',
admin_link : '[admin]',
no_comments_msg: '<p>No one has commented yet. Be the first!</p>',
add: '(+) Add your comment',
rss: 'comment feed',
said: 'said:',
prev_page:'<prev',
next_page:'next>',
website_label:'website (optional)',
email_label:'email (optional)',
anonymous:'Anonymous',
msg_thankyou:'Thank you for commenting!',
msg_approval:'(this comment is not published until you approve it)',
msg_approval_required:'(Your comment will not be visible until approved by the moderator)',
err_bad_html:'Your comment contained bad html.',
err_too_frequent:'You must wait a few seconds between posting comments.',
err_comment_empty:'Your comment was not posted because it was empty!',
MAX_CHARS: 2048
};
</script>
<!-- done customizing labels of htmlcommentbox.com -->
Pre-built advanced examples:
You can also put HTML, like image tags, inside these custom variables for some great looking effects!
