We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b2a4e commit e1dd760Copy full SHA for e1dd760
libs/blog/articles/feature-article/src/lib/article-share-icons/article-share-icons.component.ts
@@ -75,9 +75,10 @@ export class ArticleShareIconsComponent {
75
const text = encodeURIComponent(this.title());
76
77
return [
78
+ /* https://developer.x.com/en/docs/x-for-websites/web-intents/overview */
79
{
80
icon: 'twitter-x',
- href: `https://x.com/intent/tweet?text=${text}&url=${url}&hashtags=angularlove`,
81
+ href: `https://twitter.com/intent/tweet?text=${text}&url=${url}&hashtags=angularlove`,
82
ariaLabel: 'articleShareIcons.twitterAriaLabel',
83
},
84
0 commit comments