Starbox – the Author Box for Humans - Version 3.0.4

Version Description

=

  • Compatible with WP 4.3.1
Download this release

Release Info

Developer cifi
Plugin Icon 128x128 Starbox – the Author Box for Humans
Version 3.0.4
Comparing to
See all releases

Code changes from version 3.0.3 to 3.0.4

Files changed (4) hide show
  1. languages/starbox-pt_BR.mo +0 -0
  2. languages/starbox-pt_BR.po +411 -0
  3. readme.txt +26 -22
  4. starbox.php +41 -41
languages/starbox-pt_BR.mo ADDED
Binary file
languages/starbox-pt_BR.po ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Starbox\n"
4
+ "POT-Creation-Date: 2013-10-08 13:06+0200\n"
5
+ "PO-Revision-Date: 2015-06-10 10:14-0300\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: Anderson Blaine Melo Ferreira <anderson@blaine.com.br>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.1\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: classes/Error.php:16
19
+ msgid ""
20
+ "Function get_class does not exists! Is required for StarBox to work properly."
21
+ msgstr ""
22
+ "Função get_class não existe! Ela é necessária para o StarBox funcionar."
23
+
24
+ #: classes/Error.php:19
25
+ msgid ""
26
+ "Function file_exists does not exists! Is required for StarBox to work "
27
+ "properly."
28
+ msgstr ""
29
+ "Função file_exists não existe! Ele é necessária para o StarBox funcionar."
30
+
31
+ #: classes/Error.php:23
32
+ msgid "The home directory is not set!"
33
+ msgstr "O diretório padrão não foi definido!"
34
+
35
+ #: classes/Error.php:27
36
+ msgid "The PHP version has to be greater then 4.0"
37
+ msgstr "A versão do PHP deve ser superior a 4.0"
38
+
39
+ #: classes/Error.php:35
40
+ msgid ""
41
+ "For StarBox to work, the PHP version has to be equal or greater then 5.1"
42
+ msgstr ""
43
+ "Para o StarBox funcionar, a versão do PHP deve ser igual ou superior a 5.1"
44
+
45
+ #: classes/Error.php:69
46
+ msgid "Turn off warnings!"
47
+ msgstr "Desligar os avisos!"
48
+
49
+ #: classes/Error.php:70
50
+ msgid "Notice: "
51
+ msgstr "Notificação: "
52
+
53
+ #: classes/Error.php:74
54
+ msgid "Note: "
55
+ msgstr "Anotação: "
56
+
57
+ #: classes/Tools.php:58
58
+ msgid "Settings"
59
+ msgstr "Configurações"
60
+
61
+ #: classes/Tools.php:308
62
+ msgid "Notice"
63
+ msgstr "Notificação"
64
+
65
+ #: config/paths.php:14
66
+ #, php-format
67
+ msgid ""
68
+ "Unable to create directory %s. Is its parent directory writable by the "
69
+ "server?"
70
+ msgstr ""
71
+ "Não foi possível criar o diretório %s. O diretório tem permissão de escrita "
72
+ "pelo servidor?"
73
+
74
+ #: controllers/Menu.php:39
75
+ msgid "StarBox Settings"
76
+ msgstr "Configurações StarBox"
77
+
78
+ #: controllers/Menu.php:40
79
+ msgid "StarBox"
80
+ msgstr "StarBox"
81
+
82
+ #: models/Frontend.php:28
83
+ msgid "About"
84
+ msgstr "Sobre"
85
+
86
+ #: models/Frontend.php:29
87
+ msgid "Latest Posts"
88
+ msgstr "Últimos Posts"
89
+
90
+ #: models/Frontend.php:59
91
+ msgid "at"
92
+ msgstr "em"
93
+
94
+ #: models/Frontend.php:74
95
+ #, php-format
96
+ msgid "Latest posts by %s"
97
+ msgstr "Últimos posts por %s"
98
+
99
+ #: models/Frontend.php:74
100
+ msgid "see all"
101
+ msgstr "exibir todos"
102
+
103
+ #: models/Frontend.php:86
104
+ msgid "Facebook"
105
+ msgstr "Facebook"
106
+
107
+ #: models/Frontend.php:90
108
+ msgid "Twitter"
109
+ msgstr "Twitter"
110
+
111
+ #: models/Frontend.php:95 models/Frontend.php:97
112
+ msgid "Google Plus"
113
+ msgstr "Google+"
114
+
115
+ #: models/Frontend.php:101
116
+ msgid "LinkedIn"
117
+ msgstr "LinkedIn"
118
+
119
+ #: models/Frontend.php:105
120
+ msgid "Instagram"
121
+ msgstr "Instagram"
122
+
123
+ #: models/Frontend.php:109
124
+ msgid "Flickr"
125
+ msgstr "Flickr"
126
+
127
+ #: models/Frontend.php:113
128
+ msgid "Pinterest"
129
+ msgstr "Pinterest"
130
+
131
+ #: models/Frontend.php:117
132
+ msgid "Tumblr"
133
+ msgstr "Tumblr"
134
+
135
+ #: models/Frontend.php:121
136
+ msgid "YouTube"
137
+ msgstr "YouTube"
138
+
139
+ #: models/Frontend.php:125
140
+ msgid "Vimeo"
141
+ msgstr "Vimeo"
142
+
143
+ #: models/Frontend.php:131 models/Frontend.php:133
144
+ msgid "Klout"
145
+ msgstr "Klout"
146
+
147
+ #: models/UserSettings.php:34
148
+ msgid "File type error: Only JPEG, JPG, GIF or PNG files are allowed."
149
+ msgstr ""
150
+ "Tipo de arquivo não aceito: Apenas JPEG, JPG, GIF ou PNG são permitidos."
151
+
152
+ #: models/UserSettings.php:47
153
+ msgid "GD error: The GD library must be installed on your server."
154
+ msgstr "Erro GD: A biblioteca GD precisa estar instalada em seu servidor."
155
+
156
+ #: models/UserSettings.php:54
157
+ msgid "Delete error: Could not delete the old gravatar."
158
+ msgstr "Erro ao excluir: Não foi possível excluir o gravatar antigo."
159
+
160
+ #: models/UserSettings.php:61
161
+ msgid "Upload error: Could not upload the gravatar."
162
+ msgstr "Erro ao enviar: Não foi possível enviar o gravatar."
163
+
164
+ #: models/UserSettings.php:67
165
+ msgid "Permission error: Could not change the gravatar permissions."
166
+ msgstr "Erro de permissão: Não foi possível mudar as permissões do gravatar."
167
+
168
+ #: models/UserSettings.php:78
169
+ msgid "The gravatar has been updated."
170
+ msgstr "O gravatar foi atualizado."
171
+
172
+ #: themes/admin/Menu.php:3
173
+ msgid "StartBox Settings"
174
+ msgstr "Configurações StarBox"
175
+
176
+ #: themes/admin/Menu.php:3 themes/admin/UserSettings.php:3
177
+ msgid "Please support us on Wordpress"
178
+ msgstr ""
179
+ "Por favor, se o plugin lhe é útil, considere qualificar-nos no Wordpress.org!"
180
+
181
+ #: themes/admin/Menu.php:12 themes/admin/Menu.php:25 themes/admin/Menu.php:36
182
+ #: themes/admin/Menu.php:47 themes/admin/UserSettings.php:10
183
+ msgid "Yes"
184
+ msgstr "Sim"
185
+
186
+ #: themes/admin/Menu.php:14 themes/admin/Menu.php:27 themes/admin/Menu.php:38
187
+ #: themes/admin/Menu.php:49 themes/admin/UserSettings.php:12
188
+ msgid "No"
189
+ msgstr "Não"
190
+
191
+ #: themes/admin/Menu.php:17
192
+ msgid "Visible in <strong>posts</strong>"
193
+ msgstr "Exibir em <strong>'posts'</strong>"
194
+
195
+ #: themes/admin/Menu.php:18
196
+ msgid "Hide Author Box from custom posts types"
197
+ msgstr "Ocultar o 'Author Box' dos <strong>'custom posts'</strong>"
198
+
199
+ #: themes/admin/Menu.php:30
200
+ msgid "Visible in <strong>pages</strong>"
201
+ msgstr "Exibir em <strong>páginas</strong>"
202
+
203
+ #: themes/admin/Menu.php:41
204
+ msgid ""
205
+ "Show the Starbox with Top Star theme <strong>in the global feed of your "
206
+ "blog</strong> (eg. \"/blog\" page) under each title of every post"
207
+ msgstr ""
208
+ "Exibir o Starbox com 'Top Star' <strong>no feed global do seu blog</strong> "
209
+ "(ex: página \"/blog\") abaixo do título de todo post"
210
+
211
+ #: themes/admin/Menu.php:52
212
+ #, php-format
213
+ msgid ""
214
+ "Show the <strong>Open Graph</strong> Profile in meta for each author "
215
+ "%sdetails%s (useful for rich snippets)"
216
+ msgstr ""
217
+ "Exibir o Perfil <strong>'Open Graph'</strong> do autor nos dados ‘meta’ "
218
+ "%sdetails%s (interessante para rich snippets)"
219
+
220
+ #: themes/admin/Menu.php:56
221
+ msgid "Theme setting:"
222
+ msgstr "Configurações do Visual:"
223
+
224
+ #: themes/admin/Menu.php:65
225
+ msgid ""
226
+ "The Author Box <strong>position</strong> (Topstar and Topstar-round are "
227
+ "always on shown on top)"
228
+ msgstr ""
229
+ "<strong>Posição</strong> do ‘Author Box’ (Topstar e Topstar-round são sempre "
230
+ "exibidos no topo)"
231
+
232
+ #: themes/admin/Menu.php:80
233
+ msgid ""
234
+ "Choose the default theme to be displayed <strong>inside each blog article</"
235
+ "strong>"
236
+ msgstr ""
237
+ "Escolha o visual padrão para exibir <strong>dentro de cada post</strong>"
238
+
239
+ #: themes/admin/Menu.php:84
240
+ msgid "Preview mode for the default theme"
241
+ msgstr "Pré-visualização do visual padrão"
242
+
243
+ #: themes/admin/Menu.php:104
244
+ msgid ""
245
+ "Choose the theme to be displayed in your <strong>global list of posts</"
246
+ "strong> (eg. /blog)"
247
+ msgstr ""
248
+ "Escolha o visual para exibir na sua <strong>lista global de posts</strong) "
249
+ "(ex: \"/blog\")"
250
+
251
+ #: themes/admin/Menu.php:109
252
+ #, php-format
253
+ msgid "Use the Google Tool to check rich snippets %sclick here%s"
254
+ msgstr ""
255
+ "Utilize a Ferramenta do Google para verificar os ‘rich snippets’ %sclick aqui"
256
+ "%s"
257
+
258
+ #: themes/admin/Menu.php:116
259
+ msgid ""
260
+ "Click \"go to user settings\" to setup the author box for each author you "
261
+ "have ( including per author Google Authorship)"
262
+ msgstr ""
263
+ "Click em “Ir para as configurações do usuário” para configurar os dados que "
264
+ "aparecem no ‘author box’ de cada usuário/autor (inclusive para o Google "
265
+ "Authorship)"
266
+
267
+ #: themes/admin/Menu.php:119
268
+ msgid "Save settings"
269
+ msgstr "Salvar conpfigurações"
270
+
271
+ #: themes/admin/Menu.php:120
272
+ msgid "Go to user settings"
273
+ msgstr "Ir para as configurações do usuário"
274
+
275
+ #: themes/admin/UserSettings.php:3
276
+ msgid "Starbox Settings for this Author"
277
+ msgstr "Configurações StarBox para este autor"
278
+
279
+ #: themes/admin/UserSettings.php:15
280
+ msgid "Show the StarBox for this author"
281
+ msgstr "Exibir o StarBox para este autor"
282
+
283
+ #: themes/admin/UserSettings.php:20
284
+ msgid "Change the Profile Image"
285
+ msgstr "Mudar a imagem do Perfil"
286
+
287
+ #: themes/admin/UserSettings.php:23
288
+ msgid "File types: JPG, JPEG, GIF and PNG. Ideal image size is: 80x80"
289
+ msgstr "Tipo de arquivo: JPG, JPEG, GIF e PNG. Dimensão ideal: 80x80 pixels"
290
+
291
+ #: themes/admin/UserSettings.php:37
292
+ msgid "Upload"
293
+ msgstr "Enviar"
294
+
295
+ #: themes/admin/UserSettings.php:38
296
+ msgid "Reset the uploaded image"
297
+ msgstr "Redefinir a imagem enviada"
298
+
299
+ #: themes/admin/UserSettings.php:39
300
+ #, php-format
301
+ msgid ""
302
+ "You can also set your image on %shttps://en.gravatar.com/%s for your email "
303
+ "address"
304
+ msgstr ""
305
+ "Você também pode definir sua imagem em %shttps://en.gravatar.com/%s para seu "
306
+ "email"
307
+
308
+ #: themes/admin/UserSettings.php:46
309
+ msgid "Theme settings:"
310
+ msgstr "Configurações do visual:"
311
+
312
+ #: themes/admin/UserSettings.php:56
313
+ msgid "Default"
314
+ msgstr "Padrão"
315
+
316
+ #: themes/admin/UserSettings.php:57
317
+ msgid "Up"
318
+ msgstr "Subir"
319
+
320
+ #: themes/admin/UserSettings.php:58
321
+ msgid "Down"
322
+ msgstr "Descer"
323
+
324
+ #: themes/admin/UserSettings.php:61
325
+ msgid "The Author Box position"
326
+ msgstr "Posição do 'Author Box'"
327
+
328
+ #: themes/admin/UserSettings.php:80
329
+ msgid "This Author's theme"
330
+ msgstr "Visual do Autor"
331
+
332
+ #: themes/admin/UserSettings.php:83
333
+ msgid "Preview mode (change the theme)"
334
+ msgstr "Pré-visualização (mude o visual)"
335
+
336
+ #: themes/admin/UserSettings.php:94
337
+ msgid "Job settings:"
338
+ msgstr "Configurações do cargo:"
339
+
340
+ #: themes/admin/UserSettings.php:96
341
+ msgid "Job Title:"
342
+ msgstr "Título:"
343
+
344
+ #: themes/admin/UserSettings.php:97
345
+ msgid "Company:"
346
+ msgstr "Empresa:"
347
+
348
+ #: themes/admin/UserSettings.php:98
349
+ msgid "Company URL:"
350
+ msgstr "Site da empresa (url):"
351
+
352
+ #: themes/admin/UserSettings.php:103
353
+ msgid "Social settings:"
354
+ msgstr "Redes Sociais:"
355
+
356
+ #: themes/admin/UserSettings.php:105
357
+ msgid "To unlock social fields please enter your email:"
358
+ msgstr "Para habilitar os campos de redes sociais insira seu email:"
359
+
360
+ #: themes/admin/UserSettings.php:123
361
+ msgid ""
362
+ "You will only subscribe to StarBox News (No spam). <br />We do not connect "
363
+ "your site to our server in any way. The plugin is stand-alone."
364
+ msgstr ""
365
+ "Você ira sé inscrever apenas na lista de Novidades StarBox (Nada de spams)."
366
+ "<br />Nós não conectamos seu site ao nosso servidor, de forma alguma. Este "
367
+ "plugin funciona independentemente."
368
+
369
+ #: themes/admin/UserSettings.php:127
370
+ msgid "Twitter:"
371
+ msgstr ""
372
+
373
+ #: themes/admin/UserSettings.php:128
374
+ msgid "Facebook:"
375
+ msgstr ""
376
+
377
+ #: themes/admin/UserSettings.php:129
378
+ msgid "Google +:"
379
+ msgstr ""
380
+
381
+ #: themes/admin/UserSettings.php:130
382
+ msgid "LinkedIn:"
383
+ msgstr ""
384
+
385
+ #: themes/admin/UserSettings.php:131
386
+ msgid "Klout:"
387
+ msgstr ""
388
+
389
+ #: themes/admin/UserSettings.php:132
390
+ msgid "Instagram:"
391
+ msgstr ""
392
+
393
+ #: themes/admin/UserSettings.php:133
394
+ msgid "Flickr:"
395
+ msgstr ""
396
+
397
+ #: themes/admin/UserSettings.php:134
398
+ msgid "Pinterest:"
399
+ msgstr ""
400
+
401
+ #: themes/admin/UserSettings.php:135
402
+ msgid "Tumblr:"
403
+ msgstr ""
404
+
405
+ #: themes/admin/UserSettings.php:136
406
+ msgid "YouTube:"
407
+ msgstr ""
408
+
409
+ #: themes/admin/UserSettings.php:137
410
+ msgid "Vimeo:"
411
+ msgstr ""
readme.txt CHANGED
@@ -1,21 +1,20 @@
1
- === Starbox - the Author Box for Humans ===
2
- Contributors: cifi, florinmuresan
3
  Tags: author box‎,author,twitter,sidebar,images,shortcode,publisher,meta,post,posts,page,pages,google,facebook,snippet,plugin,html5,vcard,klout,users,user,author box,rich snippet,author bio, author bio box,bio,widget,comments,blog,content,email,image,linkedin,marketing,mobile,pinterest,profile,shortcodes,social,social media,wordpress
4
- Requires at least: 3.3
5
- Tested up to: 4.2.1
6
- Stable tag: trunk
7
- Donate link: http://starbox.squirrly.co/starbox-the-author-box-for-humans/
8
-
9
- Starbox is the Author Box for Humans. Professional Themes to choose from, HTML5, Social Media Profiles, Google Authorship
10
 
 
 
11
  == Description ==
12
-
13
- **How Do I Get Support For This Plugin?**
14
  If you want more Social Icons and Premium Support, that also comes with High Priority, go to:
15
  http://starbox.squirrly.co/product/starbox-the-author-box-for-humans/
16
-
17
- **Starbox is the Author Box for Humans**
18
-
19
  While search engines and other software that read your site care about files like robots.txt, you need Human readers to actually engage with your content and fall in love with it.
20
 
21
  Humans look at beauty more than anything else (as you most probably already know, men and women alike). That's why you'll get an <strong>Author Box that's gorgeous to look at and it makes your readers click all the way through</strong> to see more about the Authors.
@@ -36,6 +35,7 @@ You'll build up some good social proof, you'll give your Human readers a sense o
36
 
37
  If you're doing the tech stuff on your site or want to know what Starbox's inner workings are all about, here's a list:
38
 
 
39
  * HTML 5
40
  * Google Microformats (vCard), to display Rich Snippets in google search results
41
  * Easy to customize for each Author
@@ -60,7 +60,6 @@ If you're doing the tech stuff on your site or want to know what Starbox's inner
60
  * Works even with sites that have woocommerce or other ecommerce plugins
61
  * Add Starbox in your post's content or wordpress widgets using the shortcode [starbox] or [starbox id=USER_ID]
62
 
63
-
64
  So get your very own Starbox now:
65
 
66
  1. Your Authors will become real Stars
@@ -73,8 +72,7 @@ So get your very own Starbox now:
73
 
74
  Download it from the Wordpress directory and try it out. Having an author box after posts will certainly increase engagement and help your authors grow their authority on the web.
75
 
76
-
77
- == Installation ==
78
  1. Log In as an Admin on your Wordpress blog.
79
  2. In the menu displayed on the left, there is a "Plugins" tab. Click it.
80
  3. Now click "Add New".
@@ -101,10 +99,14 @@ Download it from the Wordpress directory and try it out. Having an author box af
101
  15. Author Box with Fancy Theme
102
  16. Author Box with Drop-Down Theme
103
 
104
-
105
  == Changelog ==
 
 
 
106
  = 3.0.3 =
107
- * Compatible with WP 4.2.1
 
 
108
 
109
  = 3.0.2 =
110
  * Compatible with WP 4.1.1
@@ -176,16 +178,18 @@ It will help you have a premium email from us, on which you can get super-fast s
176
  http://starbox.squirrly.co/product/starbox-the-author-box-for-humans/
177
  After you buy it, it will show you the email on which you can write to us for Premium and Fast Support
178
 
179
- = How can I call (display) the author box in a post or widget? =
180
  Just add <strong>[starbox]</strong> or <strong>[starbox id="login_name"]</strong> in your post or widget..
181
  You can also add different description for the author box, by adding <strong>[starbox id="login_name" desc="custom description" ]</strong>
182
  And more than that, you can add a default theme for author box <strong>[starbox id="login_name" desc="custom description" theme="business"]</strong>
183
 
184
- = How can i add multiple author boxes to a post? =
185
  You can use startbox shortcode at the bottom of the content like this:
186
  [starbox id="john,david"] where john and david are the username of the authors
 
187
  or
188
- [starbox id="1,2..n"] where 1,2, .. n are the ID of the authors
189
 
 
 
190
  = Is your team dedicated to this plugin? =
191
- You can count on it :-) Our team of 8 people over at Squirrly (registered in the UK) are focused on making both our wordpress seo plugin and our author box plugin the best there are. So far we succeeded in making them one of the most popular, because we listen to your feedback and you're the reason for their success.
1
+ ==== Starbox - the Author Box for Humans ====
2
+ Contributors: cifi, calinvingan, florinmuresan
3
  Tags: author box‎,author,twitter,sidebar,images,shortcode,publisher,meta,post,posts,page,pages,google,facebook,snippet,plugin,html5,vcard,klout,users,user,author box,rich snippet,author bio, author bio box,bio,widget,comments,blog,content,email,image,linkedin,marketing,mobile,pinterest,profile,shortcodes,social,social media,wordpress
4
+ Requires at least: 3.5
5
+ Tested up to: 4.6
6
+ Stable tag: trunk
7
+ Donate link: http://starbox.squirrly.co/starbox-the-author-box-for-humans/
 
 
8
 
9
+ Starbox is the Author Box for Humans. Professional Themes to choose from, HTML5, Social Media Profiles, Google Authorship
10
+
11
  == Description ==
12
+ **How Do I Get Support For This Plugin?**
 
13
  If you want more Social Icons and Premium Support, that also comes with High Priority, go to:
14
  http://starbox.squirrly.co/product/starbox-the-author-box-for-humans/
15
+ We added new features in the PRO version like: keep the user custom image in all the site
16
+
17
+ **Starbox is the Author Box for Humans**
18
  While search engines and other software that read your site care about files like robots.txt, you need Human readers to actually engage with your content and fall in love with it.
19
 
20
  Humans look at beauty more than anything else (as you most probably already know, men and women alike). That's why you'll get an <strong>Author Box that's gorgeous to look at and it makes your readers click all the way through</strong> to see more about the Authors.
35
 
36
  If you're doing the tech stuff on your site or want to know what Starbox's inner workings are all about, here's a list:
37
 
38
+
39
  * HTML 5
40
  * Google Microformats (vCard), to display Rich Snippets in google search results
41
  * Easy to customize for each Author
60
  * Works even with sites that have woocommerce or other ecommerce plugins
61
  * Add Starbox in your post's content or wordpress widgets using the shortcode [starbox] or [starbox id=USER_ID]
62
 
 
63
  So get your very own Starbox now:
64
 
65
  1. Your Authors will become real Stars
72
 
73
  Download it from the Wordpress directory and try it out. Having an author box after posts will certainly increase engagement and help your authors grow their authority on the web.
74
 
75
+ === Installation ===
 
76
  1. Log In as an Admin on your Wordpress blog.
77
  2. In the menu displayed on the left, there is a "Plugins" tab. Click it.
78
  3. Now click "Add New".
99
  15. Author Box with Fancy Theme
100
  16. Author Box with Drop-Down Theme
101
 
 
102
  == Changelog ==
103
+ = 3.0.4 =
104
+
105
+ * Compatible with WP 4.3.1
106
  = 3.0.3 =
107
+ * Added the Brazilian Portuguese Language by Anderson Blaine
108
+ * Added styles for more themes
109
+ * Compatible with WP 4.3
110
 
111
  = 3.0.2 =
112
  * Compatible with WP 4.1.1
178
  http://starbox.squirrly.co/product/starbox-the-author-box-for-humans/
179
  After you buy it, it will show you the email on which you can write to us for Premium and Fast Support
180
 
181
+ = How can I call (display) the author box in a post or widget? =
182
  Just add <strong>[starbox]</strong> or <strong>[starbox id="login_name"]</strong> in your post or widget..
183
  You can also add different description for the author box, by adding <strong>[starbox id="login_name" desc="custom description" ]</strong>
184
  And more than that, you can add a default theme for author box <strong>[starbox id="login_name" desc="custom description" theme="business"]</strong>
185
 
186
+ = How can i add multiple author boxes to a post? =
187
  You can use startbox shortcode at the bottom of the content like this:
188
  [starbox id="john,david"] where john and david are the username of the authors
189
+
190
  or
 
191
 
192
+ [starbox id="1,2..n"] where 1,2 .. n are the ID of the authors
193
+
194
  = Is your team dedicated to this plugin? =
195
+ You can count on it :-) Our team of 8 people over at Squirrly (registered in the UK) are focused on making both our wordpress seo plugin and our author box plugin the best there are. So far we succeeded in making them one of the most popular, because we listen to your feedback and you're the reason for their success.
starbox.php CHANGED
@@ -1,41 +1,41 @@
1
- <?php
2
-
3
- /*
4
- Copyright (c) 2012, Squirrly Limited.
5
- The copyrights to the software code in this file are licensed under the (revised) BSD open source license.
6
-
7
- Plugin Name: StarBox
8
- Plugin URI:
9
- Author: Squirrly UK
10
- Description: Starbox is the Author Box for Humans. Professional Themes to choose from, HTML5, Social Media Profiles, Google Authorship
11
- Version: 3.0.3
12
- Author URI: https://www.squirrly.co/wordpress-seo-by-squirrly
13
- */
14
- /* SET THE CURRENT VERSION ABOVE AND BELOW */
15
- define('ABH_VERSION', '3.0.3');
16
- /* Call config files */
17
- require(dirname(__FILE__) . '/config/config.php');
18
-
19
- /* important to check the PHP version */
20
- if (PHP_VERSION_ID >= 5100) {
21
- /* inport main classes */
22
- require_once(_ABH_CLASSES_DIR_ . 'ObjController.php');
23
- require_once(_ABH_CLASSES_DIR_ . 'BlockController.php');
24
-
25
- /* Main class call */
26
- ABH_Classes_ObjController::getController('ABH_Classes_FrontController')->run();
27
-
28
- if (!is_admin())
29
- ABH_Classes_ObjController::getController('ABH_Controllers_Frontend');
30
- } else {
31
- /* Main class call */
32
- add_action('admin_notices', array(ABH_Classes_ObjController::getController('ABH_Classes_FrontController'), 'phpVersionError'));
33
- }
34
-
35
- // --
36
- // Upgrade StarBox call.
37
- register_activation_hook(__FILE__, 'abh_upgrade');
38
-
39
- function abh_upgrade() {
40
- set_transient('abh_upgrade', true, 30);
41
- }
1
+ <?php
2
+
3
+ /*
4
+ Copyright (c) 2012, Squirrly Limited.
5
+ The copyrights to the software code in this file are licensed under the (revised) BSD open source license.
6
+
7
+ Plugin Name: StarBox
8
+ Plugin URI:
9
+ Author: Squirrly UK
10
+ Description: Starbox is the Author Box for Humans. Professional Themes to choose from, HTML5, Social Media Profiles, Google Authorship
11
+ Version: 3.0.4
12
+ Author URI: https://www.squirrly.co/wordpress-seo-by-squirrly
13
+ */
14
+ /* SET THE CURRENT VERSION ABOVE AND BELOW */
15
+ define('ABH_VERSION', '3.0.4');
16
+ /* Call config files */
17
+ require(dirname(__FILE__) . '/config/config.php');
18
+
19
+ /* important to check the PHP version */
20
+ if (PHP_VERSION_ID >= 5100) {
21
+ /* inport main classes */
22
+ require_once(_ABH_CLASSES_DIR_ . 'ObjController.php');
23
+ require_once(_ABH_CLASSES_DIR_ . 'BlockController.php');
24
+
25
+ /* Main class call */
26
+ ABH_Classes_ObjController::getController('ABH_Classes_FrontController')->run();
27
+
28
+ if (!is_admin())
29
+ ABH_Classes_ObjController::getController('ABH_Controllers_Frontend');
30
+ } else {
31
+ /* Main class call */
32
+ add_action('admin_notices', array(ABH_Classes_ObjController::getController('ABH_Classes_FrontController'), 'phpVersionError'));
33
+ }
34
+
35
+ // --
36
+ // Upgrade StarBox call.
37
+ register_activation_hook(__FILE__, 'abh_upgrade');
38
+
39
+ function abh_upgrade() {
40
+ set_transient('abh_upgrade', true, 30);
41
+ }