ddeck_entity_social_share
No security coverage
Adds a Social Share extra field to nodes. Native share sheet when supported, or links to Facebook, WhatsApp, LinkedIn, and X.
Introduction
DDECK Entity Social Share adds a Social Share display component to node pages. Site builders enable it per content type and view mode in Manage display—no new fields or blocks. Visitors share the page URL and title via the browser’s native share UI when available, or via icon links otherwise.
Features
- Extra field Social Share on all node bundles
- Enabled per content type / view mode (Manage display)
- Web Share API on supported browsers (mobile-friendly)
- Fallback links: Facebook, WhatsApp, LinkedIn, and X
- Works without JavaScript (fallback links in HTML)
- Themable via SDC (
social_share) and module template
Use when: you want simple “share this article” on nodes without third-party widgets or API keys.
Post-installation
- Enable the module.
- Go to Structure → Content types → [type] → Manage display.
- Enable Social Share and set its weight (e.g. on Full content).
- Clear cache if needed.
No config form, no new content type, no text formats.
Similar projects
Module Difference AddToAny / ShareThis Third-party widgets, broader setup Social Media Links Site profile links, not page sharingSupport & documentation
- Issue queue on Drupal.org
- Package README and
components/social_share/README.md - Web Share API (MDN)
Limitations: nodes only; network list is defined in the component template (no admin UI yet).