Khushank Floating Contact Icons

Descripció

This plugin adds a floating bar of contact icons to your site, so visitors can reach you on WhatsApp, phone, or your social profiles without hunting for a contact page.

Features

  • Choose which icons to show: WhatsApp, Call, Instagram, LinkedIn, YouTube, X (Twitter), or a custom form/link URL.
  • WhatsApp team rotation — add more than one WhatsApp number and clicks are distributed round-robin across your team instead of always going to one person.
  • Per-page/post targeting — show the bar everywhere, only on specific pages/posts, or everywhere except specific pages/posts.
  • Scroll and exit-intent triggers — show the bar immediately, only after the visitor scrolls down a configurable amount, or when their mouse is about to leave the page (with an automatic time-based fallback on touch devices, where exit-intent can’t be detected).
  • Control position (bottom right or center right), shape (circle or square), and icon/bubble size — all from one settings screen, no code required.
  • Built-in click analytics: see how many times each icon was clicked, right inside wp-admin, with no external tracking service or third-party script involved.
  • Optional Google Analytics / GTM click tracking — if you already have GA or Google Tag Manager on your site, turn on one checkbox and every icon click pushes a floating_cta_click event (with the icon name) into window.dataLayer / gtag, so you can build funnels, goals or GTM triggers around it. Off by default; the plugin never loads GA/GTM itself.
  • No page builder or theme dependency — works with any theme via wp_footer.
  • No front-end JavaScript in the default «show immediately» mode with GA tracking off; a small script loads only when a scroll trigger, exit-intent trigger, or GA tracking is enabled.

All settings are stored in your own WordPress database using the Settings API; nothing is sent to any external server by this plugin.

Captures

Instal·lació

  1. Upload the plugin files to /wp-content/plugins/khushank-floating-contact-icons, or install the plugin directly through the WordPress plugins screen.
  2. Activate the plugin through the «Plugins» screen in WordPress.
  3. Go to the new «Floating CTA» menu item in wp-admin.
  4. Fill in the numbers/URLs for the icons you want to show, choose appearance, display rules and a trigger.
  5. Save changes — the floating bar will appear on the front end based on your chosen rules.

PMF

Does this plugin send any data to an external service?

No. All settings and click counts are stored only in your own WordPress database (via wp_options). The plugin does not call any third-party API.

How does WhatsApp number rotation work?

If you enter more than one WhatsApp number (one per line), each click is routed to the next number in the list, round-robin, so leads/messages are spread across your team instead of overloading one person.

Why doesn’t my WhatsApp number work?

Always enter the full number with its country code and no leading zero (for example, an Indian mobile number should be entered as 919876543210 — the «+» is optional but the country code itself is required). Without the country code, WhatsApp will show an «invalid phone number» page instead of opening a chat, which can look like the number wasn’t saved at all.

Can I show the bar only on certain pages?

Yes — under Display Rules, set «Show On» to either «Only the pages/posts selected below» or «All pages except the ones selected below», then pick the pages/posts from the list.

Does the plugin load any front-end JavaScript or CSS frameworks?

Only a single small stylesheet is always loaded. A small JavaScript file is loaded only if you enable the scroll trigger, the exit-intent trigger, or Google Analytics/GTM click tracking; the default «show immediately» mode with GA tracking off loads no JavaScript at all.

Does the Google Analytics option install Google Analytics for me?

No. It only pushes a floating_cta_click event into window.dataLayer and calls window.gtag if that function already exists on the page. You need Google Analytics or Google Tag Manager already installed on your site (for example via Site Kit, MonsterInsights, or GTM4WP) for this to do anything.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Khushank Floating Contact Icons» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.7.1

  • Shortened the name to «Khushank Floating Contact Icons» — still leads with the distinguishing personal identifier, but now also states plainly what the plugin does.

1.7.0

  • Renamed the plugin to put the distinguishing identifier at the start of the name, per WordPress.org’s naming guidance, and removed the third-party «DigiBrandBox» brand/URL entirely rather than go through domain-ownership verification — the plugin is now identified solely by its actual author.
  • Shortened the readme short description to fit the Plugin Directory’s 150-character limit.

1.6.3

  • Renamed the plugin again, shorter this time («Floating CTA Rotator & Tracker – DigiBrandBox»), and — critically — synced the Text Domain header, every translation string’s text domain, the main plugin file name, and the plugin folder to match. The previous release changed the display name but left the old Text Domain in place, which Plugin Check correctly flagged as a mismatch throughout the file.

1.6.2

  • Renamed the plugin — the Plugin Directory does not allow the restricted term «WhatsApp» in a plugin’s display name/permalink (the plugin still integrates with WhatsApp, and the word is used normally throughout the description and settings screen).
  • Added clearer in-admin guidance that WhatsApp numbers must include the country code (e.g. 919876543210), since a number without it produces an «invalid phone number» page on WhatsApp’s side instead of a working chat link.

1.6.1

  • Set the official DigiBrandBox website as the Plugin URI.

1.6

  • Added optional Google Analytics / Google Tag Manager click tracking (opt-in checkbox under Integrations): pushes a floating_cta_click event with the icon name into window.dataLayer and calls window.gtag if present. The plugin still never loads GA/GTM itself.
  • Redrew all icon glyphs (WhatsApp, Call, Instagram, LinkedIn, YouTube, X) so they’re recognizable, and added a previously-missing icon for the custom Form link.

1.5

  • Added WhatsApp team rotation: configure multiple numbers, clicks are distributed round-robin.
  • Added per-page/post display targeting (show everywhere, only on selected pages, or everywhere except selected pages).
  • Added scroll and exit-intent display triggers, with a time-based fallback for touch devices.
  • Reorganized the settings screen into Contact Links, Appearance and Display Rules sections.

1.4

  • Security fix: click-through redirects are now resolved entirely from the site’s own stored settings instead of a request parameter, closing a potential open-redirect issue, and click links are nonce-protected.
  • Renamed the plugin for Plugin Directory naming/trademark compliance.
  • Added a proper Text Domain and translator-ready strings throughout the admin screen.
  • Per-field validation added to settings (whitelisted dropdown values, esc_url_raw() for link fields, digit-only sanitization for phone fields).
  • Fixed a bug that rendered the floating bar twice on some themes.
  • Added uninstall.php to clean up plugin options on deletion.
  • Removed an unused, empty JavaScript file.

1.3

  • Internal version prior to Plugin Directory submission.