Question about the URL of the site where the comments plugin is installed. At the moment, comments on my site are being successfully added, but if one of the URL parameters changes, comments are not visible. I need a comment to be present on the page with the corresponding id , regardless of other URL parameters. For example, a comment is present on the page: http://www.mysite.com/index.php?lang=ru&act=item&id=1726&val=USD , if the visitor changes the site's currency, or the site language, the GET parameters of val and lang change accordingly the general address of the page on which there is no comment left for a specific id changed, because for facebook this is already another absolute comment URL. Question: Is it possible to write a data-href so that the comment is bound to only one or several URL parameters?

    0