bune.city/mastodon-share.html

17 lines
593 B
HTML
Raw Normal View History

---
title: Share Bune City Blog post on Mastodon
layout: default
2020-04-06 12:19:02 +00:00
no_header: true
no_footer: true
---
2020-04-09 15:56:02 +00:00
<script src='/assets/js/mastodon-share.js'></script>
<main>
<noscript>JavaScript is required, sorry!</noscript>
<h1>Share with Mastodon</h1>
In order to share this post on Mastodon, you'll need to enter your instance URL below. You'll get a chance to preview and edit what gets posted.
<hr>
<form onsubmit='return false;'>
<input type='url' name='instance' id='share-instance' placeholder='https://example.com'>
<button onclick='share_with_mastodon()'>Share</button>
</form>
</main>