autinerd / simple-mastodon-share-button

A simple Mastodon share button.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Mastodon share button

Usage

Add those two lines to your HTML header:

<link rel="stylesheet" href="mastodonShare.css">
<script src="mastodonShare.js"></script>

Add a button which shares the current page:

<button class="mastodon-share"></button>

Add a button which shares another page:

<button class="mastodon-share" data-title="Join Mastodon!" data-href="https://joinmastodon.org"></button>

Simple demo: https://autinerd.github.io/simple-mastodon-share-button/

About

A simple Mastodon share button.

License:MIT License


Languages

Language:JavaScript 59.8%Language:HTML 27.1%Language:CSS 13.1%