DEV Community

Abdullah Al Adnan
Abdullah Al Adnan

Posted on

Commex - Disqus Alternative

Hi there today i am introducing Commex a Disqus Alternative ..

Here you own your own data .

you can visit https://github.com/OpenCommex/Commex for detailed instructions or just create an account in https://commex.anipub.xyz ..

After creating account you can create your organization .. give details needed there ... including your MongoDB connection string .. and you will get a embed code

<div id="commex-widget"></div>
<script>
  window.CommexConfig = {
    orgSlug: "my-org",
    pageUrl: window.location.href
  };
</script>
<script src="https://commex.anipub.xyz/embed/commex.js" async></script>
Enter fullscreen mode Exit fullscreen mode

take that and add it in your site ... and you are good to goo .. !

Top comments (0)