2022-10-26 11:20:11 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$buttonNames = array(
|
2023-04-27 16:53:59 +02:00
|
|
|
'littlelink-custom' => 'LinkStack',
|
2022-11-05 14:54:54 +01:00
|
|
|
'all-inkl' => 'ALL-INKL',
|
2022-10-27 22:30:00 +02:00
|
|
|
'appstore' => 'App Store',
|
2023-03-31 11:06:02 +02:00
|
|
|
'apple-books' => 'Apple Books',
|
2022-10-27 22:30:00 +02:00
|
|
|
'apple-music' => 'Apple Music',
|
|
|
|
'apple-podcasts' => 'Apple Podcasts',
|
2023-03-10 22:16:49 +01:00
|
|
|
'bookwyrm' => 'BookWyrm',
|
2023-09-11 11:24:26 +02:00
|
|
|
'bluesky' => 'Bluesky',
|
2022-10-27 22:30:00 +02:00
|
|
|
'dev-to' => 'DEV',
|
|
|
|
'epic-games' => 'Epic Games',
|
|
|
|
'f-droid' => 'F-Droid',
|
2023-09-12 10:00:23 +02:00
|
|
|
'firefish' => 'Firefish',
|
2023-08-14 01:41:07 +02:00
|
|
|
'furaffinity' => 'FurAffinity',
|
2022-10-26 11:20:11 +02:00
|
|
|
'github' => 'GitHub',
|
|
|
|
'gitlab' => 'GitLab',
|
2023-08-14 01:32:52 +02:00
|
|
|
'itaku' => 'Itaku',
|
2022-10-27 22:30:00 +02:00
|
|
|
'itchio' => 'itch.io',
|
2023-08-14 01:32:52 +02:00
|
|
|
'last-fm' => 'last.fm',
|
2022-10-26 11:20:11 +02:00
|
|
|
'linkedin' => 'linkedIn',
|
2023-04-26 15:44:39 +02:00
|
|
|
'linkstack' => 'LinkStack',
|
2022-10-27 22:30:00 +02:00
|
|
|
'openstreetmap' => 'OpenStreetMap',
|
2022-10-26 11:20:11 +02:00
|
|
|
'paypal' => 'PayPal',
|
2023-07-21 09:15:18 +02:00
|
|
|
'picarto' => 'Picarto',
|
2022-10-27 22:30:00 +02:00
|
|
|
'playstore' => 'Google Play',
|
2022-10-26 11:20:11 +02:00
|
|
|
'soundcloud' => 'SoundCloud',
|
2023-10-22 19:34:45 +02:00
|
|
|
'streams' => 'Streams',
|
2022-10-26 11:20:11 +02:00
|
|
|
'tiktok' => 'TikTok',
|
2023-07-21 09:15:18 +02:00
|
|
|
'trakt' => 'Trakt',
|
2022-10-27 22:30:00 +02:00
|
|
|
'vrchat' => 'VRChat',
|
2022-10-26 11:20:11 +02:00
|
|
|
'whatsapp' => 'WhatsApp',
|
|
|
|
'wordpress' => 'WordPress',
|
|
|
|
'youtube' => 'YouTube',
|
2022-10-27 22:30:00 +02:00
|
|
|
'youtube-music' => 'YouTube Music',
|
2023-10-22 19:34:45 +02:00
|
|
|
);
|