diff --git a/bl-kernel/boot/variables.php b/bl-kernel/boot/variables.php index 9427e03c..cd45aa8c 100644 --- a/bl-kernel/boot/variables.php +++ b/bl-kernel/boot/variables.php @@ -129,4 +129,22 @@ $GLOBALS['POST_KINDS_EMOJI'] = array( 'review'=>'⭐️', 'chicken'=>'🐔', 'literature'=>'📕' +); + +$GLOBALS['SOCIAL_NETWORKS'] = array('Mastodon', 'Fediverse', 'Pixelfed', 'Status Cafe', 'SpaceHey', 'Bluesky', 'Git', 'Github', 'Sheezy', 'Diaspora', 'Youtube', 'Peertube', 'Furaffinity'); + +$GLOBALS['SOCIAL_NETWORKS_EMOJI'] = array( + 'mastodon'=>'🦣', + 'fediverse'=>'⁂', + 'pixelfed'=>'📷', + 'status-cafe'=>'☕', + 'spacehey'=>'🌌', + 'bluesky'=>'🦋', + 'git'=>'🧑‍💻', + 'github'=>'🧑‍💻', + 'sheezy'=>'🎨', + 'diaspora'=>'*️', + 'youtube'=>'📽️', + 'peertube'=>'📽️', + 'furaffinity'=>'🐾' ); \ No newline at end of file