File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' ),
You can’t perform that action at this time.
0 commit comments