astro-social-share

Social media share buttons for Astro

MIT License

Downloads
961
Stars
45
Committers
5

Astro Social Share

Social media share buttons for your Astro site

⭐ Features

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

📦 Installation

# Uisng 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"
/>