💬 Add a list of social networks and emojis
This commit is contained in:
parent
54170e1e30
commit
713e1a3583
1 changed files with 18 additions and 0 deletions
|
@ -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'=>'🐾'
|
||||
);
|
Loading…
Add table
Reference in a new issue