also for Threads
This commit is contained in:
parent
7c1b7bdd2c
commit
90d2d81887
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 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/𝕏 and Fediverse) addresses clickable.
|
social networks (Twitter/𝕏, Threads, and Fediverse) addresses clickable.
|
||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
|
@ -9,4 +9,5 @@ social networks (Twitter/𝕏 and Fediverse) addresses clickable.
|
||||||
2. Activate plugin.
|
2. Activate plugin.
|
||||||
3. Quote users from:
|
3. Quote users from:
|
||||||
- Twitter/𝕏 with their `@nic`,
|
- Twitter/𝕏 with their `@nic`,
|
||||||
|
- Threads with `@nic@threads.net`,
|
||||||
- Fediverse with `@nic@instance`.
|
- Fediverse with `@nic@instance`.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
description="Make microblogging social networks (Twitter/𝕏 and Fediverse) addresses clickable."
|
description="Make microblogging social networks (Twitter/𝕏, Threads and Fediverse) addresses clickable."
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* ClickAt
|
* ClickAt
|
||||||
*
|
*
|
||||||
* This plugin makes microblogging social networks (Twitter/𝕏 and Fediverse) addresses clickable.
|
* This plugin makes microblogging social networks (Twitter/𝕏, Threads and Fediverse) addresses clickable.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Shaarli\Config\ConfigManager;
|
use Shaarli\Config\ConfigManager;
|
||||||
|
|
Loading…
Reference in a new issue