Recent Facebook Posts - Version 2.0.7

Version Description

  • May 15, 2015 =

Fixes

  • Video posts were not showing correctly (props to Luigi Savini!)
  • Hooks were double added when using the widget

Improvements

  • Added play icon overlay to video's
  • Added a notice about using the shortcode to the plugin's settings page.

Additions

  • Added Italian translations, thanks to Luigi Savini
  • Added Portugese translations, thanks to Jonadabe
  • Added German translations, thanks to Henrik Heller .
Download this release

Release Info

Developer DvanKooten
Plugin Icon wp plugin Recent Facebook Posts
Version 2.0.7
Comparing to
See all releases

Code changes from version 2.0.6 to 2.0.7

assets/css/default.css CHANGED
@@ -1,13 +1,15 @@
1
  .rfbp { }
2
 
 
 
3
  .rfbp-post { border-bottom:1px solid #E9E9E9; padding-bottom:15px; margin-bottom:15px; margin-top:0; padding-top:0; }
4
  .rfbp-post-link-wrap { margin-bottom:0 !important; padding-bottom:0; }
5
- .rfbp-post-link{ display:block; font-weight:normal !important; background:none; border:0; padding:1px 0; margin:0; cursor:pointer; text-decoration:none !important; color:#3B5998; font-size:11px; line-height:15px !important; height:15px; }
6
  .rfbp-post-link:hover{ text-decoration:none !important; color:#3B5998; }
7
 
8
  .rfbp-link-wrap{ display:block; padding:0 !important; margin:1em 0; max-width:100%; font-weight: normal !important; text-shadow: none !important;
9
  background: #f6f7f9; border: 1px solid #d3dae8 !important; font-size:11px; color: gray; overflow: hidden; }
10
- a.rfbp-link{ text-decoration: none !important; display:block; color: gray; font-weight: normal; }
11
  a.rfbp-link:hover{ text-decoration:none; }
12
 
13
  span.rfbp-link-image-wrap{ margin:0; padding:0; width:114px; line-height: 0; border-right: 1px solid #d3dae8; display:table-cell; vertical-align: middle; }
@@ -28,12 +30,14 @@ span.rfbp-link-description{ margin-top:12px; }
28
  .rfbp-like-count > span{ display:none; }
29
  .rfbp-comment-count > span{ display:none; }
30
 
31
- .rfbp-image-wrap { display:block; margin:1em 0; max-width:100%; }
32
  .rfbp-image-link{ margin:0; padding:0; float:none; line-height:0; max-width:100%; display:inline-block; }
33
  .rfbp-image{ margin:0; padding:0; border:1px solid #ccc; }
34
 
35
  .rfbp-text{ margin-top:0 !important; padding-top:0;}
36
  .rfbp-text a{ word-break:break-all; }
37
 
 
 
38
  /* widget */
39
  .rfbp-widget { }
1
  .rfbp { }
2
 
3
+ .rfbp a{ border: 0 !important; text-decoration: none !important; }
4
+
5
  .rfbp-post { border-bottom:1px solid #E9E9E9; padding-bottom:15px; margin-bottom:15px; margin-top:0; padding-top:0; }
6
  .rfbp-post-link-wrap { margin-bottom:0 !important; padding-bottom:0; }
7
+ .rfbp-post-link{ display:block; font-weight:normal !important; background:none; border:0 !important; padding:1px 0; margin:0; cursor:pointer; text-decoration:none !important; color:#3B5998; font-size:11px; line-height:15px !important; height:15px; }
8
  .rfbp-post-link:hover{ text-decoration:none !important; color:#3B5998; }
9
 
10
  .rfbp-link-wrap{ display:block; padding:0 !important; margin:1em 0; max-width:100%; font-weight: normal !important; text-shadow: none !important;
11
  background: #f6f7f9; border: 1px solid #d3dae8 !important; font-size:11px; color: gray; overflow: hidden; }
12
+ a.rfbp-link{ text-decoration: none !important; border-bottom: 0; display:block; color: gray; font-weight: normal; }
13
  a.rfbp-link:hover{ text-decoration:none; }
14
 
15
  span.rfbp-link-image-wrap{ margin:0; padding:0; width:114px; line-height: 0; border-right: 1px solid #d3dae8; display:table-cell; vertical-align: middle; }
30
  .rfbp-like-count > span{ display:none; }
31
  .rfbp-comment-count > span{ display:none; }
32
 
33
+ .rfbp-image-wrap { position:relative; display:inline-block; margin:1em 0; max-width:100%; }
34
  .rfbp-image-link{ margin:0; padding:0; float:none; line-height:0; max-width:100%; display:inline-block; }
35
  .rfbp-image{ margin:0; padding:0; border:1px solid #ccc; }
36
 
37
  .rfbp-text{ margin-top:0 !important; padding-top:0;}
38
  .rfbp-text a{ word-break:break-all; }
39
 
40
+ .rfbp-video-link { position:absolute; display:block; pointer-events:none; background:url('../img/play.png'); background-size:40px 40px; margin-left:-20px; margin-top:-20px; height:40px; width:40px; top:50%; left:50%; }
41
+
42
  /* widget */
43
  .rfbp-widget { }
assets/css/default.min.css CHANGED
@@ -1 +1 @@
1
- .rfbp-post{border-bottom:1px solid #E9E9E9;padding-bottom:15px;margin-bottom:15px;margin-top:0;padding-top:0}.rfbp-post-link-wrap{margin-bottom:0!important;padding-bottom:0}.rfbp-post-link{display:block;font-weight:400!important;background:0 0;border:0;padding:1px 0;margin:0;cursor:pointer;text-decoration:none!important;color:#3B5998;font-size:11px;line-height:15px!important;height:15px}.rfbp-post-link:hover{text-decoration:none!important;color:#3B5998}.rfbp-link-wrap{display:block;padding:0!important;margin:1em 0;max-width:100%;font-weight:400!important;text-shadow:none!important;background:#f6f7f9;border:1px solid #d3dae8!important;font-size:11px;color:gray;overflow:hidden}a.rfbp-link{text-decoration:none!important;display:block;color:gray;font-weight:400}a.rfbp-link:hover{text-decoration:none}span.rfbp-link-image-wrap{margin:0;padding:0;width:114px;line-height:0;border-right:1px solid #d3dae8;display:table-cell;vertical-align:middle}img.rfbp-link-image{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;width:114px;height:auto;display:inline}span.rfbp-link-text-wrap{padding:8px;color:gray;display:table-cell}span.rfbp-link-text-wrap span{line-height:14px;display:block}span.rfbp-link-name{font-weight:700;color:#3b5998}span.rfbp-link-description{margin-top:12px}.rfbp-timestamp{color:#999}.rfbp-timestamp:hover{text-decoration:underline;color:#999;font-weight:400}.rfbp-comment-count,.rfbp-like-count{margin-right:3px;background:url(../img/fb-sprite.png) no-repeat;padding-left:18px;color:#3B5998;display:inline-block}.rfbp-like-count{background-position:0 -52px}.rfbp-comment-count{background-position:0 -18px}.rfbp-comment-count>span,.rfbp-like-count>span{display:none}.rfbp-image-wrap{display:block;margin:1em 0;max-width:100%}.rfbp-image-link{margin:0;padding:0;float:none;line-height:0;max-width:100%;display:inline-block}.rfbp-image{margin:0;padding:0;border:1px solid #ccc}.rfbp-text{margin-top:0!important;padding-top:0}.rfbp-text a{word-break:break-all}
1
+ .rfbp a{border:0!important;text-decoration:none!important}.rfbp-post{border-bottom:1px solid #E9E9E9;padding-bottom:15px;margin-bottom:15px;margin-top:0;padding-top:0}.rfbp-post-link-wrap{margin-bottom:0!important;padding-bottom:0}.rfbp-post-link{display:block;font-weight:400!important;background:0 0;border:0!important;padding:1px 0;margin:0;cursor:pointer;text-decoration:none!important;color:#3B5998;font-size:11px;line-height:15px!important;height:15px}.rfbp-post-link:hover{text-decoration:none!important;color:#3B5998}.rfbp-link-wrap{display:block;padding:0!important;margin:1em 0;max-width:100%;font-weight:400!important;text-shadow:none!important;background:#f6f7f9;border:1px solid #d3dae8!important;font-size:11px;color:gray;overflow:hidden}a.rfbp-link{text-decoration:none!important;border-bottom:0;display:block;color:gray;font-weight:400}a.rfbp-link:hover{text-decoration:none}span.rfbp-link-image-wrap{margin:0;padding:0;width:114px;line-height:0;border-right:1px solid #d3dae8;display:table-cell;vertical-align:middle}img.rfbp-link-image{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;width:114px;height:auto;display:inline}span.rfbp-link-text-wrap{padding:8px;color:gray;display:table-cell}span.rfbp-link-text-wrap span{line-height:14px;display:block}span.rfbp-link-name{font-weight:700;color:#3b5998}span.rfbp-link-description{margin-top:12px}.rfbp-timestamp{color:#999}.rfbp-timestamp:hover{text-decoration:underline;color:#999;font-weight:400}.rfbp-comment-count,.rfbp-like-count{margin-right:3px;background:url(../img/fb-sprite.png) no-repeat;padding-left:18px;color:#3B5998;display:inline-block}.rfbp-like-count{background-position:0 -52px}.rfbp-comment-count{background-position:0 -18px}.rfbp-comment-count>span,.rfbp-like-count>span{display:none}.rfbp-image-wrap{position:relative;display:inline-block;margin:1em 0;max-width:100%}.rfbp-image-link{margin:0;padding:0;float:none;line-height:0;max-width:100%;display:inline-block}.rfbp-image{margin:0;padding:0;border:1px solid #ccc}.rfbp-text{margin-top:0!important;padding-top:0}.rfbp-text a{word-break:break-all}.rfbp-video-link{position:absolute;display:block;pointer-events:none;background:url(../img/play.png) 0 0/40px 40px;margin-left:-20px;margin-top:-20px;height:40px;width:40px;top:50%;left:50%}
assets/img/play.png ADDED
Binary file
includes/class-api.php CHANGED
@@ -93,6 +93,8 @@ class RFBP_API {
93
  $post['type'] = sanitize_text_field( $p->type );
94
  $post['content'] = '';
95
  $post['image'] = null;
 
 
96
 
97
  if( isset( $p->message ) ) {
98
  // remove emoji's
@@ -102,6 +104,10 @@ class RFBP_API {
102
  $post['content'] = sanitize_text_field( $post['content'] );
103
  }
104
 
 
 
 
 
105
  // set type specific content
106
  switch( $p->type ) {
107
 
93
  $post['type'] = sanitize_text_field( $p->type );
94
  $post['content'] = '';
95
  $post['image'] = null;
96
+ $post['name'] = '';
97
+ $post['post_link'] = '#';
98
 
99
  if( isset( $p->message ) ) {
100
  // remove emoji's
104
  $post['content'] = sanitize_text_field( $post['content'] );
105
  }
106
 
107
+ // set post name and url
108
+ if (isset($p->name)) $post['name'] = $p->name;
109
+ if (isset($p->link)) $post['post_link'] = $p->link;
110
+
111
  // set type specific content
112
  switch( $p->type ) {
113
 
includes/class-public.php CHANGED
@@ -156,6 +156,9 @@ class RFBP_Public {
156
  ?>
157
 
158
  <<?php echo $atts['el']; ?> class="rfbp-post">
 
 
 
159
  <div class="rfbp-text">
160
 
161
  <?php
@@ -198,8 +201,11 @@ class RFBP_Public {
198
  <p class="rfbp-image-wrap">
199
  <a class="rfbp-image-link" target="<?php echo $link_target; ?>" href="<?php echo $p['url']; ?>" rel="external nofollow">
200
  <?php $max_img_width = ( ! empty( $opts['img_width'] ) ) ? $opts['img_width'].'px' : '100%'; $max_img_height = ( !empty( $opts['img_height'] ) ) ? $opts['img_height'].'px' : 'none'; ?>
201
- <img class="rfbp-image" src="<?php echo esc_attr( $p['image'] . '?type=' . $opts['img_size'] ); ?>" style="<?php echo esc_attr( "max-width: {$max_img_width}; max-height: {$max_img_height}" ); ?>" alt="" />
202
  </a>
 
 
 
203
  </p>
204
  <?php } ?>
205
  <p class="rfbp-post-link-wrap">
156
  ?>
157
 
158
  <<?php echo $atts['el']; ?> class="rfbp-post">
159
+ <h4 class="rfbp-heading"><a class="rfbp-link" href="<?php echo $p['post_link']; ?>" rel="external nofollow" target="<?php echo $link_target; ?>">
160
+ <?php echo $p['name']; ?>
161
+ </a></h4>
162
  <div class="rfbp-text">
163
 
164
  <?php
201
  <p class="rfbp-image-wrap">
202
  <a class="rfbp-image-link" target="<?php echo $link_target; ?>" href="<?php echo $p['url']; ?>" rel="external nofollow">
203
  <?php $max_img_width = ( ! empty( $opts['img_width'] ) ) ? $opts['img_width'].'px' : '100%'; $max_img_height = ( !empty( $opts['img_height'] ) ) ? $opts['img_height'].'px' : 'none'; ?>
204
+ <img class="rfbp-image" src="<?php echo $p['image']; ?>" style="<?php echo esc_attr( "max-width: {$max_img_width}; max-height: {$max_img_height}" ); ?>" alt="" />
205
  </a>
206
+ <?php if ( $p['type'] === 'video' ) { ?>
207
+ <span class="rfbp-video-link"></span>
208
+ <?php } ?>
209
  </p>
210
  <?php } ?>
211
  <p class="rfbp-post-link-wrap">
languages/recent-facebook-posts-it_IT.mo ADDED
Binary file
languages/recent-facebook-posts-it_IT.po ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Danny van Kooten
2
+ # This file is distributed under the GPL3 or later.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Recent Facebook Posts 2.0.4\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/recent-facebook-"
7
+ "posts\n"
8
+ "POT-Creation-Date: 2015-02-19 05:46:22+00:00\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2015-02-20 23:09+0100\n"
13
+ "Last-Translator: Danny van Kooten <hi@dannyvankooten.com>\n"
14
+ "X-Generator: Poedit 1.7.4\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SourceCharset: utf-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2; _nx:1,2,4c;_n_noop:1,2;"
19
+ "_nx_noop:1,2,3c;esc_attr__; esc_html__;esc_attr_e; esc_html_e;"
20
+ "esc_attr_x:1,2c; esc_html_x:1,2c\n"
21
+ "X-Textdomain-Support: yes\n"
22
+ "Language-Team: \n"
23
+ "Language: it_IT\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+
26
+ #: includes/class-admin.php:156
27
+ msgid "<strong>Cache cleared!</strong> You succesfully cleared the cache."
28
+ msgstr "<strong>Cache svuotata!</strong> Hai svuotato la cache con successo."
29
+
30
+ #: includes/class-admin.php:169
31
+ msgid "Settings"
32
+ msgstr "Impostazioni"
33
+
34
+ #: includes/class-admin.php:203
35
+ msgid "Your configuration seems to be okay and working. Nice work!."
36
+ msgstr ""
37
+ "La tua configurazione sembra essere corretta e funzionante. Ottimo lavoro!"
38
+
39
+ #: includes/class-admin.php:205
40
+ msgid "The following error was encountered when testing your configuration."
41
+ msgstr "Il seguente errore è stato rilevato testando la configurazione."
42
+
43
+ #: includes/class-api.php:51 includes/class-api.php:164
44
+ msgid "Facebook error:"
45
+ msgstr "Errore Facebook:"
46
+
47
+ #: includes/class-api.php:203
48
+ msgid "Connection error:"
49
+ msgstr "Errore di connessione:"
50
+
51
+ #: includes/class-public.php:188
52
+ msgid "likes"
53
+ msgstr "mi piace"
54
+
55
+ #: includes/class-public.php:189
56
+ msgid "comments"
57
+ msgstr "commenti"
58
+
59
+ #: includes/class-public.php:191
60
+ msgid "%1$s at %2$s"
61
+ msgstr "%1$s di %2$s"
62
+
63
+ #: includes/class-public.php:205
64
+ msgid "No recent Facebook posts to show"
65
+ msgstr "Nessun post Facebook recente da mostrare"
66
+
67
+ #: includes/class-public.php:207
68
+ msgid "Admins only notice"
69
+ msgstr "Notifica per soli amministratori"
70
+
71
+ #: includes/class-public.php:207
72
+ msgid "Did you <a href=\"%s\">configure the plugin</a> properly?"
73
+ msgstr "Hai <a href=\"%s\">configurato il plugin</a> correttamente?"
74
+
75
+ #: includes/class-widget.php:18
76
+ msgid "Lists a number of your most recent Facebook posts."
77
+ msgstr "Elenca un numero dei più recenti post Facebook"
78
+
79
+ #. Plugin Name of the plugin/theme
80
+ msgid "Recent Facebook Posts"
81
+ msgstr "Post Facebook recenti"
82
+
83
+ #: includes/class-widget.php:38
84
+ msgid "You need to <a href=\"%s\">configure Recent Facebook Posts</a> first."
85
+ msgstr ""
86
+ "Hi bisogno di <a href=\"%s\">configurare i post Facebook recenti</a> prima."
87
+
88
+ #: includes/class-widget.php:42
89
+ msgid "Title:"
90
+ msgstr "Titolo:"
91
+
92
+ #: includes/class-widget.php:47
93
+ msgid "Number of posts:"
94
+ msgstr "Numero di post:"
95
+
96
+ #: includes/class-widget.php:52
97
+ msgid "Excerpt length:"
98
+ msgstr "Lunghezza estratto:"
99
+
100
+ #: includes/class-widget.php:58
101
+ msgid "Show like count?"
102
+ msgstr "Visualizza numero dei 'mi piace'?"
103
+
104
+ #: includes/class-widget.php:63
105
+ msgid "Show comment count?"
106
+ msgstr "Visualizza numero dei commenti?"
107
+
108
+ #: includes/class-widget.php:68
109
+ msgid "Show link to Facebook page?"
110
+ msgstr "Visualizza link alla pagina Facebook?"
111
+
112
+ #: includes/class-widget.php:73
113
+ msgid "Show link previews?"
114
+ msgstr "Visualizza anteprime dei link?"
115
+
116
+ #: includes/functions/global.php:23 includes/views/settings_page.html.php:69
117
+ msgid "Find us on Facebook"
118
+ msgstr "Trovaci su Facebook"
119
+
120
+ #: includes/functions/helpers.php:23
121
+ msgid "just now"
122
+ msgstr "ora"
123
+
124
+ #: includes/functions/helpers.php:42
125
+ msgid "1 year ago"
126
+ msgid_plural "%d years ago"
127
+ msgstr[0] "1 anno fa"
128
+ msgstr[1] "%d anni fa"
129
+
130
+ #: includes/functions/helpers.php:46
131
+ msgid "1 month ago"
132
+ msgid_plural "%d months ago"
133
+ msgstr[0] "1 mese fa"
134
+ msgstr[1] "%d mesi fa"
135
+
136
+ #: includes/functions/helpers.php:50
137
+ msgid "1 week ago"
138
+ msgid_plural "%d weeks ago"
139
+ msgstr[0] "1 settimana fa"
140
+ msgstr[1] "%d settimane fa"
141
+
142
+ #: includes/functions/helpers.php:54
143
+ msgid "1 day ago"
144
+ msgid_plural "%d days ago"
145
+ msgstr[0] "1 giorno fa"
146
+ msgstr[1] "%d giorni fa"
147
+
148
+ #: includes/functions/helpers.php:58
149
+ msgid "1 hour ago"
150
+ msgid_plural "%d hours ago"
151
+ msgstr[0] "1 ora fa"
152
+ msgstr[1] "%d ore fa"
153
+
154
+ #: includes/functions/helpers.php:62
155
+ msgid "1 minute ago"
156
+ msgid_plural "%d minutes ago"
157
+ msgstr[0] "1 minuto fa"
158
+ msgstr[1] "%d minuti fa"
159
+
160
+ #: includes/functions/helpers.php:66
161
+ msgid "1 second ago"
162
+ msgid_plural "%d seconds ago"
163
+ msgstr[0] "1 secondo fa"
164
+ msgstr[1] "%d secondi fa"
165
+
166
+ #: includes/functions/helpers.php:70
167
+ msgid "Some time ago"
168
+ msgstr "Qualche tempo fa"
169
+
170
+ #: includes/views/settings_page.html.php:21
171
+ msgid "Facebook Settings"
172
+ msgstr "Impostazioni Facebook"
173
+
174
+ #: includes/views/settings_page.html.php:26
175
+ msgid "This plugin needs a Facebook application to work."
176
+ msgstr "Questo plugin necessita di un'applicazione Facebook per funzionare."
177
+
178
+ #: includes/views/settings_page.html.php:27
179
+ msgid ""
180
+ "Please fill in the Facebook Settings fields after creating your application."
181
+ msgstr ""
182
+ "Compila i campi nelle impostazioni Facebook dopo avere creato la tua "
183
+ "applicazione."
184
+
185
+ #: includes/views/settings_page.html.php:30
186
+ msgid ""
187
+ "Not sure how to proceed? Please take a close look at the <a href=\"%s"
188
+ "\">installation instructions</a>."
189
+ msgstr ""
190
+ "Non sei sicuro di come procedere? Dai un'occhiata alle <a href=\"%s"
191
+ "\">istruzioni di installazione</a>."
192
+
193
+ #: includes/views/settings_page.html.php:38
194
+ msgid "Facebook App ID/API Key"
195
+ msgstr "Facebook App ID/API Key"
196
+
197
+ #: includes/views/settings_page.html.php:42
198
+ msgid "Get your App ID from %s."
199
+ msgstr "Ottieni la tua App ID da %s."
200
+
201
+ #: includes/views/settings_page.html.php:47
202
+ msgid "Facebook App Secret"
203
+ msgstr "Facebook App Secret"
204
+
205
+ #: includes/views/settings_page.html.php:50
206
+ msgid "Get your App Secret from %s."
207
+ msgstr "Ottieni la tua App Secret da %s."
208
+
209
+ #: includes/views/settings_page.html.php:55
210
+ msgid "Facebook Page ID or Slug"
211
+ msgstr "Facebook Page ID o Slug"
212
+
213
+ #: includes/views/settings_page.html.php:58
214
+ msgid ""
215
+ "Use <a href=\"%s\">this tool</a> to find the numeric ID of your Facebook "
216
+ "page."
217
+ msgstr ""
218
+ "Usa <a href=\"%s\">questo tool</a> per trovare l'ID numerico della tua "
219
+ "pagina Facebook."
220
+
221
+ #: includes/views/settings_page.html.php:64
222
+ msgid "Appearance"
223
+ msgstr "Aspetto"
224
+
225
+ #: includes/views/settings_page.html.php:68
226
+ msgid "Link text"
227
+ msgstr "testo link"
228
+
229
+ #: includes/views/settings_page.html.php:73
230
+ msgid "Open links in new window?"
231
+ msgstr "Apri link in una nuova finestra?"
232
+
233
+ #: includes/views/settings_page.html.php:78
234
+ msgid "Load some default styles?"
235
+ msgstr "Carica degli stili di default?"
236
+
237
+ #: includes/views/settings_page.html.php:84
238
+ msgid "Image size"
239
+ msgstr "Dimensioni immagine"
240
+
241
+ #: includes/views/settings_page.html.php:87
242
+ msgid "Don't show images"
243
+ msgstr "Non mostrare le immagini"
244
+
245
+ #: includes/views/settings_page.html.php:88
246
+ msgid "Thumbnail"
247
+ msgstr "Thumbnail"
248
+
249
+ #: includes/views/settings_page.html.php:89
250
+ msgid "Normal"
251
+ msgstr "Normale"
252
+
253
+ #: includes/views/settings_page.html.php:96
254
+ msgid "Image dimensions"
255
+ msgstr "Dimensioni immagine"
256
+
257
+ #: includes/views/settings_page.html.php:96
258
+ msgid "(in pixels, optional)"
259
+ msgstr "(in pixel, opzionale)"
260
+
261
+ #: includes/views/settings_page.html.php:99
262
+ msgid "Max Width"
263
+ msgstr "Larghezza max"
264
+
265
+ #: includes/views/settings_page.html.php:103
266
+ msgid "Max Height"
267
+ msgstr "Altezza max"
268
+
269
+ #: includes/views/settings_page.html.php:107
270
+ msgid "Leave empty for default sizing"
271
+ msgstr "Lasciare vuoto per dimensione di default"
272
+
273
+ #: includes/views/settings_page.html.php:118
274
+ #: includes/views/settings_page.html.php:122
275
+ msgid "Test Configuration"
276
+ msgstr "Configurazione di test"
277
+
278
+ #: includes/views/settings_page.html.php:119
279
+ msgid "Test your plugin configuration using the button below."
280
+ msgstr "Testa la tua configurazione del plugin usando il bottone sotto."
281
+
282
+ #: includes/views/settings_page.html.php:125
283
+ msgid "Facebook Posts Cache"
284
+ msgstr "Cache dei Post Facebook"
285
+
286
+ #: includes/views/settings_page.html.php:126
287
+ msgid ""
288
+ "Because fetching posts from Facebook is relatively slow the posts are cached "
289
+ "for <strong>30 minutes</strong>. You can manually clear the cache using the "
290
+ "button below."
291
+ msgstr ""
292
+ "A causa della relativa lentezza nel recupero dei post da Facebook, i post "
293
+ "vengono cachati per <strong>30 minuti</strong>. Puoi pulire manualmente la "
294
+ "cache usando il bottone sotto."
295
+
296
+ #: includes/views/settings_page.html.php:130
297
+ msgid "Clear Cache"
298
+ msgstr "Pulisci la Cache"
299
+
300
+ #: includes/views/settings_page.html.php:139
301
+ msgid "Donate $10, $20 or $50"
302
+ msgstr "Dona $10, $20 o $50"
303
+
304
+ #: includes/views/settings_page.html.php:140
305
+ msgid ""
306
+ "I spent a lot of time developing this plugin and offering support for it. If "
307
+ "you like it, consider supporting this plugin by donating a token of your "
308
+ "appreciation."
309
+ msgstr ""
310
+ "Ho speso molto tempo nello sviluppo di questo plugin e nell'offrire "
311
+ "supporto. Se ti piace, considera la possibilità di supportare questo plugin "
312
+ "dando un segno del tuo apprezzamento."
313
+
314
+ #: includes/views/settings_page.html.php:151
315
+ msgid "Donate with PayPal"
316
+ msgstr "Dona con PayPal"
317
+
318
+ #: includes/views/settings_page.html.php:156
319
+ msgid "Some other ways to support this plugin"
320
+ msgstr "Altri modi per supportare questo plugin"
321
+
322
+ #: includes/views/settings_page.html.php:158
323
+ msgid "Leave a %s review on WordPress.org"
324
+ msgstr "Lascia una recensione %s su WordPress.org"
325
+
326
+ #: includes/views/settings_page.html.php:159
327
+ msgid "Write about the plugin from your blog."
328
+ msgstr "Scrivi di questo plugin nel tuo blog."
329
+
330
+ #: includes/views/settings_page.html.php:160
331
+ msgid "Tweet about Recent Facebook Posts"
332
+ msgstr "Twitta a proposito di Recent Facebook Posts"
333
+
334
+ #: includes/views/settings_page.html.php:161
335
+ msgid "Vote \"works\" on the WordPress.org plugin page"
336
+ msgstr "Il voto \"funziona\" nella pagina plugin di WordPress.org"
337
+
338
+ #: includes/views/settings_page.html.php:166
339
+ msgid "Looking for support?"
340
+ msgstr "Cerchi supporto?"
341
+
342
+ #: includes/views/settings_page.html.php:167
343
+ msgid ""
344
+ "Please use the <a href=\"%s\">plugin support forums</a> on WordPress.org."
345
+ msgstr "Usare il <a href=\"%s\">plugin support forums</a> su WordPress.org."
346
+
347
+ #: includes/views/settings_page.html.php:168
348
+ msgid ""
349
+ "Take a close look at the <a href=\"%s\">installation instructions</a> for "
350
+ "help configuring the plugin and registering your own Facebook application, "
351
+ "which is required to get this plugin to work."
352
+ msgstr ""
353
+ "Leggi le <a href=\"%s\">istruzioni di installazione</a> per un aiuto a "
354
+ "configurare il plugin e registrare la tua applicazione Facebook, necessaria "
355
+ "al funzionamento di questo plugin."
356
+
357
+ #: includes/views/settings_page.html.php:172
358
+ msgid "Other Useful plugins"
359
+ msgstr "Altri plugin utili"
360
+
361
+ #. Plugin URI of the plugin/theme
362
+ msgid "https://dannyvankooten.com/donate/"
363
+ msgstr ""
364
+
365
+ #. Description of the plugin/theme
366
+ msgid "Lists most recent posts from a public Facebook page."
367
+ msgstr "Elenca i post più recenti di una pagina Facebook pubblica."
368
+
369
+ #. Author of the plugin/theme
370
+ msgid "Danny van Kooten"
371
+ msgstr ""
372
+
373
+ #. Author URI of the plugin/theme
374
+ msgid "https://dannyvankooten.com/"
375
+ msgstr ""
languages/recent-facebook-posts-pt_PT.mo ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Þ• F L a | $ : R n ˆ ¤ ¼ B Ô
2
+ * ¦ 5 Ü è 7 ú 2 D [ n ~ “ ¥ µ É â £ ÿ £
3
+ ´ " ¿ â
4
+ 2
5
+ 4 >
6
+ s
7
+ 
8
+
9
+ ¢
10
+ ­
11
+ ·
12
+ d Ø
13
+ = N h L } G Ê ( 1 E V j & †
14
+ ­ À » |
15
+ 6 
16
+ D Æ
17
+ 1 = G ! N L p - ½ & ë C < V “ œ ¥ Æ « r  – ¬ Ä à ÷ 1 C G # ‹
18
+ ¯ Ò º  œ 5 ¯ å ý " : X q ƒ #   ' Ä ¶ ì £ ¸ ) Ê ) ô
19
+ I ) D s ! ¸ Ú ñ / j @ « ¿ Ý X ó N L › ¸ $ Å ê % ' / - W … ë •  ? — B × M h r 8 { X ´ 6
20
+ ( D T m B Â ) B # 7 ; 2 D 4 6 ( > 1 8 + ' %
21
+ & - C $ 3 < / * E ! , . : A " F
22
+ @ 5 9 = 0 ? %1$s at %2$s (in pixels, optional) 1 day ago %d days ago 1 hour ago %d hours ago 1 minute ago %d minutes ago 1 month ago %d months ago 1 second ago %d seconds ago 1 week ago %d weeks ago 1 year ago %d years ago <strong>Cache cleared!</strong> You succesfully cleared the cache. Admins only notice Appearance Because fetching posts from Facebook is relatively slow the posts are cached for <strong>30 minutes</strong>. You can manually clear the cache using the button below. Clear Cache Connection error: Did you <a href="%s">configure the plugin</a> properly? Don't show images Donate $10, $20 or $50 Donate with PayPal Excerpt length: Facebook Posts Cache Facebook Settings Facebook error: Find us on Facebook Get your App ID from %s. Get your App Secret from %s. I spent a lot of time developing this plugin and offering support for it. If you like it, consider supporting this plugin by donating a token of your appreciation. Image dimensions Image size Leave a %s review on WordPress.org Leave empty for default sizing Link text Lists a number of your most recent Facebook posts. Lists most recent posts from a public Facebook page. Load some default styles? Looking for support? Max Height Max Width No recent Facebook posts to show Not sure how to proceed? Please take a close look at the <a href="%s">installation instructions</a>. Number of posts: Open links in new window? Other Useful plugins Please fill in the Facebook Settings fields after creating your application. Please use the <a href="%s">plugin support forums</a> on WordPress.org. Recent Facebook Posts Settings Show comment count? Show like count? Show link previews? Show link to Facebook page? Some other ways to support this plugin Some time ago Take a close look at the <a href="%s">installation instructions</a> for help configuring the plugin and registering your own Facebook application, which is required to get this plugin to work. Test Configuration Test your plugin configuration using the button below. The following error was encountered when testing your configuration. This plugin needs a Facebook application to work. Thumbnail Title: Tweet about Recent Facebook Posts Use <a href="%s">this tool</a> to find the numeric ID of your Facebook page. Vote "works" on the WordPress.org plugin page Write about the plugin from your blog. You need to <a href="%s">configure Recent Facebook Posts</a> first. Your configuration seems to be okay and working. Nice work!. comments just now likes Project-Id-Version: Recent Facebook Posts 2.0.3
23
+ Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/recent-facebook-posts
24
+ POT-Creation-Date: 2014-09-22 11:26:55+00:00
25
+ MIME-Version: 1.0
26
+ Content-Type: text/plain; charset=UTF-8
27
+ Content-Transfer-Encoding: 8bit
28
+ PO-Revision-Date: 2014-10-31 11:14-0000
29
+ Last-Translator: Jonadabe <jonadabe@hotmail.com>
30
+ Language-Team:
31
+ X-Generator: Poedit 1.5.7
32
+ Plural-Forms: nplurals=2; plural=n != 1;
33
+ X-Poedit-Basepath: .
34
+ X-Poedit-SourceCharset: UTF-8
35
+ X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2; _nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__; esc_html__;esc_attr_e; esc_html_e;esc_attr_x:1,2c; esc_html_x:1,2c
36
+ X-Textdomain-Support: yes
37
+ X-Poedit-SearchPath-0: .
38
+ %1$s de %2$s (em pixéis, opcional) Há 1 dia Há %d dias Há 1 hora Há %d horas Há 1 minuto Há %d minutos Há 1 mês Há %d mês Há 1 segundo Há %d segundos Há 1 semana Há %d semanas Há 1 ano Há %d anos <strong>Cache eliminada!</strong> Eliminou com sucesso a sua cache. Notificar apenas os administradores Aparência Uma vez que recolher os artigos do Facebook pode tornar lento todo o processo, os artigos são colocados em cache durante <strong>30 minutos</strong>. Pode eliminar a cache manualmente por usar o botão abaixo. Eliminar Cache Erro de ligação: Configurou o <a href="%s">plugin</a> apropriadamente? Não apresentar imagens Doar $10, $20 ou $50 Doar com PayPal Comprimento do excerto: Cache dos artigos do Facebook Definições do Facebook Erro do Facebook: Liga-te connosco no Facebook Busque a sua App ID neste local %s. Busque a sua App Secret neste local %s. Eu passei uma quantidade de tempo a desenvolver este plugin e a oferecer suporte para ele. Se gosta dele, considere suportar este plugin por doar apenas um pouco da sua apreciação. Dimensões da imagem Tamanho da imagem Deixar um %s comentário no Wordpress.org Deixar vazio para dimensionamento padrão Texto link Listar um número determinado dos seus mais recentes artigos do Facebook. Listar os artigos mais recentes de uma página pública do Facebook. Abrir alguns estilos css padrão? À procura de suporte? Altura máxima Largura máxima Nenhum post recente no Facebook para apresentar Não tem a certeza de como prosseguir? Por favor atente às <a href="%s">instruções de instalação</a>. Número de artigos: Abrir links numa nova janela? Outros plugins úteis Por favor preencha os campos das definições do Facebook após criar a sua aplicação. Por favor use o <a href="%s">fórum de suporte do plugin</a> no WordPress.org. Artigos recentes no Facebook Definições Apresentar contagem de comentários? Apresentar contagem de gostos? Apresentar previsualização do link? Apresentar link da página no Facebook? Algumas outras formas de suportar este plugin Há algum tempo Verifique atentamente as <a href="%s">instruções de instalação</a> apenas em inglês, para o ajudar a configurar e a registar a sua própria aplicação no Facebook, o que é obrigatório para que este plugin funcione corretamente. Testar configuração Testar a configuração do seu plugin por usar o botão abaixo. O seguinte erro foi encontrado aquando do teste de configuração. Este plugin precisa de uma aplicação (application) Facebook para funcionar. Miniatura Título: Tweetar acerca deste plugin Artigos Recentes do Facebook Use <a href="%s">esta ferramenta</a> para encontrar o seu ID da sua página de Facebook. Votar "funciona" na página do plugin no WordPress.org Escreva acerca deste plugin no seu blog. É necessário <a href="%s">configurar os artigos recentes do Facebook</a> primeiro. A sua configuração parece estar bem e a funcionar. Bom trabalho! comentários agora mesmo gostos
languages/recent-facebook-posts-pt_PT.po ADDED
@@ -0,0 +1,378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Danny van Kooten
2
+ # This file is distributed under the GPL3 or later.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Recent Facebook Posts 2.0.3\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/recent-facebook-"
7
+ "posts\n"
8
+ "POT-Creation-Date: 2014-09-22 11:26:55+00:00\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2014-10-31 11:14-0000\n"
13
+ "Last-Translator: Jonadabe <jonadabe@hotmail.com>\n"
14
+ "Language-Team: \n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2; _nx:1,2,4c;_n_noop:1,2;"
20
+ "_nx_noop:1,2,3c;esc_attr__; esc_html__;esc_attr_e; esc_html_e;"
21
+ "esc_attr_x:1,2c; esc_html_x:1,2c\n"
22
+ "X-Textdomain-Support: yes\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+
25
+ #: includes/class-admin.php:150
26
+ msgid "<strong>Cache cleared!</strong> You succesfully cleared the cache."
27
+ msgstr "<strong>Cache eliminada!</strong> Eliminou com sucesso a sua cache."
28
+
29
+ #: includes/class-admin.php:163
30
+ msgid "Settings"
31
+ msgstr "Definições"
32
+
33
+ #: includes/class-admin.php:192
34
+ msgid "Your configuration seems to be okay and working. Nice work!."
35
+ msgstr "A sua configuração parece estar bem e a funcionar. Bom trabalho!"
36
+
37
+ #: includes/class-admin.php:194
38
+ msgid "The following error was encountered when testing your configuration."
39
+ msgstr "O seguinte erro foi encontrado aquando do teste de configuração."
40
+
41
+ #: includes/class-api.php:51 includes/class-api.php:164
42
+ msgid "Facebook error:"
43
+ msgstr "Erro do Facebook:"
44
+
45
+ #: includes/class-api.php:203
46
+ msgid "Connection error:"
47
+ msgstr "Erro de ligação:"
48
+
49
+ #: includes/class-public.php:188
50
+ msgid "likes"
51
+ msgstr "gostos"
52
+
53
+ #: includes/class-public.php:189
54
+ msgid "comments"
55
+ msgstr "comentários"
56
+
57
+ #: includes/class-public.php:191
58
+ msgid "%1$s at %2$s"
59
+ msgstr "%1$s de %2$s"
60
+
61
+ #: includes/class-public.php:205
62
+ msgid "No recent Facebook posts to show"
63
+ msgstr "Nenhum post recente no Facebook para apresentar"
64
+
65
+ #: includes/class-public.php:207
66
+ msgid "Admins only notice"
67
+ msgstr "Notificar apenas os administradores"
68
+
69
+ #: includes/class-public.php:207
70
+ msgid "Did you <a href=\"%s\">configure the plugin</a> properly?"
71
+ msgstr "Configurou o <a href=\"%s\">plugin</a> apropriadamente?"
72
+
73
+ #: includes/class-widget.php:18
74
+ msgid "Lists a number of your most recent Facebook posts."
75
+ msgstr ""
76
+ "Listar um número determinado dos seus mais recentes artigos do Facebook."
77
+
78
+ #. Plugin Name of the plugin/theme
79
+ msgid "Recent Facebook Posts"
80
+ msgstr "Artigos recentes no Facebook"
81
+
82
+ #: includes/class-widget.php:38
83
+ msgid "You need to <a href=\"%s\">configure Recent Facebook Posts</a> first."
84
+ msgstr ""
85
+ "É necessário <a href=\"%s\">configurar os artigos recentes do Facebook</a> "
86
+ "primeiro."
87
+
88
+ #: includes/class-widget.php:42
89
+ msgid "Title:"
90
+ msgstr "Título:"
91
+
92
+ #: includes/class-widget.php:47
93
+ msgid "Number of posts:"
94
+ msgstr "Número de artigos:"
95
+
96
+ #: includes/class-widget.php:52
97
+ msgid "Excerpt length:"
98
+ msgstr "Comprimento do excerto:"
99
+
100
+ #: includes/class-widget.php:58
101
+ msgid "Show like count?"
102
+ msgstr "Apresentar contagem de gostos?"
103
+
104
+ #: includes/class-widget.php:63
105
+ msgid "Show comment count?"
106
+ msgstr "Apresentar contagem de comentários?"
107
+
108
+ #: includes/class-widget.php:68
109
+ msgid "Show link to Facebook page?"
110
+ msgstr "Apresentar link da página no Facebook?"
111
+
112
+ #: includes/class-widget.php:73
113
+ msgid "Show link previews?"
114
+ msgstr "Apresentar previsualização do link?"
115
+
116
+ #: includes/functions/global.php:22 includes/views/settings_page.html.php:69
117
+ msgid "Find us on Facebook"
118
+ msgstr "Liga-te connosco no Facebook"
119
+
120
+ #: includes/functions/helpers.php:23
121
+ msgid "just now"
122
+ msgstr "agora mesmo"
123
+
124
+ #: includes/functions/helpers.php:42
125
+ msgid "1 year ago"
126
+ msgid_plural "%d years ago"
127
+ msgstr[0] "Há 1 ano"
128
+ msgstr[1] "Há %d anos"
129
+
130
+ #: includes/functions/helpers.php:46
131
+ msgid "1 month ago"
132
+ msgid_plural "%d months ago"
133
+ msgstr[0] "Há 1 mês"
134
+ msgstr[1] "Há %d mês"
135
+
136
+ #: includes/functions/helpers.php:50
137
+ msgid "1 week ago"
138
+ msgid_plural "%d weeks ago"
139
+ msgstr[0] "Há 1 semana"
140
+ msgstr[1] "Há %d semanas"
141
+
142
+ #: includes/functions/helpers.php:54
143
+ msgid "1 day ago"
144
+ msgid_plural "%d days ago"
145
+ msgstr[0] "Há 1 dia"
146
+ msgstr[1] "Há %d dias"
147
+
148
+ #: includes/functions/helpers.php:58
149
+ msgid "1 hour ago"
150
+ msgid_plural "%d hours ago"
151
+ msgstr[0] "Há 1 hora"
152
+ msgstr[1] "Há %d horas"
153
+
154
+ #: includes/functions/helpers.php:62
155
+ msgid "1 minute ago"
156
+ msgid_plural "%d minutes ago"
157
+ msgstr[0] "Há 1 minuto"
158
+ msgstr[1] "Há %d minutos"
159
+
160
+ #: includes/functions/helpers.php:66
161
+ msgid "1 second ago"
162
+ msgid_plural "%d seconds ago"
163
+ msgstr[0] "Há 1 segundo"
164
+ msgstr[1] "Há %d segundos"
165
+
166
+ #: includes/functions/helpers.php:70
167
+ msgid "Some time ago"
168
+ msgstr "Há algum tempo"
169
+
170
+ #: includes/views/settings_page.html.php:21
171
+ msgid "Facebook Settings"
172
+ msgstr "Definições do Facebook"
173
+
174
+ #: includes/views/settings_page.html.php:26
175
+ msgid "This plugin needs a Facebook application to work."
176
+ msgstr ""
177
+ "Este plugin precisa de uma aplicação (application) Facebook para funcionar."
178
+
179
+ #: includes/views/settings_page.html.php:27
180
+ msgid ""
181
+ "Please fill in the Facebook Settings fields after creating your application."
182
+ msgstr ""
183
+ "Por favor preencha os campos das definições do Facebook após criar a sua "
184
+ "aplicação."
185
+
186
+ #: includes/views/settings_page.html.php:30
187
+ msgid ""
188
+ "Not sure how to proceed? Please take a close look at the <a href=\"%s"
189
+ "\">installation instructions</a>."
190
+ msgstr ""
191
+ "Não tem a certeza de como prosseguir? Por favor atente às <a href=\"%s"
192
+ "\">instruções de instalação</a>."
193
+
194
+ #: includes/views/settings_page.html.php:38
195
+ msgid "Facebook App ID/API Key"
196
+ msgstr ""
197
+
198
+ #: includes/views/settings_page.html.php:42
199
+ msgid "Get your App ID from %s."
200
+ msgstr "Busque a sua App ID neste local %s."
201
+
202
+ #: includes/views/settings_page.html.php:47
203
+ msgid "Facebook App Secret"
204
+ msgstr ""
205
+
206
+ #: includes/views/settings_page.html.php:50
207
+ msgid "Get your App Secret from %s."
208
+ msgstr "Busque a sua App Secret neste local %s."
209
+
210
+ #: includes/views/settings_page.html.php:55
211
+ msgid "Facebook Page ID or Slug"
212
+ msgstr ""
213
+
214
+ #: includes/views/settings_page.html.php:58
215
+ msgid ""
216
+ "Use <a href=\"%s\">this tool</a> to find the numeric ID of your Facebook "
217
+ "page."
218
+ msgstr ""
219
+ "Use <a href=\"%s\">esta ferramenta</a> para encontrar o seu ID da sua página "
220
+ "de Facebook."
221
+
222
+ #: includes/views/settings_page.html.php:64
223
+ msgid "Appearance"
224
+ msgstr "Aparência"
225
+
226
+ #: includes/views/settings_page.html.php:68
227
+ msgid "Link text"
228
+ msgstr "Texto link"
229
+
230
+ #: includes/views/settings_page.html.php:73
231
+ msgid "Open links in new window?"
232
+ msgstr "Abrir links numa nova janela?"
233
+
234
+ #: includes/views/settings_page.html.php:78
235
+ msgid "Load some default styles?"
236
+ msgstr "Abrir alguns estilos css padrão?"
237
+
238
+ #: includes/views/settings_page.html.php:84
239
+ msgid "Image size"
240
+ msgstr "Tamanho da imagem"
241
+
242
+ #: includes/views/settings_page.html.php:87
243
+ msgid "Don't show images"
244
+ msgstr "Não apresentar imagens"
245
+
246
+ #: includes/views/settings_page.html.php:88
247
+ msgid "Thumbnail"
248
+ msgstr "Miniatura"
249
+
250
+ #: includes/views/settings_page.html.php:89
251
+ msgid "Normal"
252
+ msgstr ""
253
+
254
+ #: includes/views/settings_page.html.php:96
255
+ msgid "Image dimensions"
256
+ msgstr "Dimensões da imagem"
257
+
258
+ #: includes/views/settings_page.html.php:96
259
+ msgid "(in pixels, optional)"
260
+ msgstr "(em pixéis, opcional)"
261
+
262
+ #: includes/views/settings_page.html.php:99
263
+ msgid "Max Width"
264
+ msgstr "Largura máxima"
265
+
266
+ #: includes/views/settings_page.html.php:103
267
+ msgid "Max Height"
268
+ msgstr "Altura máxima"
269
+
270
+ #: includes/views/settings_page.html.php:107
271
+ msgid "Leave empty for default sizing"
272
+ msgstr "Deixar vazio para dimensionamento padrão"
273
+
274
+ #: includes/views/settings_page.html.php:118
275
+ #: includes/views/settings_page.html.php:122
276
+ msgid "Test Configuration"
277
+ msgstr "Testar configuração"
278
+
279
+ #: includes/views/settings_page.html.php:119
280
+ msgid "Test your plugin configuration using the button below."
281
+ msgstr "Testar a configuração do seu plugin por usar o botão abaixo."
282
+
283
+ #: includes/views/settings_page.html.php:125
284
+ msgid "Facebook Posts Cache"
285
+ msgstr "Cache dos artigos do Facebook"
286
+
287
+ #: includes/views/settings_page.html.php:126
288
+ msgid ""
289
+ "Because fetching posts from Facebook is relatively slow the posts are cached "
290
+ "for <strong>30 minutes</strong>. You can manually clear the cache using the "
291
+ "button below."
292
+ msgstr ""
293
+ "Uma vez que recolher os artigos do Facebook pode tornar lento todo o "
294
+ "processo, os artigos são colocados em cache durante <strong>30 minutos</"
295
+ "strong>. Pode eliminar a cache manualmente por usar o botão abaixo."
296
+
297
+ #: includes/views/settings_page.html.php:130
298
+ msgid "Clear Cache"
299
+ msgstr "Eliminar Cache"
300
+
301
+ #: includes/views/settings_page.html.php:139
302
+ msgid "Donate $10, $20 or $50"
303
+ msgstr "Doar $10, $20 ou $50"
304
+
305
+ #: includes/views/settings_page.html.php:140
306
+ msgid ""
307
+ "I spent a lot of time developing this plugin and offering support for it. If "
308
+ "you like it, consider supporting this plugin by donating a token of your "
309
+ "appreciation."
310
+ msgstr ""
311
+ "Eu passei uma quantidade de tempo a desenvolver este plugin e a oferecer "
312
+ "suporte para ele. Se gosta dele, considere suportar este plugin por doar "
313
+ "apenas um pouco da sua apreciação."
314
+
315
+ #: includes/views/settings_page.html.php:151
316
+ msgid "Donate with PayPal"
317
+ msgstr "Doar com PayPal"
318
+
319
+ #: includes/views/settings_page.html.php:156
320
+ msgid "Some other ways to support this plugin"
321
+ msgstr "Algumas outras formas de suportar este plugin"
322
+
323
+ #: includes/views/settings_page.html.php:158
324
+ msgid "Leave a %s review on WordPress.org"
325
+ msgstr "Deixar um %s comentário no Wordpress.org"
326
+
327
+ #: includes/views/settings_page.html.php:159
328
+ msgid "Write about the plugin from your blog."
329
+ msgstr "Escreva acerca deste plugin no seu blog."
330
+
331
+ #: includes/views/settings_page.html.php:160
332
+ msgid "Tweet about Recent Facebook Posts"
333
+ msgstr "Tweetar acerca deste plugin Artigos Recentes do Facebook"
334
+
335
+ #: includes/views/settings_page.html.php:161
336
+ msgid "Vote \"works\" on the WordPress.org plugin page"
337
+ msgstr "Votar \"funciona\" na página do plugin no WordPress.org"
338
+
339
+ #: includes/views/settings_page.html.php:166
340
+ msgid "Looking for support?"
341
+ msgstr "À procura de suporte?"
342
+
343
+ #: includes/views/settings_page.html.php:167
344
+ msgid ""
345
+ "Please use the <a href=\"%s\">plugin support forums</a> on WordPress.org."
346
+ msgstr ""
347
+ "Por favor use o <a href=\"%s\">fórum de suporte do plugin</a> no WordPress."
348
+ "org."
349
+
350
+ #: includes/views/settings_page.html.php:168
351
+ msgid ""
352
+ "Take a close look at the <a href=\"%s\">installation instructions</a> for "
353
+ "help configuring the plugin and registering your own Facebook application, "
354
+ "which is required to get this plugin to work."
355
+ msgstr ""
356
+ "Verifique atentamente as <a href=\"%s\">instruções de instalação</a> apenas "
357
+ "em inglês, para o ajudar a configurar e a registar a sua própria aplicação "
358
+ "no Facebook, o que é obrigatório para que este plugin funcione corretamente."
359
+
360
+ #: includes/views/settings_page.html.php:172
361
+ msgid "Other Useful plugins"
362
+ msgstr "Outros plugins úteis"
363
+
364
+ #. Plugin URI of the plugin/theme
365
+ msgid "http://dannyvankooten.com/wordpress-plugins/recent-facebook-posts/"
366
+ msgstr ""
367
+
368
+ #. Description of the plugin/theme
369
+ msgid "Lists most recent posts from a public Facebook page."
370
+ msgstr "Listar os artigos mais recentes de uma página pública do Facebook."
371
+
372
+ #. Author of the plugin/theme
373
+ msgid "Danny van Kooten"
374
+ msgstr ""
375
+
376
+ #. Author URI of the plugin/theme
377
+ msgid "http://dannyvankooten.com/"
378
+ msgstr ""
languages/recent-facebook-posts.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPL3 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Recent Facebook Posts 2.0.6\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/recent-facebook-posts\n"
8
- "POT-Creation-Date: 2015-05-15 09:54:27+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -41,35 +41,35 @@ msgstr ""
41
  msgid "The following error was encountered when testing your configuration."
42
  msgstr ""
43
 
44
- #: includes/class-api.php:51 includes/class-api.php:164
45
  msgid "Facebook error:"
46
  msgstr ""
47
 
48
- #: includes/class-api.php:203
49
  msgid "Connection error:"
50
  msgstr ""
51
 
52
- #: includes/class-public.php:207
53
  msgid "likes"
54
  msgstr ""
55
 
56
- #: includes/class-public.php:208
57
  msgid "comments"
58
  msgstr ""
59
 
60
- #: includes/class-public.php:210
61
  msgid "%1$s at %2$s"
62
  msgstr ""
63
 
64
- #: includes/class-public.php:224
65
  msgid "No recent Facebook posts to show"
66
  msgstr ""
67
 
68
- #: includes/class-public.php:226
69
  msgid "Admins only notice"
70
  msgstr ""
71
 
72
- #: includes/class-public.php:226
73
  msgid "Did you <a href=\"%s\">configure the plugin</a> properly?"
74
  msgstr ""
75
 
2
  # This file is distributed under the GPL3 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Recent Facebook Posts 2.0.7\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/recent-facebook-posts\n"
8
+ "POT-Creation-Date: 2015-05-15 10:14:11+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
41
  msgid "The following error was encountered when testing your configuration."
42
  msgstr ""
43
 
44
+ #: includes/class-api.php:51 includes/class-api.php:170
45
  msgid "Facebook error:"
46
  msgstr ""
47
 
48
+ #: includes/class-api.php:209
49
  msgid "Connection error:"
50
  msgstr ""
51
 
52
+ #: includes/class-public.php:213
53
  msgid "likes"
54
  msgstr ""
55
 
56
+ #: includes/class-public.php:214
57
  msgid "comments"
58
  msgstr ""
59
 
60
+ #: includes/class-public.php:216
61
  msgid "%1$s at %2$s"
62
  msgstr ""
63
 
64
+ #: includes/class-public.php:230
65
  msgid "No recent Facebook posts to show"
66
  msgstr ""
67
 
68
+ #: includes/class-public.php:232
69
  msgid "Admins only notice"
70
  msgstr ""
71
 
72
+ #: includes/class-public.php:232
73
  msgid "Did you <a href=\"%s\">configure the plugin</a> properly?"
74
  msgstr ""
75
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://dannyvankooten.com/donate/
4
  Tags: facebook,posts,fanpage,recent posts,fb,like box alternative,widget,facebook widget,widgets,facebook updates,like button,fb posts
5
  Requires at least: 3.7
6
  Tested up to: 4.2.2
7
- Stable tag: 2.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -30,11 +30,13 @@ Display a list of your most recent Facebook posts in your posts or pages using t
30
 
31
  **Translations**
32
 
33
- English (en_US) - [Danny van Kooten](https://dannyvankooten.com/)<br />
34
- Dutch (nl_NL) - [Danny van Kooten](https://dannyvankooten.com/)<br />
35
- Spanish (es_ES) - [Hermann Bravo](http://hbravo.com/)
36
- Swedish (sv_SE) - [Robin Wellström](http://robinwellstrom.se/)
37
- German (de_DE) - [Henrik Heller ](http://www.gmx.net/)
 
 
38
 
39
  _Looking for more translations.._
40
 
@@ -155,18 +157,22 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
155
 
156
  == Changelog ==
157
 
158
- = 2.0.6 - May 15, 2015 =
159
 
160
  **Fixes**
161
 
 
162
  - Hooks were double added when using the widget
163
 
164
  **Improvements**
165
 
 
166
  - Added a notice about using the shortcode to the plugin's settings page.
167
 
168
  **Additions**
169
 
 
 
170
  - Added German translations, thanks to [Henrik Heller ](http://www.gmx.net/).
171
 
172
  = 2.0.5 - March 23, 2015 =
@@ -403,8 +409,6 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
403
 
404
  == Upgrade Notice ==
405
 
406
- = 2.0.1 =
407
- Fixed issue with Emojis in Facebook statuses, updated translations and various other improvements.
408
 
409
- = 2.0 =
410
- Fixed issue with Emojis breaking all posts. Various other code improvements.
4
  Tags: facebook,posts,fanpage,recent posts,fb,like box alternative,widget,facebook widget,widgets,facebook updates,like button,fb posts
5
  Requires at least: 3.7
6
  Tested up to: 4.2.2
7
+ Stable tag: 2.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
30
 
31
  **Translations**
32
 
33
+ - English (en_US) - [Danny van Kooten](https://dannyvankooten.com/)
34
+ - Dutch (nl_NL) - [Danny van Kooten](https://dannyvankooten.com/)
35
+ - Spanish (es_ES) - [Hermann Bravo](http://hbravo.com/)
36
+ - Swedish (sv_SE) - [Robin Wellström](http://robinwellstrom.se/)
37
+ - German (de_DE) - [Henrik Heller ](http://www.gmx.net/)
38
+ - Italian (it_IT) - [Luigi Savini](https://github.com/gigiame)
39
+ - Portugese (pt_PT) - [Jonadabe](https://github.com/Jonadabe)
40
 
41
  _Looking for more translations.._
42
 
157
 
158
  == Changelog ==
159
 
160
+ = 2.0.7 - May 15, 2015 =
161
 
162
  **Fixes**
163
 
164
+ - Video posts were not showing correctly (props to [Luigi Savini](https://github.com/gigiame)!)
165
  - Hooks were double added when using the widget
166
 
167
  **Improvements**
168
 
169
+ - Added play icon overlay to video's
170
  - Added a notice about using the shortcode to the plugin's settings page.
171
 
172
  **Additions**
173
 
174
+ - Added Italian translations, thanks to [Luigi Savini](https://github.com/gigiame)
175
+ - Added Portugese translations, thanks to [Jonadabe](https://github.com/Jonadabe)
176
  - Added German translations, thanks to [Henrik Heller ](http://www.gmx.net/).
177
 
178
  = 2.0.5 - March 23, 2015 =
409
 
410
  == Upgrade Notice ==
411
 
412
+ = 2.0.7 =
 
413
 
414
+ Fix for video posts not showing correctly, added Italian, Portugese and German translations.
 
recent-facebook-posts.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Recent Facebook Posts
4
  Plugin URI: https://dannyvankooten.com/donate/
5
  Description: Lists most recent posts from a public Facebook page.
6
- Version: 2.0.6
7
  Author: Danny van Kooten
8
  Author URI: https://dannyvankooten.com/
9
  Text Domain: recent-facebook-posts
@@ -32,7 +32,7 @@ if( ! defined( 'ABSPATH' ) ) {
32
  }
33
 
34
  // Plugin Constants
35
- define( 'RFBP_VERSION', '2.0.6' );
36
  define( 'RFBP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
37
 
38
  /**
3
  Plugin Name: Recent Facebook Posts
4
  Plugin URI: https://dannyvankooten.com/donate/
5
  Description: Lists most recent posts from a public Facebook page.
6
+ Version: 2.0.7
7
  Author: Danny van Kooten
8
  Author URI: https://dannyvankooten.com/
9
  Text Domain: recent-facebook-posts
32
  }
33
 
34
  // Plugin Constants
35
+ define( 'RFBP_VERSION', '2.0.7' );
36
  define( 'RFBP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
37
 
38
  /**