=== Clickit Read more === Author: sylvie9 Contributors: sylvie9 Donate link: https://ko-fi.com/sylvie9 Tags: read more, shortcode, UI, expand collapse Requires at least: 5.0 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A lightweight and easy-to-use plugin that adds a customizable "Read More" toggle shortcode with a settings page to control button styles. == Description == Clickit Read more allows you to wrap any content inside a [read-more] shortcode to hide it until the user clicks a button. It provides a backend settings page where you can fully customize the "Read More" button, including: - Button background color - Hover background color - Button text color - Hover text color - Font size - Padding This plugin is perfect for long posts, FAQs, product descriptions, or any content you want to initially hide for a cleaner layout. == Installation == 1. Upload the `clickit-readmore` plugin folder to `/wp-content/plugins/` 2. Activate the plugin in the WordPress Admin 3. Navigate to **Settings → Read More** to configure the button style options 4. Use the shortcode in posts, pages, or blocks: [read-more]Your hidden content here[/read-more] For example: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur suscip [read-more]t sit amet quam vel porta. Vivamus sed eros et urna malesuada feugiat. Sed vitae lorem quis odio...[/read-more] == Frequently Asked Questions == = Why isn’t my button style updating? = Ensure you have clicked **Save Changes** in the **Settings → Read More** page after customizing your options. == Screenshots == 1.Shows the plugin settings page where you can customize the "Read More" button: 2.Demonstrates how to wrap the content you want to hide with the shortcode: [read-more]Hidden content[/read-more] 3.Displays how the "Read More" button appears on the frontend before the hidden content is expanded. 4.Shows the hidden content after clicking the button, with the button text changed to "Read Less". == Changelog == = 1.0 = * Initial release with shortcode, settings page, customizable button styles, and smooth toggle animation. == Upgrade Notice == = 1.0 = Initial stable version.