Plugin Directory

source: little-message-lite/trunk/readme.txt @ 3342116

Last change on this file since 3342116 was 3342116, checked in by codigoed, 4 months ago

Initial commit of Little Message Lite

File size: 3.5 KB
Line 
1=== Little Message Lite ===
2Contributors: codigoed
3Tags: contact, form, messages, email, lightweight
4Requires at least: 6.2
5Tested up to: 6.8
6Requires PHP: 7.4
7Stable tag: 1.0.0
8License: GPLv2 or later
9License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11Lightweight contact form with floating button, email alerts, anti-spam, and simple setup. Ideal for small sites.
12
13== Description ==
14
15Little 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
17Messages are also stored in your WordPress database for easier access and backup.
18
19Just 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
21Includes optional reCAPTCHA v2 or v3 to prevent spam, plus customizable design and display options.
22
23Upgrade 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
271. Upload the plugin folder to `/wp-content/plugins/little-message-lite`
282. Activate it via the WordPress "Plugins" menu.
293. Configure your email, reCAPTCHA keys, and design options under *Little Message Lite* settings.
304. Done! You’ll start receiving messages from your visitors.
31
32== Frequently Asked Questions ==
33
34= Where does the floating button appear? =
35By default, only on the homepage (`is_front_page()`), usually at the bottom right corner.
36
37= Are messages saved in WordPress? =
38Yes. 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? =
41Not 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? =
44Enter your reCAPTCHA v2 or v3 keys in the plugin settings to protect the form from bots.
45
46= Can I customize the look? =
47Yes, 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? =
50Yes, optional anti-spam protection is provided via Google reCAPTCHA.
51Use 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
551. Floating button on the homepage
562. Contact form popup where visitors write their message
573. 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 =
72First stable release of Little Message Lite. Compatible with WordPress 6.8+ and PHP 7.4+.
73
74== Upgrade to PRO ==
75
76Need 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
84This plugin is free software licensed under GPLv2 or later.
85You may modify, distribute, and use it commercially or personally.
86More info: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracBrowser for help on using the repository browser.