02-Jun-2024, 10:52 PM
(02-Jun-2024, 08:21 PM)philips300 Wrote:I got it working, thanks.(28-May-2024, 05:36 PM)afoster Wrote:(28-May-2024, 05:11 PM)philips300 Wrote: https://commentics.com/integrationThanks for your response...I have that set up in a separate file which I then include from the post.html.php file. My problem is that I don't know what to change the 'identifier' to. Obviously leaving the 1 there does not work. What did you change yours to? I am getting the comments posted, the problem is that the comment is displayed in all articles, not just the one I want to post a comment to.
Add this to yours
post.html.php
<div id="commentics"></div>
<script src="http://your-domain.com/comments/embed.js"></script>
<script>
var commentics_config = {
'identifier': '1',
'reference' : 'Page One'
};
</script>
You have to change the black writing
here
https://docs.htmly.com/tips-trick/commen...ntegration