Social media share buttons for your Astro site
- ✅ Zero dependencies
- ✅ Fully customizable
- ✅ Share buttons for:
- Hacker News
- ✅ Small size
- ✅ Included icons from https://simpleicons.org/
# Uisng NPM
npm install astro-social-share
# Using Yarn
yarn add astro-social-share
# Using PNPM
pnpm add astro-social-share
Please visit the documentation for advanced usage.
---
import { SocialShare } from "astro-social-share";
---
<SocialShare
description="Description of the page/post"
title="Page Title"
/>