| 1 | === Little Message Lite === |
|---|
| 2 | Contributors: codigoed |
|---|
| 3 | Tags: contact, form, messages, email, lightweight |
|---|
| 4 | Requires at least: 6.2 |
|---|
| 5 | Tested up to: 6.8 |
|---|
| 6 | Requires PHP: 7.4 |
|---|
| 7 | Stable tag: 1.0.0 |
|---|
| 8 | License: GPLv2 or later |
|---|
| 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
|---|
| 10 | |
|---|
| 11 | Lightweight contact form with floating button, email alerts, anti-spam, and simple setup. Ideal for small sites. |
|---|
| 12 | |
|---|
| 13 | == Description == |
|---|
| 14 | |
|---|
| 15 | Little Message Lite is a lightweight WordPress plugin that adds a floating button to your site. When clicked, it opens a compact contact form so visitors can send you a quick message via email — no page reloads required. |
|---|
| 16 | |
|---|
| 17 | Messages are also stored in your WordPress database for easier access and backup. |
|---|
| 18 | |
|---|
| 19 | Just set your email address, and you’re ready to go. Ideal for portfolios, simple sites, landing pages, or anyone who needs a fast and clean way to receive messages. |
|---|
| 20 | |
|---|
| 21 | Includes optional reCAPTCHA v2 or v3 to prevent spam, plus customizable design and display options. |
|---|
| 22 | |
|---|
| 23 | Upgrade to PRO to reply to messages from your WordPress admin, unlock advanced display rules, and add more contact methods like Telegram or Messenger. |
|---|
| 24 | |
|---|
| 25 | == Installation == |
|---|
| 26 | |
|---|
| 27 | 1. Upload the plugin folder to `/wp-content/plugins/little-message-lite` |
|---|
| 28 | 2. Activate it via the WordPress "Plugins" menu. |
|---|
| 29 | 3. Configure your email, reCAPTCHA keys, and design options under *Little Message Lite* settings. |
|---|
| 30 | 4. Done! You’ll start receiving messages from your visitors. |
|---|
| 31 | |
|---|
| 32 | == Frequently Asked Questions == |
|---|
| 33 | |
|---|
| 34 | = Where does the floating button appear? = |
|---|
| 35 | By default, only on the homepage (`is_front_page()`), usually at the bottom right corner. |
|---|
| 36 | |
|---|
| 37 | = Are messages saved in WordPress? = |
|---|
| 38 | Yes. Messages submitted through the form are stored in your WordPress database in a custom table, so you can keep a backup even if the email fails. |
|---|
| 39 | |
|---|
| 40 | = Does it support multiple email recipients? = |
|---|
| 41 | Not in the Lite version. You can only set one email address. Multiple recipients are available in the PRO version. |
|---|
| 42 | |
|---|
| 43 | = How do I enable anti-spam? = |
|---|
| 44 | Enter your reCAPTCHA v2 or v3 keys in the plugin settings to protect the form from bots. |
|---|
| 45 | |
|---|
| 46 | = Can I customize the look? = |
|---|
| 47 | Yes, you can upload a logo, change the welcome message, and adjust the position of the floating button. |
|---|
| 48 | |
|---|
| 49 | = Does this plugin use third-party services? = |
|---|
| 50 | Yes, optional anti-spam protection is provided via Google reCAPTCHA. |
|---|
| 51 | Use of this feature is subject to [Google's Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy). |
|---|
| 52 | |
|---|
| 53 | == Screenshots == |
|---|
| 54 | |
|---|
| 55 | 1. Floating button on the homepage |
|---|
| 56 | 2. Contact form popup where visitors write their message |
|---|
| 57 | 3. Admin panel showing a received message in the Messages section |
|---|
| 58 | |
|---|
| 59 | == Changelog == |
|---|
| 60 | |
|---|
| 61 | = 1.0.0 = |
|---|
| 62 | * Initial release of Little Message Lite |
|---|
| 63 | * Floating button with AJAX-powered contact form |
|---|
| 64 | * Stores messages in your database |
|---|
| 65 | * Email delivery to one recipient |
|---|
| 66 | * Basic design customization |
|---|
| 67 | * Optional reCAPTCHA v2/v3 integration |
|---|
| 68 | |
|---|
| 69 | == Upgrade Notice == |
|---|
| 70 | |
|---|
| 71 | = 1.0.0 = |
|---|
| 72 | First stable release of Little Message Lite. Compatible with WordPress 6.8+ and PHP 7.4+. |
|---|
| 73 | |
|---|
| 74 | == Upgrade to PRO == |
|---|
| 75 | |
|---|
| 76 | Need more features? Upgrade to [Little Message PRO](https://codigo-ed.com/plugin-mensajito/) and unlock: |
|---|
| 77 | |
|---|
| 78 | * Reply to messages from the WordPress admin |
|---|
| 79 | * Customize where and when the button appears |
|---|
| 80 | * Add Telegram and Messenger contact options |
|---|
| 81 | |
|---|
| 82 | == License == |
|---|
| 83 | |
|---|
| 84 | This plugin is free software licensed under GPLv2 or later. |
|---|
| 85 | You may modify, distribute, and use it commercially or personally. |
|---|
| 86 | More info: https://www.gnu.org/licenses/gpl-2.0.html |
|---|