2020-10-14 00:17:35 +02:00
|
|
|
|
# ClickAt
|
2020-10-14 00:12:16 +02:00
|
|
|
|
|
2024-10-03 22:10:19 +02:00
|
|
|
|
[Shaarli](https://github.com/shaarli/Shaarli/) plugin to make microblogging
|
|
|
|
|
social networks (Twitter/𝕏, Threads, Bluesky and Fediverse) addresses
|
|
|
|
|
clickable.
|
2020-10-14 00:12:16 +02:00
|
|
|
|
|
2020-10-14 00:17:35 +02:00
|
|
|
|
## Manual
|
2020-10-14 00:12:16 +02:00
|
|
|
|
|
2024-01-27 18:13:33 +01:00
|
|
|
|
1. Clone repository in `plugins` directory (plugin directory name must be `clickat`)
|
2024-10-03 22:10:19 +02:00
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
git clone https://forge.tourmentine.com/n/shaarli-plugin-clickat.git path/to/shaarli/plugins/clickat
|
|
|
|
|
```
|
|
|
|
|
|
2021-03-06 17:52:35 +01:00
|
|
|
|
2. Activate plugin.
|
2024-01-27 13:01:35 +01:00
|
|
|
|
3. Quote users from:
|
2024-10-03 22:10:19 +02:00
|
|
|
|
|
2024-10-03 22:33:25 +02:00
|
|
|
|
- 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).
|