On This Page
Floating Social Share
Overview
Floating Social Share Buttons surfaces quick actions for readers to share the current URL to major networks or open a prefilled email. Instead of embedding official vendor widgets that pull multi-hundred-kilobyte JavaScript and third-party trackers on every page load, this module builds standard share URLs and lightweight UI—better for Core Web Vitals, GDPR-conscious policies, and readers using content blockers.
Placement can follow content in a floating rail, inline near the title or footer, or only on selected post types and breakpoints. Styling options help the bar feel native next to your theme without importing brand SDKs.

Features
Multiple Networks
Placement Modes
Privacy-Forward Implementation
Icon and Color Tokens
Optional Exclusions
How It Works
Enable the Module
Configure Advanced Settings
Test Share Intents
Check Theme Collisions
Revisit After Redesigns

Installation & Activation
Install WP PowerSuite
Enable Floating Social Share Buttons
Policy Review
Purge Caches

Use Cases
- SocialAmplificationInvestigative articles intended for social amplification.
- TrackerFreeSharingMicrosites that ban third-party trackers but need share UX.
- LocalizedSharingMultilingual posts where share URLs use the localized permalink.
Frequently Asked Questions
Do you show share counts?
The module focuses on launching share intents, not polling vendor count APIs.
Will AMP or mobile apps see buttons?
AMP may require component equivalents—test AMP templates separately. Apps embedding WebViews inherit your theme output.
Can I reorder icons?
Advanced Settings or documented filters may control order; default follows common UX patterns.
Does email open a prefilled message?
mailto: behavior depends on visitor’s default client; test on mobile and desktop.
Are UTM parameters added automatically?
If not in settings, append tracking query strings in your theme or campaign layer before relying on share URLs for analytics.
Troubleshooting
- Buttons missingCheck post type exclusions, logged-in preview vs public role, ad blockers, and CSS display:none from theme overrides.
- Hidden under sticky navIncrease vertical offset or move to inline placement below hero media.
- Wrong URL shared on multilingual sitesEnsure hreflang/canonical plugins output the URL you expect; test each locale.
- Share window blockedSome browsers block pop-ups—module should use target=_blank patterns; verify console for blocked navigations.
