=== Truncate Comments ===
Contributors: Flector
Donate link: https://www.paypal.me/flector
Tags: comment, comments, hide content, collapse, amazon
Requires at least: 3.0
Tested up to: 5.1
Requires PHP: 5.3
Stable tag: 2.00

The plugin uses Javascript to hide long comments (Amazon-style comments).

== Description ==

Truncate Comments is a plugin that hides a part of a long comment under a "<strong>Read more</strong>" link that, when clicked, reveals the hidden part of the comment. The plugin provides the functionality of Amazon.com comments.

If you liked my plugin, please <strong>rate</strong> it.

The plugin uses [jQuery Collapser](http://www.aakashweb.com/jquery-plugins/collapser/) by Aakash Chakravarthy.


== Frequently Asked Questions ==

= Installation Instructions =

1. Visit &#171;<strong>Plugins\Add New</strong>&#187;.
2. Search for &#171;<strong>Truncate Comments</strong>&#187;.
3. Install and activate the plugin.
4. That's all.

Plugin settings are available in &#171;<strong>Settings\Truncate Comments</strong>&#187;.

= How to style a "Read more" link using CSS? =

Add the following code to the <strong>style.css</strong> file of your theme.

`
.commentMoreLink {
   color:red!important;
}
`

The link will become red (just an example).

= Does the plugin support localization? =

Yes, please use [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/truncate-comments).

== Screenshots ==

1. The plugin settings page.
2. Example of a hidden comment.

== Changelog ==

= 2.00 =
* minor bug fixes
* added "Hide" button.

= 1.04 =
* minor bug fixes

= 1.03 =
* removed PHP notices.

= 1.02 =
* removed the bundled languages in favour of language packs from translate.wordpress.org.

= 1.01 =
* added German translation (thanks to [ezkay](https://wordpress.org/support/profile/ezkay)).

= 1.00 =
* first public version.
