From 0f7a5664eadaa72e4f4f61405c3f8d773ce01f18 Mon Sep 17 00:00:00 2001 From: n Date: Sat, 27 Jan 2024 13:17:29 +0100 Subject: [PATCH] also for Threads --- README.md | 3 ++- clickat.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de25cd0..6b0bc84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ClickAt [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 @@ -9,4 +9,5 @@ social networks (Twitter/𝕏 and Fediverse) addresses clickable. 2. Activate plugin. 3. Quote users from: - Twitter/𝕏 with their `@nic`, + - Threads with `@nic@threads.net`, - Fediverse with `@nic@instance`. diff --git a/clickat.php b/clickat.php index 7f98faf..4643999 100644 --- a/clickat.php +++ b/clickat.php @@ -2,7 +2,7 @@ /** * 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;