Coder Social home page Coder Social logo

cusdis-wp-comment-plugin's Introduction

Cusdis WordPress Comment Plugin

This plugin replaces the original WordPress comment system with the Cusdis comment system for static HTML sites.

Before installing, make sure to register your domain on cusdis.com by clicking on the "START FREE" button.

To install the plugin:

  1. Download My-Cusdis-Comment-Plugin.php from here
  2. Put the file in \wp-content\plugins\My-Cusdis-Comment-Plugin.php
  3. Activate the plugin
  4. Done!

Compared to Disqus, Cusdis is not designed as a full alternative. It aims to implement a minimalist embedded comment tool for small sites like your static blog.

Here are the pros and cons of Cusdis:

Pros

  • Cusdis is open-source and self-hostable, meaning you own your data.
  • The SDK is lightweight (~5kb gzipped).
  • Cusdis does not require commenters to sign in, and does not use cookies at all.

Cons

  • Cusdis is in the early stages of development.
  • You have to manually moderate comments which are not displayed by default until you approve them, since there is no spam filter.
  • Disqus is a company, whereas Cusdis is not.

To use the plugin, replace 753c115a-e791-4f69-9443-da8ddf73b1bb in the following code with your own domain ID obtained from your cusdis.com registration results code:

#code from cusdis example is shown below:

	<div id="cusdis_thread"
	data-host="https://cusdis.com"
	data-app-id="753c115a-e791-4f69-9443-da8ddf73b1bb"
	data-page-id="123456789"
	data-page-url="https://roywikan.github.io/cusdis-wp-comment-plugin/"
	data-page-title="cusdis-wp-comment-plugin" >		
	</div>
	
	<script async defer src="https://cusdis.com/js/cusdis.es.js"></script>

#comment form demo is in DEMO CUSDIS

cusdis-wp-comment-plugin's People

Contributors

roywikan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.