Mention other networks
This commit is contained in:
parent
5e6b2c0a02
commit
effac10b7e
2 changed files with 11 additions and 2 deletions
|
@ -20,7 +20,7 @@ const { prefilledInstance } = Astro.props;
|
||||||
{instances.map((instance) => <option value={instance} />)}
|
{instances.map((instance) => <option value={instance} />)}
|
||||||
</datalist>
|
</datalist>
|
||||||
<label id="s2f-instanceContainer">
|
<label id="s2f-instanceContainer">
|
||||||
Mastodon, Pleroma, or GNU Social instance
|
Fediverse instance
|
||||||
<div class="instance-input">
|
<div class="instance-input">
|
||||||
<span id="https-label">https://</span>
|
<span id="https-label">https://</span>
|
||||||
<input
|
<input
|
||||||
|
|
|
@ -24,7 +24,7 @@ const prefilledInstance = searchParameters.get("instance");
|
||||||
</title>
|
</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Share₂Fedi is a share page for Mastodon, Pleroma, and GNU Social. Type in your post text and the instance URL and click ‘Publish!’"
|
content="Share₂Fedi is a share page for Mastodon, Pleroma, Misskey, and others. Type in your post text and the instance URL and click ‘Publish!’"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
|
@ -103,6 +103,15 @@ const prefilledInstance = searchParameters.get("instance");
|
||||||
<li>
|
<li>
|
||||||
Pleroma <small><b>(new!)</b></small>
|
Pleroma <small><b>(new!)</b></small>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
Misskey <small><b>(new!)</b></small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Friendica <small><b>(new!)</b></small>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Hubzilla <small><b>(new!)</b></small>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
GNU Social <small><b>(new!)</b></small>
|
GNU Social <small><b>(new!)</b></small>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in a new issue