Skip to content

Commit 6f2695b

Browse files
committed
Add services supported by Bridgy
1 parent d0a17f6 commit 6f2695b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

includes/class-hcard-user.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static function silos() {
5555
),
5656
'twitter' => array(
5757
'baseurl' => 'https://twitter.com/%s',
58-
'display' => __( 'Twitter username (without @)', 'indieweb' ),
58+
'display' => __( 'X/Twitter username (without @)', 'indieweb' ),
5959
),
6060
'facebook' => array(
6161
'baseurl' => 'https://www.facebook.com/%s',
@@ -73,6 +73,14 @@ public static function silos() {
7373
'baseurl' => 'https://www.flickr.com/people/%s',
7474
'display' => __( 'Flickr username', 'indieweb' ),
7575
),
76+
'bluesky' => array(
77+
'baseurl' => 'https://bsky.app/profile/%s',
78+
'display' => __( 'Bluesky Username', 'indieweb' ),
79+
),
80+
'reddit' => array(
81+
'baseurl' => 'https:/reddit.com/user/%s',
82+
'display' => __( 'Reddit Username', 'indieweb' ),
83+
),
7684
'mastodon' => array(
7785
'baseurl' => '%s',
7886
'display' => __( 'Mastodon Server (URL)', 'indieweb' ),

0 commit comments

Comments
 (0)