umputun / remark42

comment engine
https://remark42.com
MIT License
4.81k stars 374 forks source link

Use window.location.origin + window.location.pathname for links if the unique identificator (url) is not URL. #1692

Open ob-tk opened 9 months ago

ob-tk commented 9 months ago

Use window.location.origin + window.location.pathname for all possible links (rss, telegram, comments body) if the unique identificator (url) is not URL.

Let me explain. I use unique identifiers that do not depend on sites URL (to display comments on the same pages on different sites) - in this case all links are broken (example: <a href="id68033986#remark42comment-f379ad44-72fb-3c69-a548-e0943b8f1afc" class="commenttime">), although this can be avoided.