diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2553a3b38..0ffc11427 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -140,7 +140,7 @@ To develop native iOS modules, follow these steps:
Join our community to discuss ideas, ask questions, and share your contributions:
- [Discord](https://discord.gg/followapp)
-- [Twitter](https://x.com/intent/follow?screen_name=follow_app_)
+- [Twitter](https://x.com/intent/follow?screen_name=folo_is)
We look forward to your contributions!
diff --git a/README.md b/README.md
index 4809706c6..becaad7cd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
-
+
@@ -61,7 +61,7 @@ You can also install using the following methods maintained by our community:
| [](https://discord.gg/followapp) | Join our Discord server to connect with developers, request features, and receive support. |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------- |
-| [](https://x.com/intent/follow?screen_name=follow_app_) | Follow us on X/Twitter for product updates and to join in on reward activities. |
+| [](https://x.com/intent/follow?screen_name=folo_is) | Follow us on X/Twitter for product updates and to join in on reward activities. |
> \[!IMPORTANT]
>
diff --git a/apps/mobile/README.md b/apps/mobile/README.md
index 50f8f2aa5..ae8cfedc9 100644
--- a/apps/mobile/README.md
+++ b/apps/mobile/README.md
@@ -66,7 +66,7 @@ src/
## Need Help?
- Join our [Discord](https://discord.gg/followapp)
-- Follow us on [Twitter](https://x.com/follow_app_)
+- Follow us on [Twitter](https://x.com/folo_is)
- Contact the mobile development team
## License
diff --git a/apps/mobile/src/modules/onboarding/feeds-english.json b/apps/mobile/src/modules/onboarding/feeds-english.json
index 126457dd7..ba64eab13 100644
--- a/apps/mobile/src/modules/onboarding/feeds-english.json
+++ b/apps/mobile/src/modules/onboarding/feeds-english.json
@@ -237,7 +237,7 @@
{
"feedId": "41215396143077382",
"title": "Twitter @Follow",
- "url": "rsshub://twitter/user/follow_app_",
+ "url": "rsshub://twitter/user/folo_is",
"language": "English",
"view": 1
},
diff --git a/apps/mobile/src/modules/onboarding/feeds.json b/apps/mobile/src/modules/onboarding/feeds.json
index 00717d305..9bdc52241 100644
--- a/apps/mobile/src/modules/onboarding/feeds.json
+++ b/apps/mobile/src/modules/onboarding/feeds.json
@@ -744,7 +744,7 @@
{
"feedId": "41215396143077382",
"title": "Twitter @Follow",
- "url": "rsshub://twitter/user/follow_app_",
+ "url": "rsshub://twitter/user/folo_is",
"language": "English",
"view": 1
},
diff --git a/apps/mobile/src/modules/settings/routes/About.tsx b/apps/mobile/src/modules/settings/routes/About.tsx
index f113f9888..4dd7a07b4 100644
--- a/apps/mobile/src/modules/settings/routes/About.tsx
+++ b/apps/mobile/src/modules/settings/routes/About.tsx
@@ -30,7 +30,7 @@ const links = [
{
title: "X",
icon: SocialXCuteReIcon,
- url: "https://x.com/intent/follow?screen_name=follow_app_",
+ url: "https://x.com/intent/follow?screen_name=folo_is",
iconBackgroundColor: "#000000",
iconColor: "#FFFFFF",
},
diff --git a/packages/internal/components/src/common/PoweredByFooter.tsx b/packages/internal/components/src/common/PoweredByFooter.tsx
index 340a9c7e9..696c32fc7 100644
--- a/packages/internal/components/src/common/PoweredByFooter.tsx
+++ b/packages/internal/components/src/common/PoweredByFooter.tsx
@@ -32,7 +32,7 @@ const footerSections: FooterSection[] = [
label: "Discord",
external: true,
},
- { href: "https://x.com/follow_app_", label: "Twitter", external: true },
+ { href: "https://x.com/folo_is", label: "Twitter", external: true },
],
},
{
@@ -59,7 +59,7 @@ const socialLinks = [
icon: "i-simple-icons-github",
},
{
- href: "https://twitter.com/follow_app_",
+ href: "https://twitter.com/folo_is",
label: "Twitter",
icon: "i-simple-icons-x",
},
diff --git a/packages/internal/constants/src/social.ts b/packages/internal/constants/src/social.ts
index d0e0bc634..1582566bb 100644
--- a/packages/internal/constants/src/social.ts
+++ b/packages/internal/constants/src/social.ts
@@ -12,6 +12,6 @@ export const SocialMediaLinks = [
{
iconClassName: "i-mgc-social-x-cute-re text-[#000000] dark:text-[#ffffff]",
label: "X",
- url: "https://x.com/intent/follow?screen_name=follow_app_",
+ url: "https://x.com/intent/follow?screen_name=folo_is",
},
]