Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Simple social sharing for your Nuxt Sites
Nuxt Social Share is a Nuxt module by Stefano Bartoletti that adds simple social sharing buttons to Nuxt sites through a minimal-config <SocialShare> component and a useSocialShare composable. It runs on Nuxt 3, is distributed on npm as @stefanobartoletti/nuxt-social-share, and is open-sourced under the MIT license.
Nuxt Social Share is a Nuxt module that provides a set of social sharing tools: an unstyled <SocialShare> component by default, an optional styled variant, and a useSocialShare composable for programmatic use. You give it a URL, and it generates share links for many major social networks. The module is built specifically for Nuxt projects and is maintained by Stefano Bartoletti, with full documentation available at nuxt-social-share.stefanobartoletti.it.
<SocialShare> component — Drop it into any Nuxt page and pass a URL to generate share buttons without additional configuration.useSocialShare composable — Exposes social sharing logic for scenarios that need more control than the component offers, such as custom button designs or programmatic triggers.useSocialShare composable to trigger sharing from a custom button.