JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 566
  • Score
    100M100P100Q102770F
  • License MIT

Social media share buttons for your Astro site

Package Exports

  • astro-social-share

Readme

Astro Social Share

Social media share buttons for your Astro site

npm

⭐ Features

  • ✅ Zero dependencies
  • ✅ Fully customizable
  • ✅ Share buttons for:
    • Facebook
    • Hacker News
    • LinkedIn
    • Reddit
    • X
    • Threads
    • WhatsApp
    • Medium
    • Threads
    • Bluesky
  • ✅ Small size
  • ✅ Included icons from https://simpleicons.org/

📦 Installation

# Using NPM
npm install astro-social-share

# Using Yarn
yarn add astro-social-share

# Using PNPM
pnpm add astro-social-share

📖 Documentation

Please visit the documentation for advanced usage.

⚡ Usage

---
import { SocialShare } from "astro-social-share";
---

<SocialShare
    description="Description of the page/post"
    title="Page Title"
/>