This commit is contained in:
parent
a8e8854caf
commit
787cbcb4fc
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,6 +1,6 @@
|
||||||
# ClickAt
|
# ClickAt
|
||||||
|
|
||||||
[Shaarli](https://github.com/shaarli/Shaarli/) plugin to make microblogging
|
[Shaarli](https://github.com/shaarli/Shaarli) plugin to make microblogging
|
||||||
social networks (Twitter/𝕏, Threads, Bluesky and Fediverse) addresses
|
social networks (Twitter/𝕏, Threads, Bluesky and Fediverse) addresses
|
||||||
clickable.
|
clickable.
|
||||||
|
|
||||||
|
@ -15,7 +15,9 @@ clickable.
|
||||||
2. Activate plugin.
|
2. Activate plugin.
|
||||||
3. Quote users from:
|
3. Quote users from:
|
||||||
|
|
||||||
- Twitter/𝕏 with their `@nic`,
|
- Twitter/𝕏 with their `@nic`, it will display [@nic](https://x.com/nic),
|
||||||
- Threads with `@nic@threads.net`,
|
- Threads with `@nic@threads.net`, it will display
|
||||||
- Bluesky with `@nic.bsky.social`,
|
[@nic@threads.net](https://threads.net/@nic ),
|
||||||
- Fediverse with `@nic@instance`.
|
- Bluesky with `@nic.bsky.social`, it will
|
||||||
|
display [@nic@bsky.social](https://bsky.app/profile/nic.bsky.social),
|
||||||
|
- Fediverse with `@nic@instance`, it will display [@nic@instance](https://instance/@nic).
|
||||||
|
|
Loading…
Reference in a new issue