I use a script called ezhomepage that allows users to my site to make their own web page. (see it here
http://www.winclub.us/mypage/index.html).
I want to add a comment box on each generated user page, i.e. each user has their own comment box. I tried a one from instacomment that would allow different message boxes by assigning tagnames
Code:
<script>instac_button(386, "tagname");</script>
but it seemed not to work with $username.
Every other one I found seems that they would add the same comment box on each page. Does anyone know of a script that will make a different comment box for each user that I can add to the ezhomepage script?
Or the correct syntax for the instacomment? I just had the line as
Code:
HTML "<script>instac_button(386, '$username');</script>\n";
Is that way off and that's why it wouldn't work?