Skip to content

Releases: mcnaveen/SupaComments

v0.0.4

14 Apr 06:08
Compare
Choose a tag to compare
  • 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

14 Apr 06:06
Compare
Choose a tag to compare
  • Now you can set the site URL via div tag, instead of .env
<div id="comments" data-url="yoursite.com"></div>

v0.0.2

10 Apr 14:14
Compare
Choose a tag to compare
  • Easily add comment section anywhere with the div element
<div id='comments'></div>