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.
- Host: GitHub
- URL: https://github.com/mtoensing/add-reply-button
- Owner: mtoensing
- Created: 2021-03-15T21:11:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T19:34:28.000Z (over 5 years ago)
- Last Synced: 2025-01-01T18:12:39.110Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://wordpress.org/plugins/add-reply-button/
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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