Sticky Contact Lite

Kuvaus

Sticky Contact Lite adds minimal floating Call and WhatsApp buttons to your WordPress site.
– Lightweight (no DB tables, no external deps)
– Auto-injection site-wide or via [sticcoli_contact] shortcode
– Mobile-only toggle
– RTL-friendly
– Position: left or right
– i18n-ready (Text Domain: sticky-contact-lite)

Asennus

  1. Upload the plugin files to /wp-content/plugins/sticky-contact-lite/, or install the ZIP via Plugins Add New Upload Plugin.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings Sticky Contact and enter your phone/WhatsApp.
  4. (Optional) Use shortcode [sticcoli_contact] where needed.

UKK

Buttons don’t show up

  • Ensure you filled phone or WhatsApp in settings and clicked Save.
  • If “Mobile only” is enabled, test on mobile or disable it.
  • Your theme must call wp_footer(). The plugin also hooks wp_body_open as fallback.

How to set WhatsApp link?

  • Enter only the digits (e.g., 98912xxxxxxx) or a full https://wa.me/98912xxxxxxx.

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Sticky Contact Lite” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “Sticky Contact Lite” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Muutosloki

1.0.2

  • Replace inline CSS with proper wp_enqueue_style + wp_add_inline_style.
  • Use unique, prefixed option key sticcoli_options and section IDs.
  • Change shortcode to [sticcoli_contact] for uniqueness.
  • Add frontend CSS file under assets/css/frontend.css.

1.0.1

  • Align ownership metadata and headers/readme.
  • Remove discouraged load_plugin_textdomain() call; rely on WP core auto-loading (since 4.6).
  • Minor sanitization of inputs.

1.0.0

  • Initial release.