💬 Add a list of social networks and emojis

This commit is contained in:
Kazhnuz 2025-07-02 20:20:50 +02:00
parent 54170e1e30
commit 713e1a3583

View file

@ -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'=>'🐾'
);