SupaComments Versions Save

⚡ A blazing fast, lightweight, and open source comment system for your static website, blogs powered by Supabase

0.0.4

2 years ago
  • 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>

0.0.3

2 years ago
  • Now you can set the site URL via div tag, instead of .env
<div id="comments" data-url="yoursite.com"></div>

0.0.2

2 years ago
  • Easily add comment section anywhere with the div element
<div id='comments'></div>