Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniehack/thrutto-fedishare-web
PoC of easy link share service for Fediverse.
https://github.com/eniehack/thrutto-fedishare-web
fediverse fediverse-tool
Last synced: 8 days ago
JSON representation
PoC of easy link share service for Fediverse.
- Host: GitHub
- URL: https://github.com/eniehack/thrutto-fedishare-web
- Owner: eniehack
- License: mit
- Created: 2023-08-09T19:54:27.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-08-10T06:37:27.000Z (over 1 year ago)
- Last Synced: 2024-11-02T03:23:24.272Z (about 2 months ago)
- Topics: fediverse, fediverse-tool
- Language: Astro
- Homepage: https://eniehack.github.io/thrutto-fedishare-web/
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# スルッとFediverseShare(仮)
## 特徴MastodonやMisskeyなどのFediverseに読んでいたWebページを共有するには、既存のmisskeyshareや、などでは、1回以上サーバのアドレスを記入する必要がありました。さらに、misskeyshareや、など様々なサービスが開発され、提供されてきましたが、それぞれでサーバのアドレスを入力する必要があるために共有が面倒でした。
そこでこの「するっとFediverseShare」ではブラウザ拡張に1度入力するだけで対応するサイトであればインストール後の初期設定1回だけですぐに共有ができるようになります。
## 使いかた
### ユーザ
最初に[ここ](https://github.com/eniehack/thrutto-fedishare-webext)からブラウザ拡張をインストールします。
ブラウザ拡張の設定を開き、普段使っているサーバーのURL(例: `https://misskey.io`、`https://fedibird.com`など)を入力し、保存を押します。
### サイト管理者
以下のように`head`に`script`タグを、`body`タグの中に`fediverse-share`タグを入れれば共有ボタンが動きます。
```html
...
...
```
詳しい使い方は[こちら]をご覧ください。
## 開発者向け
このプロダクトはブラウザ拡張が`window.fediverse`を定義し、その詳細を公開することで共有サイトの規格を統一し、UXの向上を図るために製作されました。
`window.fediverse`の規格に関しては[ブラウザ拡張のページに](https://github.com/eniehack/thrutto-fedishare-webext)詳細があります。