23 lines
840 B
Markdown
23 lines
840 B
Markdown
# ClickAt
|
||
|
||
[Shaarli](https://github.com/shaarli/Shaarli/) plugin to make microblogging
|
||
social networks (Twitter/𝕏, Threads, Bluesky and Fediverse) addresses
|
||
clickable.
|
||
|
||
## Manual
|
||
|
||
1. Clone repository in `plugins` directory (plugin directory name must be `clickat`)
|
||
|
||
```shell
|
||
git clone https://forge.tourmentine.com/n/shaarli-plugin-clickat.git path/to/shaarli/plugins/clickat
|
||
```
|
||
|
||
2. Activate plugin.
|
||
3. Quote users from:
|
||
|
||
- Twitter/𝕏 with their `@nic`, it will display [@nic](https://x.com/nic),
|
||
- Threads with `@nic@threads.net`, it will display
|
||
[@nic@threads.net](https://threads.net/@nic ),
|
||
- 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).
|