Installing jswidget easy-comment fails when trying to Submit the comment

Installing jswidget easy-comment fails when trying to Submit the comment

First, I attempted to contact support@jswidget.com - but have not had a reply. Second, I see a problem with similar description which was asked 1 year ago - and it seems to have no resolution.

Here is my situation:

I have attempted to install the easy-comment files at http://www.miscelpage.com/easy-comment/

 

I have a page at http://www.miscelpage.com/allshare/1fopt.shtml , where I attempted to follow the install directions. In the head section I have included:

<script type="text/javascript"

        src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"> </script>

<script type="text/javascript"

        src="http://www.miscelpage.com/easy-comment/jquery.easy-comment.min.js"></script>

<script type="text/javascript">

    jQuery(document).ready(function(){

 

    $("#my-1fopcomment").EasyComment({

      path:"/easy-comment/", //Change it to the folder where you put the easycomment files

      moderate:false,

      maxReply:5

    });

 

    });

    </script>

 

While in the body, I included:

<div id="my-1fopcomment"></div>

 

------------------------------------

 

Now, the question is what other folders might I need, or have I misnamed the ID or do I need to create a comment folder specific to each ID? The instructions are simply not clear on where the comments reside. Are comments in a folder I must create? Where? How named, and how referenced?

I tried creating a folder my-1fopcomment in both the root and allshare directories, but neither receive a comment.

 

Perhaps I have not copied the html correctly?I have verified that access to the .js files in the easy-comment folder works. But where do the comments go? There is absolutely no indication of what happens when clicking on the Submit button.

The page can be viewed complete with what looks like the ability to leave a comment at http://www.miscelpage.com/allshare/1fopt.shtml and the easy-comment files are located at http://www.miscelpage.com/easy-comment/.

I am new to the forum, but not new to html, and yet I am not comfortable enough with javascript to figure this out. Thank you for any help you can provide.

John B. Moss

Webmaster, http://www.miscelpage.com