Page 1 of 1 [ 3 posts ] 

Claradoon
Supporting Member
Supporting Member

User avatar

Joined: 23 Aug 2006
Gender: Female
Posts: 4,964
Location: Canada

17 Oct 2010, 5:50 pm

I would like to put a Comments section with each page of my website (except Welcome) , but I can't see how to do this.

The site is
www.ptsdinfo.net

Can you help me?
Thank you!



StuartN
Veteran
Veteran

User avatar

Joined: 20 Jan 2010
Age: 60
Gender: Male
Posts: 1,569

18 Oct 2010, 3:36 am

Claradoon wrote:
I would like to put a Comments section with each page of my website (except Welcome) , but I can't see how to do this.


Assuming that you have access rights to the server, and the server runs the appropriate languages, you need to learn about the HTML form methods and handlers.

An alternative, if your server permits, is to install Wordpress, Drupal or some other blogging or content management system that has a comments feature.

If you enable comments, then you will have to prepare for comment spam and obscenity. Wordpress has features to moderate, bot screen and user ban. (You could even open an account on www.wordpress.com for comments, and link to it in your hosted web site).



computerlove
Veteran
Veteran

User avatar

Joined: 10 Jul 2006
Age: 123
Gender: Male
Posts: 5,791

02 Nov 2010, 7:01 pm

Hi clara, easiest thing that comes to my mind: create a blogger.com account, it's free, and because comments will be hosted there you'll just need to show the comments page by inserting a code in your website.

For example, this page https://www.blogger.com/comment.g?blogI ... 2972468242
is the comments page of this post: http://kalynskitchen.blogspot.com/2010/ ... olive.html

So, you'll need to the code below in the HTML code:

code guide from W3 http://www.w3schools.com/tags/tag_iframe.asp

Code:
iframe src ="http://www.google.com/" width="100%" height="800">
  <p>Your browser does not support iframes.</p>
</iframe>


to create a "frame" inside a page in your site. Preferred at bottom.

in this case, you'll substitute the http://www.google.com/ link with the related comment page.

if you have any questions or help setting it up PM me


_________________
One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die.