| 开发者 | armanbasir |
|---|---|
| 更新时间 | 2026年7月25日 17:55 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
https://www.google.com/s2/favicons?domain={domain}&sz=128
This request is sent directly from the visitor's browser (not from your server) every time the widget is displayed, and only contains the domain name of the relevant platform (e.g. whatsapp.com), with no personal visitor data. If you upload your own icon for every active contact, no request to this service will occur at all.
Google's privacy policy: https://policies.google.com/privacy
floating-contact-widget folder to the /wp-content/plugins/ directory, or install it directly via the Plugins > Add New menu in wp-admin.No. Each platform (WhatsApp, Tokopedia, Shopee, TikTok, Email) has its own "Show" toggle. If a contact is disabled or left empty, it will automatically not appear in the widget. The widget only displays if at least one contact is active and filled in.
Use the Additional Contacts (Custom) section on the settings page. Click "+ Add Contact", fill in the name and destination link, then upload an icon (optional — if left empty, the plugin automatically fetches a favicon from that link's domain).
The default icons are pulled from a public favicon service based on each platform's official domain. For full control over the appearance, you can upload your own image/logo for each contact from the settings page.
No. The widget is built with pure CSS and JavaScript (no external library such as jQuery on the visitor-facing side), and is only loaded once in the page footer.
No. This plugin does not store any visitor data at all. The only data stored is the settings you fill in yourself on the admin page (numbers, links, colors, etc), saved as a single option in your WordPress database.
fcw prefix to floacowi, per WordPress.org's plugin review requirement that prefixes be longer than 4 characters to avoid naming collisions with other plugins/themes. This is an internal-only change; no settings, features, or behavior are affected. If you had already saved settings under the old option name, please re-enter and save your settings once after updating, since the plugin now stores its data under a new option key (floacowi_settings instead of fcw_settings).display:none instead of opacity:0 when the panel is open, since a running CSS animation can otherwise override a plain opacity rule and cause the ring to remain (partially) visible.overflow property), so it reliably animates and expands beyond the bubble in every browser.esc_attr(), esc_url(), esc_html()), resolving every WordPress.Security.EscapeOutput.OutputNotEscaped warning reported by the Plugin Check tool.<style> and <script> tags have been replaced with properly registered/enqueued CSS and JS files (wp_enqueue_style(), wp_enqueue_script(), wp_add_inline_style(), wp_localize_script()), per WordPress.org's plugin review requirements.