38 lines
1.0 KiB
PHP
38 lines
1.0 KiB
PHP
<?php
|
|
|
|
$buttonNames = array(
|
|
'littlelink-custom' => 'LinkStack',
|
|
'all-inkl' => 'ALL-INKL',
|
|
'appstore' => 'App Store',
|
|
'apple-books' => 'Apple Books',
|
|
'apple-music' => 'Apple Music',
|
|
'apple-podcasts' => 'Apple Podcasts',
|
|
'bookwyrm' => 'BookWyrm',
|
|
'bluesky' => 'Bluesky',
|
|
'dev-to' => 'DEV',
|
|
'epic-games' => 'Epic Games',
|
|
'f-droid' => 'F-Droid',
|
|
'firefish' => 'Firefish',
|
|
'furaffinity' => 'FurAffinity',
|
|
'github' => 'GitHub',
|
|
'gitlab' => 'GitLab',
|
|
'itaku' => 'Itaku',
|
|
'itchio' => 'itch.io',
|
|
'last-fm' => 'last.fm',
|
|
'linkedin' => 'linkedIn',
|
|
'linkstack' => 'LinkStack',
|
|
'openstreetmap' => 'OpenStreetMap',
|
|
'paypal' => 'PayPal',
|
|
'picarto' => 'Picarto',
|
|
'playstore' => 'Google Play',
|
|
'soundcloud' => 'SoundCloud',
|
|
'streams' => 'Streams',
|
|
'tiktok' => 'TikTok',
|
|
'trakt' => 'Trakt',
|
|
'vrchat' => 'VRChat',
|
|
'whatsapp' => 'WhatsApp',
|
|
'wordpress' => 'WordPress',
|
|
'youtube' => 'YouTube',
|
|
'youtube-music' => 'YouTube Music',
|
|
);
|