1
1
<?php
2
2
3
-
4
-
5
3
$ analytics =
6
4
7
5
/*
26
24
return [
27
25
28
26
// Do not change!
29
- 'version ' => '2.0 ' ,
27
+ 'version ' => '2.1 ' ,
30
28
31
29
/*
32
30
|--------------------------------------------------------------------------
49
47
'twitter_creator ' => '' , // Twitter @username.
50
48
'author ' => '' , // Your name.
51
49
52
-
53
- /*
54
- | All settings below are always active
55
- |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
- */
57
-
58
50
/*
59
51
|--------------------------------------------------------------------------
60
52
| Additional settings
131
123
| 'custom_css' => ''
132
124
| ),
133
125
|
134
- | In the 'button' field, you have to enter the button name (i.e. 'twitter ', 'github', 'custom'...).
126
+ | In the 'button' field, you have to enter the button name (i.e. 'mastodon ', 'github', 'custom'...).
135
127
| You can find a list of all available buttons below.
136
128
|
137
129
| In the 'link' field, you can enter your desired link you may leave this field empty for a display only, non-functional button.
138
130
|
139
- |
140
- |
141
- | The input fields below only apply to buttons such as 'custom' and 'custom_website' but must always be included even if only empty.
142
- |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143
- |
144
131
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
145
132
|
146
133
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
179
166
),
180
167
181
168
/*
182
- |--------------------------------|
183
- | List of Available buttons: |
184
- |--------------------------------|
185
- | 'button' => 'custom' |
186
- | 'button' => 'custom_website' |
187
- | 'button' => 'github' |
188
- | 'button' => 'twitter' |
189
- | 'button' => 'instagram' |
190
- | 'button' => 'facebook' |
191
- | 'button' => 'messenger' |
192
- | 'button' => 'linkedin' |
193
- | 'button' => 'youtube' |
194
- | 'button' => 'discord' |
195
- | 'button' => 'twitch' |
196
- | 'button' => 'snapchat' |
197
- | 'button' => 'spotify' |
198
- | 'button' => 'reddit' |
199
- | 'button' => 'medium' |
200
- | 'button' => 'pinterest' |
201
- | 'button' => 'soundcloud' |
202
- | 'button' => 'figma' |
203
- | 'button' => 'kit' |
204
- | 'button' => 'telegram' |
205
- | 'button' => 'tumblr' |
206
- | 'button' => 'steam' |
207
- | 'button' => 'vimeo' |
208
- | 'button' => 'wordpress' |
209
- | 'button' => 'goodreads' |
210
- | 'button' => 'skoob' |
211
- | 'button' => 'tiktok' |
212
- | 'button' => 'default email' |
213
- | 'button' => 'default email_alt'|
214
- | 'button' => 'bandcamp' |
215
- | 'button' => 'patreon' |
216
- | 'button' => 'signal' |
217
- | 'button' => 'venmo' |
218
- | 'button' => 'cashapp' |
219
- | 'button' => 'gitlab' |
220
- | 'button' => 'mastodon' |
221
- | 'button' => 'paypal' |
222
- | 'button' => 'whatsapp' |
223
- | 'button' => 'xing' |
224
- | 'button' => 'buy me a coffee' |
225
- | 'button' => 'website' |
226
- | 'button' => 'heading' |
227
- | 'button' => 'space' |
228
- |--------------------------------|
169
+ |---------------------------------------------------|
170
+ | List of Available buttons: |
171
+ |---------------------------------------------------|
172
+ | https://linkstackorg.github.io/buttons/ |
173
+ |---------------------------------------------------|
229
174
*/
230
175
176
+ /*
177
+ |--------------------------------------------------------------------------
178
+ | Custom Parameters
179
+ |--------------------------------------------------------------------------
180
+ |
181
+ | Add your own custom settings below here.
182
+ |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183
+ */
184
+
185
+
186
+
187
+
188
+
189
+ /* End of Config! */
231
190
];
0 commit comments