Releases: mcnaveen/SupaComments
Releases · mcnaveen/SupaComments
v0.0.4
- Now you can enable the Click to Load feature by settings
clickToLoad="true"
- This will prevent auto-loading the comments when the page is opened.
- Helps with Page Speed & CLS
<div id="comments" data-url="yoursite.com" clickToLoad="true"></div>
v0.0.3
- Now you can set the site URL via div tag, instead of
.env
<div id="comments" data-url="yoursite.com"></div>
v0.0.2
- Easily add comment section anywhere with the div element
<div id='comments'></div>