From 7e0ec9fdd1d44492c5101229058960455dce3e0c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 7 May 2026 11:07:51 +0300 Subject: [PATCH] Use X instead of Twitter for social buttons Twitter was rebranded to X in 2023. --- config/config.example.yml | 2 +- src/app/social/social.component.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index 2cb8f9541be..6f6c67d1ae6 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -798,7 +798,7 @@ addToAnyPlugin: # 3. You will get a HTML e.g. where "facebook" is part you want to include in list buttons: - facebook - - twitter + - x - linkedin - email - copy_link diff --git a/src/app/social/social.component.spec.ts b/src/app/social/social.component.spec.ts index c1cd4a3a249..8e6abd2b337 100644 --- a/src/app/social/social.component.spec.ts +++ b/src/app/social/social.component.spec.ts @@ -38,7 +38,7 @@ describe('SocialComponent', () => { it('should initialize properties from socialService configuration on ngOnInit', () => { const config = { - buttons: ['facebook', 'twitter'], + buttons: ['facebook', 'x'], showPlusButton: true, showCounters: true, title: 'Test Title',