GithubHelp home page GithubHelp logo

bologer / anycomment.io Goto Github PK

View Code? Open in Web Editor NEW
48.0 48.0 14.0 37.82 MB

AnyComment - Commenting Plugin for WordPress

Home Page: https://anycomment.io

License: GNU General Public License v3.0

PHP 54.72% JavaScript 5.75% HTML 3.35% Shell 0.40% TypeScript 14.23% SCSS 21.56%

anycomment.io's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

anycomment.io's Issues

Think on how to handle users which use different socials with same email address

Some of the users can be using different social networks to authorize, but the same email address.

WordPress does not allow duplicate email addresses, so it is required to somehow handle that.

One of the possible solution would be to say some error message to user that email of the social account he is trying to sign up was previously registered using different social network, so to force him login with the one he used before.

Currently it just redirects user without saying a thing, would be nice to inform client about it.

Load comments on scroll to it

Add options to load comments to event when user scrolls to it.

It could be useful for websites that really consider speed & don't need to load comments everytime.

Likes integration

Add ability to like comments.

Need to create a table:

  • id bigint
  • user_id bigint
  • post_id bigint
  • user_agent varchar
  • ip varchar
  • liked_at bigint

Possibly use fingerprint for guest users to track likes.

Alerting system

Required to have some alert system about success/failure operations.

For example:

  • show error on failure to authorize
  • show success on successful authroziation

Fix logged in comment box resizing

Unable to resize comment box when logged in, it seems that the size of the box does not change, however textarea is changing its size

Textarea propert width

Currently comment field has little bug: it goes under outline line, meaning that long comments will be semi-hidden behind blank space

Fix uninstall hook warning

Fix this:

register_uninstall_hook( __FILE__, [ $this, 'uninstall' ] );

as it cant be used this way, check this:

if ( is_array( $callback ) && is_object( $callback[0] ) ) {
		_doing_it_wrong( __FUNCTION__, __( 'Only a static class method or function can be used in an uninstall hook.' ), '3.1.0' );
		return;
	}

https://stackoverflow.com/a/11976433

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.