Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silent1mezzo/astro-social-share

Social media share buttons for Astro
https://github.com/silent1mezzo/astro-social-share

Last synced: 2 months ago
JSON representation

Social media share buttons for Astro

Awesome Lists containing this project

README

        

# Astro Social Share

Social media share buttons for your Astro site

![npm](https://img.shields.io/npm/v/astro-social-share)

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

## 📦 Installation

```bash
# 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](https://astro-social-share.mckerlie.com) for advanced usage.

## ⚡ Usage

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

```