LinkStack/config/button-names.php

28 lines
761 B
PHP
Raw Normal View History

<?php
$buttonNames = array(
'littlelink-custom' => 'LittleLink Custom',
2022-11-05 14:54:54 +01:00
'all-inkl' => 'ALL-INKL',
'appstore' => 'App Store',
'apple-music' => 'Apple Music',
'apple-podcasts' => 'Apple Podcasts',
'bookwyrm' => 'BookWyrm',
'dev-to' => 'DEV',
'epic-games' => 'Epic Games',
'f-droid' => 'F-Droid',
'github' => 'GitHub',
'gitlab' => 'GitLab',
'itchio' => 'itch.io',
'linkedin' => 'linkedIn',
'openstreetmap' => 'OpenStreetMap',
'paypal' => 'PayPal',
'playstore' => 'Google Play',
'soundcloud' => 'SoundCloud',
'tiktok' => 'TikTok',
'vrchat' => 'VRChat',
'whatsapp' => 'WhatsApp',
'wordpress' => 'WordPress',
'youtube' => 'YouTube',
'youtube-music' => 'YouTube Music',
);