imsun / gitment

A comment system based on GitHub Issues.
https://imsun.github.io/gitment/
MIT License
4.06k stars 347 forks source link

从微信好友转发访问页面时Gitment无法正常加载评论 #97

Open liangli2718 opened 6 years ago

liangli2718 commented 6 years ago

即便是已经初始化过, Gitment评论框也会显示 "Error: Comments Not Initialized"

原因: 微信转发时会自动在url后添加paramter:

朋友圈 from=groupmessage&isappinstalled=0
好友分享 from=singlemessage&isappinstalled=0

例如 www.example.com/a.html 在微信分享之后会变成www.example.com/a.html?from=singlemessage&isappinstalled=0

由于gitment使用issue里的label作为识别comment的方式,而label就是url,导致同一个页面用普通浏览器和微信内置浏览器访问产生的label不一样。

liangli2718 commented 6 years ago

解决方案 在construct参数里添加以下两项

link: location.href.split("?")[0].split("#")[0], id: location.href.split("?")[0].split("#")[0]

@Bakumon 感谢修改

Bakumon commented 6 years ago

id: location.href.split("?")[0].split("#")[0] 锚点也会有这个问题

liangli2718 commented 6 years ago

Duplicate of #46 #55 #62 #83

sariabiha commented 2 years ago

https://advance-esthetic.us/rf-facial-machines