
Bsky Share Button is a minimalist JavaScript social sharing library that lets you add a Share On Bluesky button to your web page.
It works with Vanilla JavaScript and as a Svelte component. Perfect for bloggers, writers, and website owners who want to encourage sharing their content to Bluesky feeds.
How to use it:
1. Download and import the BskyShareButton into your project:
<script type="module" src="/src/BskyShareButton.svelte"></script>
<script src="dist/bsky-share-button.umd.js"></script>
2. Add the <bsky-share-button /> component to your page where you want the share button to appear. That’s it.
<bsky-share-button></bsky-share-button>







