An open API service indexing awesome lists of open source software.

https://github.com/mtoensing/add-reply-button

Adds an additional reply button at the end of each comment thread.
https://github.com/mtoensing/add-reply-button

Last synced: 2 months ago
JSON representation

Adds an additional reply button at the end of each comment thread.

Awesome Lists containing this project

README

          

=== Append reply button ===
Contributors: marcdk
Tags: comments, reply, threaded
Requires at least: 3.0
Tested up to: 5.6
Stable tag: 1.1
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Adds an additional reply button at the end of each comment thread. Nested comments have to be enabled and works only for the first level.

* No jquery is used.
* Only a few lines of pure JavaScript.

== Installation ==

Unzip and upload the plugin into the plugins folder of your blog, Activate it. You're done!

Make sure that you have 2nd level threads enabled.

== Frequently Asked Questions ==

= It does not work! =

Please change your theme to twenty seventeen and check if it works there. If it does your theme does something weird.

== Changelog ==

= 1.1 =

Support for Firefox

= 1.0 =

initial version