Version Description
Download this release
Release Info
Developer | DvanKooten |
Plugin | Recent Facebook Posts |
Version | 2.0.9 |
Comparing to | |
See all releases |
Code changes from version 2.0.8 to 2.0.9
- CHANGELOG.md +281 -0
- includes/class-api.php +4 -1
- includes/views/settings_page.html.php +2 -19
- index.php +1 -1
- languages/recent-facebook-posts-de_DE.mo +0 -0
- languages/recent-facebook-posts-es_ES.mo +0 -0
- languages/recent-facebook-posts-hu_HU.mo +0 -0
- languages/recent-facebook-posts-hu_HU.po +388 -0
- languages/recent-facebook-posts-pl_PL.po +333 -0
- languages/recent-facebook-posts-pt_PT.mo +0 -0
- languages/recent-facebook-posts.pot +10 -14
- readme.txt +61 -54
- recent-facebook-posts.php +2 -2
- uninstall.php +1 -1
CHANGELOG.md
ADDED
@@ -0,0 +1,281 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Changelog
|
2 |
+
============
|
3 |
+
|
4 |
+
### 2.0.9 - July 25, 2016
|
5 |
+
|
6 |
+
**Improvements**
|
7 |
+
|
8 |
+
- Facebook texts are now localized according to the site's locale.
|
9 |
+
|
10 |
+
**Additions**
|
11 |
+
|
12 |
+
- Added Hungarian translations, thanks to Daniel Kocsis.
|
13 |
+
- Added Polish translations, thanks to Sophia Davenport.
|
14 |
+
|
15 |
+
|
16 |
+
#### 2.0.8 - July 1, 2015
|
17 |
+
|
18 |
+
**Additions**
|
19 |
+
|
20 |
+
- Added Turkish translations, thanks to Halukcan Pehlivanoğlu!
|
21 |
+
|
22 |
+
#### 2.0.7 - May 15, 2015
|
23 |
+
|
24 |
+
**Fixes**
|
25 |
+
|
26 |
+
- Video posts were not showing correctly
|
27 |
+
|
28 |
+
**Improvements**
|
29 |
+
|
30 |
+
- Added play icon overlay to video's
|
31 |
+
|
32 |
+
**Additions**
|
33 |
+
|
34 |
+
- Added Italian translations, thanks to [Luigi Savini](https://github.com/gigiame)
|
35 |
+
- Added Portugese translations, thanks to [Jonadabe](https://github.com/Jonadabe)
|
36 |
+
|
37 |
+
#### 2.0.6 - May 15, 2015
|
38 |
+
|
39 |
+
**Fixes**
|
40 |
+
|
41 |
+
- Hooks were double added when using the widget
|
42 |
+
|
43 |
+
**Improvements**
|
44 |
+
|
45 |
+
- Added a notice about using the shortcode to the plugin's settings page.
|
46 |
+
|
47 |
+
**Additions**
|
48 |
+
|
49 |
+
- Added German translations, thanks to [Henrik Heller ](http://www.gmx.net/).
|
50 |
+
|
51 |
+
#### 2.0.5 - March 23, 2015
|
52 |
+
|
53 |
+
**Additions**
|
54 |
+
|
55 |
+
- Added Swedish translations, thanks to [Robin Wellström](http://robinwellstrom.se/).
|
56 |
+
|
57 |
+
#### 2.0.4 - February 19, 2015
|
58 |
+
|
59 |
+
**Fixes**
|
60 |
+
|
61 |
+
- Issue where settings page would just load an empty screen. ([Issue #6](https://github.com/dannyvankooten/wordpress-recent-facebook-posts/issues/6))
|
62 |
+
|
63 |
+
**Improvements**
|
64 |
+
|
65 |
+
- Updated all links to use HTTPS protocol.
|
66 |
+
|
67 |
+
#### 2.0.3 - September 22, 2014
|
68 |
+
|
69 |
+
**Improvements**
|
70 |
+
|
71 |
+
- Now loading minified asset (.css and .js) files by default
|
72 |
+
- Added some missing text domains
|
73 |
+
- Minor improvements to settings page and settings handling.
|
74 |
+
|
75 |
+
**Additions**
|
76 |
+
|
77 |
+
- Added Spanish language, thanks [Hermann Bravo](http://hbravo.com/)
|
78 |
+
- Added `rfpb_widget_options` filter to filter all widget options. Closes [#3](https://github.com/dannyvankooten/wordpress-recent-facebook-posts/issues/3), thanks [KilukruMedia](https://github.com/KilukruMedia)
|
79 |
+
- Added [languages/recent-facebook-posts.pot](http://plugins.svn.wordpress.org/recent-facebook-posts/trunk/languages/recent-facebook-posts.pot) file for easier translating. Please send in your language files (.po and .mo) if you created any.
|
80 |
+
|
81 |
+
#### 2.0.2 - September 17, 2014
|
82 |
+
|
83 |
+
**Fixes**
|
84 |
+
|
85 |
+
- Removed duplicate `picture` in call to Facebook API. Fixes a "Syntax error" in later API versions. Props [danielfharmonic](https://github.com/danielfharmonic).
|
86 |
+
|
87 |
+
#### 2.0.1 - September 15, 2014
|
88 |
+
|
89 |
+
**Improvements**
|
90 |
+
|
91 |
+
- The plugin will now show a detailed error message if anything related to the connection to Facebook failed.
|
92 |
+
- Updated Dutch translation
|
93 |
+
|
94 |
+
#### 2.0 - September 15, 2014
|
95 |
+
|
96 |
+
**Fixes**
|
97 |
+
|
98 |
+
- Fixed an issue with Facebook statuses containing Emojis
|
99 |
+
|
100 |
+
**Improvements**
|
101 |
+
|
102 |
+
- Better sanitizing throughout the plugin, using native WP functions.
|
103 |
+
- Improved inline code documentation
|
104 |
+
- Prevent direct file access
|
105 |
+
- Changing thumbnail sizes does not require a cache refresh to fetch new video images
|
106 |
+
|
107 |
+
**Additions**
|
108 |
+
|
109 |
+
- New FB configurations are now automatically tested.
|
110 |
+
|
111 |
+
#### 1.8.5 - December 3, 2013
|
112 |
+
* Fixed: Character encoding for scandinavian languages etc.
|
113 |
+
|
114 |
+
#### 1.8.4 - December 2, 2013
|
115 |
+
* Fixed: Empty events won't show
|
116 |
+
* Improved: a cache renewal is no longer required after changing the image size
|
117 |
+
* Improved: after changing important settings, cache will automatically be cleared
|
118 |
+
* Improved: added a *test configuration* button which performs a simple ping to Facebook.
|
119 |
+
* Improved: added an info message for new users
|
120 |
+
* Improved: filters are now added the "WordPress way", which means they can be disabled
|
121 |
+
* Improved: namespaced the trigger for renewing the cache
|
122 |
+
* Improved: added empty `index.php` files to prevent directory listings
|
123 |
+
* Improved: code clean-up
|
124 |
+
|
125 |
+
#### 1.8.3 - November 17, 2013
|
126 |
+
* Fixed: removed weird character between comment count and timestamp
|
127 |
+
|
128 |
+
#### 1.8.2 - November 17, 2013
|
129 |
+
* Fixed: some translated strings in settings pages were not printed.
|
130 |
+
* Improved: plugin file can no longer be access directly
|
131 |
+
* Improved: better plugin code loading
|
132 |
+
* Improved: disabled plugin directory listing
|
133 |
+
* Added: domain path
|
134 |
+
* Added: license file
|
135 |
+
* Updated Dutch translations
|
136 |
+
|
137 |
+
#### 1.8.1 - November 4, 2013
|
138 |
+
* Fixed: link previews without images not showing
|
139 |
+
* Added: filter `rfbp_show_link_images` to hide link preview images
|
140 |
+
* Improved: Link preview CSS
|
141 |
+
|
142 |
+
#### 1.8 - November 3, 2013
|
143 |
+
* Added: previews of attached links, with image and short description (like Facebook)
|
144 |
+
* Added: Translation files
|
145 |
+
* Added: Dutch translations
|
146 |
+
* Improved: Moved cache time to a filter.
|
147 |
+
* Improved: Removed `session_start()` call.
|
148 |
+
|
149 |
+
#### 1.7.3 - October 28, 2013
|
150 |
+
* Added: `rfbp_read_more` filter.
|
151 |
+
* Added: `rfbp_content` filter.
|
152 |
+
* Added: option to unhook `wpautop` from `rfbp_content` filter.
|
153 |
+
|
154 |
+
#### 1.7.2 - October 18, 2013
|
155 |
+
* Fixed: No posts showing up for Scandinavian languages
|
156 |
+
* Improved: Links will no longer show up twice
|
157 |
+
* Added: Conversion of common smileys
|
158 |
+
|
159 |
+
#### 1.7.1 - October 17, 2013
|
160 |
+
* Fixed: fetching posts from wrong Facebook page. Sorry for the quick version push.
|
161 |
+
* Improved: default CSS
|
162 |
+
|
163 |
+
#### 1.7 - October 16, 2013
|
164 |
+
* Fixed issue where strings with dots where turned into (broken) links.
|
165 |
+
* Improved: better linebreaks
|
166 |
+
* Improved: Now using WP Transients for caching
|
167 |
+
* Improved: Now using WP HTTP API for fetching posts, which allows for other transfer methods besides just cURL.
|
168 |
+
* Improved: No user access token is required any more. Access tokens will now *never* expire.
|
169 |
+
|
170 |
+
#### 1.6 - October 7, 2013
|
171 |
+
* Improved code performance and readability
|
172 |
+
* Improved usability of admin settings
|
173 |
+
* Improved: cleaner HTML output
|
174 |
+
* Improved: default CSS
|
175 |
+
* Improved: image resizing
|
176 |
+
* Improved: default settings
|
177 |
+
* Added installation instructions link to admin settings
|
178 |
+
* Added many CSS classes to output
|
179 |
+
* Fixed extra double quote breaking link validation
|
180 |
+
|
181 |
+
**Important:** CSS Selectors and HTML output has changed in this version. If you're using custom styling rules you'll have to edit them after updating.
|
182 |
+
|
183 |
+
#### 1.5.3 - October 3, 2013
|
184 |
+
* Improved: Code improvement
|
185 |
+
* Improved: UI improvement, implemented some HTML5 fields
|
186 |
+
* Improved: Moved options page back to sub-item of Settings.
|
187 |
+
|
188 |
+
#### 1.5.2 - October 1, 2013
|
189 |
+
* Fixed: max-width in older browsers
|
190 |
+
|
191 |
+
#### 1.5.1 - September 20, 2013
|
192 |
+
* Improved: a lot of refactoring, code clean-up, etc.
|
193 |
+
* Improved: "open link in new window" option now applies to ALL generated links
|
194 |
+
|
195 |
+
#### 1.5
|
196 |
+
* Improved: huge performance improvement for retrieving posts from Facebook
|
197 |
+
* Improved: some code refactoring
|
198 |
+
* Improved: cache now automatically invalidated when updating settings
|
199 |
+
* Improved: settings are now sanitized before saving
|
200 |
+
* Fixed: like and comment count no longer capped at 25
|
201 |
+
* Changed links to show your appreciation for the plugin.
|
202 |
+
|
203 |
+
#### 1.4
|
204 |
+
* Changed cache folder to the WP Content folder (outside of the plugin to prevent cache problems after updating the plugin).
|
205 |
+
* Added redirection fallbacks when headers have already been sent when trying to connect to Facebook.
|
206 |
+
* Fixed error message when cURL is not enabled.
|
207 |
+
* Improved some messages and field labels so things are more clear.
|
208 |
+
* Updated Facebook API class.
|
209 |
+
|
210 |
+
#### 1.3
|
211 |
+
* Added Facebook icon to WP Admin menu item
|
212 |
+
* Changed the connecting to Facebook process
|
213 |
+
* Improved error messages
|
214 |
+
* Improved code, code clean-up
|
215 |
+
* Improved usability in admin area by showing notifications, removing unnecessary options, etc.
|
216 |
+
* Added notice when access token expires (starting 14 days in advance)
|
217 |
+
* Fixed: Cannot redeclare Facebook class.
|
218 |
+
* Fixed: Images not being shown when using "normal" as image source size
|
219 |
+
* Fixed: empty status updates (friends approved)
|
220 |
+
|
221 |
+
#### 1.2.3
|
222 |
+
* Changed the way thumbnail and normal image links are generated, now works with shared photos as well.
|
223 |
+
* Added read_stream permission, please update your access token.
|
224 |
+
* Added cache succesfully updated notice
|
225 |
+
|
226 |
+
#### 1.2.2
|
227 |
+
* Added option to hide images
|
228 |
+
* Added option to load either thumbnail or normal size images from Facebook's CDN
|
229 |
+
* Added border to image links
|
230 |
+
|
231 |
+
#### 1.2.1
|
232 |
+
* Fixed parameter app_id is required notice before being able to enter it.
|
233 |
+
|
234 |
+
#### 1.2
|
235 |
+
* Fixed: Reverted back to 'posts' instead of 'feed', to exclude posts from others.
|
236 |
+
* Fixed: undefined index 'count' when renewing cache file
|
237 |
+
* Fixed: wrong comment or like count for some posts
|
238 |
+
* Improved: calculation of cache file modification time to prevent unnecessary cache renewal
|
239 |
+
* Improved: error message when cURL is not enabled
|
240 |
+
* Improved: access token and cache configuration options are now only available when connected
|
241 |
+
|
242 |
+
#### 1.1.2
|
243 |
+
* Fixed: Added spaces after the like and comment counts in the shortcode output
|
244 |
+
|
245 |
+
#### 1.1.1
|
246 |
+
* Updated: Expanded installation instructions.
|
247 |
+
* Changed: Some code improvements
|
248 |
+
* Added: Link to Facebook numeric ID helper website.
|
249 |
+
* Added: Check if cache directory exists. If not the plugin will now automatically try to create it with the right permissions.
|
250 |
+
* Added: option to open link to Facebook Page in a new window.
|
251 |
+
|
252 |
+
#### 1.1
|
253 |
+
* Added: Shortcode to show a list of recent facebook updates in your posts: '[recent_facebook_posts]'
|
254 |
+
|
255 |
+
#### 1.0.5
|
256 |
+
* Added: More user-friendly error message when cURL is not enabled on your server.
|
257 |
+
|
258 |
+
#### 1.0.4
|
259 |
+
* Improved: The way the excerpt is created, words (or links) won't be cut off now
|
260 |
+
* Fixed: FB API Error for unknown fields.
|
261 |
+
* Added: Images from FB will now be shown too. Drop me a line if you think this should be optional.
|
262 |
+
|
263 |
+
#### 1.0.3
|
264 |
+
* Improved the way the link to the actual status update is created (thanks Nepumuk84).
|
265 |
+
* Improved: upped the limit of the call to Facebooks servers.
|
266 |
+
|
267 |
+
#### 1.0.2
|
268 |
+
* Fixed a PHP notice in the backend area when renewing cache and fetching shared status updates.
|
269 |
+
* Added option to show link to Facebook page, with customizable text.
|
270 |
+
|
271 |
+
#### 1.0.1
|
272 |
+
* Added error messages for easier debugging.
|
273 |
+
|
274 |
+
#### 1.0
|
275 |
+
* Added option to load some default CSS
|
276 |
+
* Added option to show like count
|
277 |
+
* Added option to show comment count
|
278 |
+
* Improved usability. Configuring Recent Facebook Posts should be much easier now due to testing options.
|
279 |
+
|
280 |
+
#### 0.1
|
281 |
+
* Initial release
|
includes/class-api.php
CHANGED
@@ -193,6 +193,9 @@ class RFBP_API {
|
|
193 |
|
194 |
// Add access token to data array
|
195 |
$data['access_token'] = "{$this->app_id}|{$this->app_secret}";
|
|
|
|
|
|
|
196 |
|
197 |
// Add all data to URL
|
198 |
$url = add_query_arg( $data, $url );
|
@@ -232,4 +235,4 @@ class RFBP_API {
|
|
232 |
|
233 |
return $this->error;
|
234 |
}
|
235 |
-
}
|
193 |
|
194 |
// Add access token to data array
|
195 |
$data['access_token'] = "{$this->app_id}|{$this->app_secret}";
|
196 |
+
|
197 |
+
// Add culture to localize returned content
|
198 |
+
$data['locale'] = get_locale();
|
199 |
|
200 |
// Add all data to URL
|
201 |
$url = add_query_arg( $data, $url );
|
235 |
|
236 |
return $this->error;
|
237 |
}
|
238 |
+
}
|
includes/views/settings_page.html.php
CHANGED
@@ -147,7 +147,6 @@
|
|
147 |
<p><?php _e( 'If you like this plugin, consider showing your consideration in one of the following ways.', 'recent-facebook-posts' ); ?></p>
|
148 |
<ul class="ul-square">
|
149 |
<li><a href="https://wordpress.org/support/view/plugin-reviews/recent-facebook-posts?rate=5#postform" target="_blank"><?php printf( __( 'Leave a %s review on WordPress.org', 'recent-facebook-posts' ), '★★★★★' ); ?></a></li>
|
150 |
-
<li><a href="https://wordpress.org/plugins/recent-facebook-posts/" target="_blank"><?php _e( 'Write about the plugin from your blog.', 'recent-facebook-posts' ); ?></a></li>
|
151 |
<li><a href="https://twitter.com/?status=I%20show%20recent%20facebook%20posts%20on%20my%20%23WordPress%20site%20using%20Recent%20Facebook%20Posts%20by%20%40DannyvanKooten%20-%20love%20it!%20http%3A%2F%2Fwordpress.org%2Fplugins%2Frecent-facebook-posts%2F" target="_blank"><?php _e( 'Tweet about Recent Facebook Posts', 'recent-facebook-posts' ); ?></a></li>
|
152 |
<li><a href="https://wordpress.org/plugins/recent-facebook-posts/#compatibility"><?php _e( 'Vote "works" on the WordPress.org plugin page', 'recent-facebook-posts' ); ?></a></li>
|
153 |
</ul>
|
@@ -164,30 +163,14 @@
|
|
164 |
<ul class="ul-square">
|
165 |
<li>
|
166 |
<h4><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for WordPress</a></h4>
|
167 |
-
<p>By far the best MailChimp (newsletter) sign-up plugin for WordPress,
|
168 |
</li>
|
169 |
<li>
|
170 |
-
<h4><a href="https://wordpress.org/plugins/
|
171 |
<p>Need an unobtrusive conversion booster? This plugin offers an alternative to pop-ups. Highly converting yet not so annoying.</p>
|
172 |
</li>
|
173 |
-
<li>
|
174 |
-
<h4><a href="https://wordpress.org/plugins/dvk-social-sharing/">Social Sharing by Danny</a></h4>
|
175 |
-
<p>Lightweight social sharing links for your posts, with zero impact on your pageload times.</p>
|
176 |
-
</li>
|
177 |
-
<li>
|
178 |
-
<p><a href="https://dannyvankooten.com/wordpress-plugins/">More plugins by the same author..</a></p>
|
179 |
-
</li>
|
180 |
-
|
181 |
</ul>
|
182 |
</div>
|
183 |
-
|
184 |
-
<div class="rfbp-box">
|
185 |
-
<h3 class="rfbp-title">About <a href="https://dannyvankooten.com/">Danny van Kooten</a></h3>
|
186 |
-
<p>A twenty-something Dutch guy writing code and emails for a living.</p>
|
187 |
-
<p>I developed <a href="https://dannyvankooten.com/wordpress-plugins/">a few WordPress plugins</a> together totaling well over 2 million downloads, one of which you're using right now.</p>
|
188 |
-
<p>If you like to stay updated of what I'm doing, consider following <a href="https://twitter.com/dannyvankooten">@DannyvanKooten</a> on Twitter.</p>
|
189 |
-
<p>Hope you enjoy the plugin!</p>
|
190 |
-
</div>
|
191 |
</div>
|
192 |
<!-- End RFBP Sidebar -->
|
193 |
|
147 |
<p><?php _e( 'If you like this plugin, consider showing your consideration in one of the following ways.', 'recent-facebook-posts' ); ?></p>
|
148 |
<ul class="ul-square">
|
149 |
<li><a href="https://wordpress.org/support/view/plugin-reviews/recent-facebook-posts?rate=5#postform" target="_blank"><?php printf( __( 'Leave a %s review on WordPress.org', 'recent-facebook-posts' ), '★★★★★' ); ?></a></li>
|
|
|
150 |
<li><a href="https://twitter.com/?status=I%20show%20recent%20facebook%20posts%20on%20my%20%23WordPress%20site%20using%20Recent%20Facebook%20Posts%20by%20%40DannyvanKooten%20-%20love%20it!%20http%3A%2F%2Fwordpress.org%2Fplugins%2Frecent-facebook-posts%2F" target="_blank"><?php _e( 'Tweet about Recent Facebook Posts', 'recent-facebook-posts' ); ?></a></li>
|
151 |
<li><a href="https://wordpress.org/plugins/recent-facebook-posts/#compatibility"><?php _e( 'Vote "works" on the WordPress.org plugin page', 'recent-facebook-posts' ); ?></a></li>
|
152 |
</ul>
|
163 |
<ul class="ul-square">
|
164 |
<li>
|
165 |
<h4><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for WordPress</a></h4>
|
166 |
+
<p>By far the best MailChimp (newsletter) sign-up plugin for WordPress, with over half a million sites happily using it.</p>
|
167 |
</li>
|
168 |
<li>
|
169 |
+
<h4><a href="https://wordpress.org/plugins/boxzilla/">Boxzilla Pop-Ups</a></h4>
|
170 |
<p>Need an unobtrusive conversion booster? This plugin offers an alternative to pop-ups. Highly converting yet not so annoying.</p>
|
171 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
</ul>
|
173 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
</div>
|
175 |
<!-- End RFBP Sidebar -->
|
176 |
|
index.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
// empty index.php to prevent directory listing
|
1 |
<?php
|
2 |
|
3 |
+
// empty index.php to prevent directory listing
|
languages/recent-facebook-posts-de_DE.mo
CHANGED
Binary file
|
languages/recent-facebook-posts-es_ES.mo
CHANGED
Binary file
|
languages/recent-facebook-posts-hu_HU.mo
ADDED
Binary file
|
languages/recent-facebook-posts-hu_HU.po
ADDED
@@ -0,0 +1,388 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.8\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/recent-facebook-"
|
7 |
+
"posts\n"
|
8 |
+
"POT-Creation-Date: 2016-03-17 21:54+0100\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: 2016-03-17 23:02+0100\n"
|
13 |
+
"Language-Team: \n"
|
14 |
+
"X-Generator: Poedit 1.8.7\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 |
+
"Last-Translator: \n"
|
23 |
+
"Language: hu_HU\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#: includes/class-admin.php:154
|
27 |
+
msgid "<strong>Cache cleared!</strong> You succesfully cleared the cache."
|
28 |
+
msgstr ""
|
29 |
+
"<strong>Gyorsítótár törölve!</strong> Sikeresen törölte a gyorsítótárat."
|
30 |
+
|
31 |
+
#: includes/class-admin.php:167
|
32 |
+
msgid "Settings"
|
33 |
+
msgstr "Beállítások"
|
34 |
+
|
35 |
+
#: includes/class-admin.php:201
|
36 |
+
msgid "Your configuration seems to be okay and working. Nice work!."
|
37 |
+
msgstr "A beállítás úgy tűnik, hogy rendben van és működik. Szép munka!"
|
38 |
+
|
39 |
+
#: includes/class-admin.php:203
|
40 |
+
msgid "The following error was encountered when testing your configuration."
|
41 |
+
msgstr "A következő hiba lépett fel a beállítások tesztelése során."
|
42 |
+
|
43 |
+
#: includes/class-api.php:51 includes/class-api.php:170
|
44 |
+
msgid "Facebook error:"
|
45 |
+
msgstr "Facebook hiba:"
|
46 |
+
|
47 |
+
#: includes/class-api.php:209
|
48 |
+
msgid "Connection error:"
|
49 |
+
msgstr "Csatlakozási hiba:"
|
50 |
+
|
51 |
+
#: includes/class-public.php:216
|
52 |
+
msgid "likes"
|
53 |
+
msgstr "like"
|
54 |
+
|
55 |
+
#: includes/class-public.php:217
|
56 |
+
msgid "comments"
|
57 |
+
msgstr "hozzászólások"
|
58 |
+
|
59 |
+
#: includes/class-public.php:219
|
60 |
+
msgid "%1$s at %2$s"
|
61 |
+
msgstr "%1$s - %2$s"
|
62 |
+
|
63 |
+
#: includes/class-public.php:233
|
64 |
+
msgid "No recent Facebook posts to show"
|
65 |
+
msgstr "Nincs megjeleníthető Facebook bejegyzés"
|
66 |
+
|
67 |
+
#: includes/class-public.php:235
|
68 |
+
msgid "Admins only notice"
|
69 |
+
msgstr "Csak adminok részére"
|
70 |
+
|
71 |
+
#: includes/class-public.php:235
|
72 |
+
msgid "Did you <a href=\"%s\">configure the plugin</a> properly?"
|
73 |
+
msgstr "Helyesen <a href=\"%s\">állította be a bővítményt</a>?"
|
74 |
+
|
75 |
+
#: includes/class-widget.php:18
|
76 |
+
msgid "Lists a number of your most recent Facebook posts."
|
77 |
+
msgstr "Jelenítse meg a legutóbbi Facebook bejegyzéseit."
|
78 |
+
|
79 |
+
#. Plugin Name of the plugin/theme
|
80 |
+
msgid "Recent Facebook Posts"
|
81 |
+
msgstr "Legutóbbi Facebook bejegyzések"
|
82 |
+
|
83 |
+
#: includes/class-widget.php:38
|
84 |
+
msgid "You need to <a href=\"%s\">configure Recent Facebook Posts</a> first."
|
85 |
+
msgstr ""
|
86 |
+
"Először <a href=\"%s\">be kell állítania a Legutóbbi Facebook bejegyzések "
|
87 |
+
"bővítményt</a>."
|
88 |
+
|
89 |
+
#: includes/class-widget.php:42
|
90 |
+
msgid "Title:"
|
91 |
+
msgstr "Cím:"
|
92 |
+
|
93 |
+
#: includes/class-widget.php:47
|
94 |
+
msgid "Number of posts:"
|
95 |
+
msgstr "Bejegyzések száma:"
|
96 |
+
|
97 |
+
#: includes/class-widget.php:52
|
98 |
+
msgid "Excerpt length:"
|
99 |
+
msgstr "Kivonat hossza:"
|
100 |
+
|
101 |
+
#: includes/class-widget.php:58
|
102 |
+
msgid "Show like count?"
|
103 |
+
msgstr "Like számának megjelenítése?"
|
104 |
+
|
105 |
+
#: includes/class-widget.php:63
|
106 |
+
msgid "Show comment count?"
|
107 |
+
msgstr "Hozzászólás számának megjelenítése?"
|
108 |
+
|
109 |
+
#: includes/class-widget.php:68
|
110 |
+
msgid "Show link to Facebook page?"
|
111 |
+
msgstr "Facebook oldalra hivatkozás megjelenítése?"
|
112 |
+
|
113 |
+
#: includes/class-widget.php:73
|
114 |
+
msgid "Show link previews?"
|
115 |
+
msgstr "Hivatkozás előnézetek megjelenítése?"
|
116 |
+
|
117 |
+
#: includes/functions/global.php:23 includes/views/settings_page.html.php:69
|
118 |
+
msgid "Find us on Facebook"
|
119 |
+
msgstr "Keressen minket a Facebookon"
|
120 |
+
|
121 |
+
#: includes/functions/helpers.php:32
|
122 |
+
msgid "just now"
|
123 |
+
msgstr "éppen most"
|
124 |
+
|
125 |
+
#: includes/functions/helpers.php:51
|
126 |
+
msgid "1 year ago"
|
127 |
+
msgid_plural "%d years ago"
|
128 |
+
msgstr[0] "1 éve"
|
129 |
+
msgstr[1] "%d éve"
|
130 |
+
|
131 |
+
#: includes/functions/helpers.php:55
|
132 |
+
msgid "1 month ago"
|
133 |
+
msgid_plural "%d months ago"
|
134 |
+
msgstr[0] "1 hónapja"
|
135 |
+
msgstr[1] "%d hónapja"
|
136 |
+
|
137 |
+
#: includes/functions/helpers.php:59
|
138 |
+
msgid "1 week ago"
|
139 |
+
msgid_plural "%d weeks ago"
|
140 |
+
msgstr[0] "1 hete"
|
141 |
+
msgstr[1] "%d hete"
|
142 |
+
|
143 |
+
#: includes/functions/helpers.php:63
|
144 |
+
msgid "1 day ago"
|
145 |
+
msgid_plural "%d days ago"
|
146 |
+
msgstr[0] "1 napja"
|
147 |
+
msgstr[1] "%d napja"
|
148 |
+
|
149 |
+
#: includes/functions/helpers.php:67
|
150 |
+
msgid "1 hour ago"
|
151 |
+
msgid_plural "%d hours ago"
|
152 |
+
msgstr[0] "1 órája"
|
153 |
+
msgstr[1] "%d órája"
|
154 |
+
|
155 |
+
#: includes/functions/helpers.php:71
|
156 |
+
msgid "1 minute ago"
|
157 |
+
msgid_plural "%d minutes ago"
|
158 |
+
msgstr[0] "1 perce"
|
159 |
+
msgstr[1] "%d perce"
|
160 |
+
|
161 |
+
#: includes/functions/helpers.php:75
|
162 |
+
msgid "1 second ago"
|
163 |
+
msgid_plural "%d seconds ago"
|
164 |
+
msgstr[0] "1 másodperce"
|
165 |
+
msgstr[1] "%d másodperce"
|
166 |
+
|
167 |
+
#: includes/functions/helpers.php:79
|
168 |
+
msgid "Some time ago"
|
169 |
+
msgstr "Néhány évvel ezelőtt"
|
170 |
+
|
171 |
+
#: includes/views/settings_page.html.php:21
|
172 |
+
msgid "Facebook Settings"
|
173 |
+
msgstr "Facebook beállítások"
|
174 |
+
|
175 |
+
#: includes/views/settings_page.html.php:26
|
176 |
+
msgid "This plugin needs a Facebook application to work."
|
177 |
+
msgstr "A bővítménynek működő Facebook alkalmazásra van szüksége."
|
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 |
+
"Kérjük, töltse ki a Facebook beállítások mezőit miután létrehozta az "
|
184 |
+
"alkalmazását."
|
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 |
+
"Nem biztos a folytatásban? Kérjük, tekintse át a <a href=\"%s\">telepítési "
|
192 |
+
"útmutatókat</a>."
|
193 |
+
|
194 |
+
#: includes/views/settings_page.html.php:38
|
195 |
+
msgid "Facebook App ID/API Key"
|
196 |
+
msgstr "Facebook App ID/API Key"
|
197 |
+
|
198 |
+
#: includes/views/settings_page.html.php:42
|
199 |
+
msgid "Get your App ID from %s."
|
200 |
+
msgstr "Szerezze be App ID-ját innen: %s."
|
201 |
+
|
202 |
+
#: includes/views/settings_page.html.php:47
|
203 |
+
msgid "Facebook App Secret"
|
204 |
+
msgstr "Facebook App Secret"
|
205 |
+
|
206 |
+
#: includes/views/settings_page.html.php:50
|
207 |
+
msgid "Get your App Secret from %s."
|
208 |
+
msgstr "Szerezze be App Secret-jét innen: %s."
|
209 |
+
|
210 |
+
#: includes/views/settings_page.html.php:55
|
211 |
+
msgid "Facebook Page ID or Slug"
|
212 |
+
msgstr "Facebook oldal ID vagy slug"
|
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 |
+
"Használja <a href=\"%s\">ezt az eszközt</a> a numerikus ID megtalálásához a "
|
220 |
+
"Facebook oldalához."
|
221 |
+
|
222 |
+
#: includes/views/settings_page.html.php:64
|
223 |
+
msgid "Appearance"
|
224 |
+
msgstr "Megjelenés"
|
225 |
+
|
226 |
+
#: includes/views/settings_page.html.php:68
|
227 |
+
msgid "Link text"
|
228 |
+
msgstr "Hivatkozás szöveg"
|
229 |
+
|
230 |
+
#: includes/views/settings_page.html.php:73
|
231 |
+
msgid "Open links in new window?"
|
232 |
+
msgstr "Hivatkozások megnyitása új ablakban?"
|
233 |
+
|
234 |
+
#: includes/views/settings_page.html.php:78
|
235 |
+
msgid "Load some default styles?"
|
236 |
+
msgstr "Néhány alapértelmezett stílus betöltése?"
|
237 |
+
|
238 |
+
#: includes/views/settings_page.html.php:84
|
239 |
+
msgid "Image size"
|
240 |
+
msgstr "Kép mérete"
|
241 |
+
|
242 |
+
#: includes/views/settings_page.html.php:87
|
243 |
+
msgid "Don't show images"
|
244 |
+
msgstr "Képeket ne mutassa"
|
245 |
+
|
246 |
+
#: includes/views/settings_page.html.php:88
|
247 |
+
msgid "Thumbnail"
|
248 |
+
msgstr "Bélyegkép"
|
249 |
+
|
250 |
+
#: includes/views/settings_page.html.php:89
|
251 |
+
msgid "Normal"
|
252 |
+
msgstr "Normál"
|
253 |
+
|
254 |
+
#: includes/views/settings_page.html.php:96
|
255 |
+
msgid "Image dimensions"
|
256 |
+
msgstr "Képméretek"
|
257 |
+
|
258 |
+
#: includes/views/settings_page.html.php:96
|
259 |
+
msgid "(in pixels, optional)"
|
260 |
+
msgstr "(képpontban, opcionális)"
|
261 |
+
|
262 |
+
#: includes/views/settings_page.html.php:99
|
263 |
+
msgid "Max Width"
|
264 |
+
msgstr "Maximális szélesség"
|
265 |
+
|
266 |
+
#: includes/views/settings_page.html.php:103
|
267 |
+
msgid "Max Height"
|
268 |
+
msgstr "Maximális magasság"
|
269 |
+
|
270 |
+
#: includes/views/settings_page.html.php:107
|
271 |
+
msgid "Leave empty for default sizing"
|
272 |
+
msgstr "Hagyja üresen az alapértelmezett méretezéshez"
|
273 |
+
|
274 |
+
#: includes/views/settings_page.html.php:118
|
275 |
+
#: includes/views/settings_page.html.php:122
|
276 |
+
msgid "Test Configuration"
|
277 |
+
msgstr "Beállítások tesztelése"
|
278 |
+
|
279 |
+
#: includes/views/settings_page.html.php:119
|
280 |
+
msgid "Test your plugin configuration using the button below."
|
281 |
+
msgstr "A bővítmény beállításainak teszteléséhez használja a lenti gombot."
|
282 |
+
|
283 |
+
#: includes/views/settings_page.html.php:125
|
284 |
+
msgid "Facebook Posts Cache"
|
285 |
+
msgstr "Facebook bejegyzések gyorsítótára"
|
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 |
+
"Mivel a bejegyzések letöltése a Facebook oldalról relatíve lassú, a "
|
294 |
+
"bejegyzések egy gyorsítótárban találhatóak <strong>30 percig</strong>. "
|
295 |
+
"Manuálisan törölheti a gyorsítótárat a lenti gombbal."
|
296 |
+
|
297 |
+
#: includes/views/settings_page.html.php:130
|
298 |
+
msgid "Clear Cache"
|
299 |
+
msgstr "Gyorsítótár törlése"
|
300 |
+
|
301 |
+
#: includes/views/settings_page.html.php:138
|
302 |
+
msgid "Usage"
|
303 |
+
msgstr "Használat"
|
304 |
+
|
305 |
+
#: includes/views/settings_page.html.php:139
|
306 |
+
msgid ""
|
307 |
+
"To show a list of your most recent facebook posts in your posts or pages, "
|
308 |
+
"use the following shortcode."
|
309 |
+
msgstr ""
|
310 |
+
"A legutóbbi facebook bejegyzések megjelenítéséhez használja a következő "
|
311 |
+
"rövidkódot valamely bejegyzésében vagy oldalán."
|
312 |
+
|
313 |
+
#: includes/views/settings_page.html.php:141
|
314 |
+
msgid ""
|
315 |
+
"The shortcode accepts various arguments, which are listed on the <a href=\"%s"
|
316 |
+
"\">plugin FAQ</a>."
|
317 |
+
msgstr ""
|
318 |
+
"A rövidkód különböző kapcsolókat is elfogad, melyeket a <a href=\"%s"
|
319 |
+
"\">bővítmény GYIK oldalán</a> talál."
|
320 |
+
|
321 |
+
#: includes/views/settings_page.html.php:146
|
322 |
+
msgid "Show your appreciation!"
|
323 |
+
msgstr "Mutassa meg elismerését!"
|
324 |
+
|
325 |
+
#: includes/views/settings_page.html.php:147
|
326 |
+
msgid ""
|
327 |
+
"If you like this plugin, consider showing your consideration in one of the "
|
328 |
+
"following ways."
|
329 |
+
msgstr ""
|
330 |
+
"Ha tetszik ez a bővítmény, mutassa ki háláját a következő módok egyikén."
|
331 |
+
|
332 |
+
#: includes/views/settings_page.html.php:149
|
333 |
+
msgid "Leave a %s review on WordPress.org"
|
334 |
+
msgstr "Hagyjon a WordPress.org oldalon egy %s értékelést"
|
335 |
+
|
336 |
+
#: includes/views/settings_page.html.php:150
|
337 |
+
msgid "Write about the plugin from your blog."
|
338 |
+
msgstr "Írjon a bővítményről a blogjában."
|
339 |
+
|
340 |
+
#: includes/views/settings_page.html.php:151
|
341 |
+
msgid "Tweet about Recent Facebook Posts"
|
342 |
+
msgstr "Tweeteljen a Legutóbbi Facebook bejegyzések bővítményről"
|
343 |
+
|
344 |
+
#: includes/views/settings_page.html.php:152
|
345 |
+
msgid "Vote \"works\" on the WordPress.org plugin page"
|
346 |
+
msgstr "Szavazzon a munkánkra a bővítmény WordPress.org oldalán"
|
347 |
+
|
348 |
+
#: includes/views/settings_page.html.php:157
|
349 |
+
msgid "Looking for support?"
|
350 |
+
msgstr "Támogatást keres?"
|
351 |
+
|
352 |
+
#: includes/views/settings_page.html.php:158
|
353 |
+
msgid ""
|
354 |
+
"Please use the <a href=\"%s\">plugin support forums</a> on WordPress.org."
|
355 |
+
msgstr ""
|
356 |
+
"Kérjük, használja a <a href=\"%s\">bővítmény támogatási fórum oldalát</a> a "
|
357 |
+
"WordPress.org címen."
|
358 |
+
|
359 |
+
#: includes/views/settings_page.html.php:159
|
360 |
+
msgid ""
|
361 |
+
"Take a close look at the <a href=\"%s\">installation instructions</a> for "
|
362 |
+
"help configuring the plugin and registering your own Facebook application, "
|
363 |
+
"which is required to get this plugin to work."
|
364 |
+
msgstr ""
|
365 |
+
"Vegyen egy pillantást a <a href=\"%s\">telepítési útmutatók</a> oldalán a "
|
366 |
+
"bővítmény megfelelő beállítására és regisztrálja saját Facebook "
|
367 |
+
"alkalmazását, amely szükséges ahhoz, hogy ez a bővítmény működjön."
|
368 |
+
|
369 |
+
#: includes/views/settings_page.html.php:163
|
370 |
+
msgid "Other plugins"
|
371 |
+
msgstr "Egyéb bővítmények"
|
372 |
+
|
373 |
+
#. Plugin URI of the plugin/theme
|
374 |
+
msgid "https://dannyvankooten.com/donate/"
|
375 |
+
msgstr "https://dannyvankooten.com/donate/"
|
376 |
+
|
377 |
+
#. Description of the plugin/theme
|
378 |
+
msgid "Lists most recent posts from a public Facebook page."
|
379 |
+
msgstr ""
|
380 |
+
"Jelenítse meg egy nyilvános Facebook oldalról a legutóbbi bejegyzéseket."
|
381 |
+
|
382 |
+
#. Author of the plugin/theme
|
383 |
+
msgid "Danny van Kooten"
|
384 |
+
msgstr "Danny van Kooten"
|
385 |
+
|
386 |
+
#. Author URI of the plugin/theme
|
387 |
+
msgid "https://dannyvankooten.com/"
|
388 |
+
msgstr "https://dannyvankooten.com/"
|
languages/recent-facebook-posts-pl_PL.po
ADDED
@@ -0,0 +1,333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Recent Facebook Posts\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/recent-facebook-posts\n"
|
5 |
+
"POT-Creation-Date: 2014-09-15 16:28+0100\n"
|
6 |
+
"PO-Revision-Date: Mon Sep 22 2014 04:40:57 GMT-0300 (Hora verano Sudamérica "
|
7 |
+
"Pacífico)\n"
|
8 |
+
"Last-Translator: Danny <hi@dannyvankooten.com>\n"
|
9 |
+
"Language-Team: \n"
|
10 |
+
"Language: en_US\n"
|
11 |
+
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Loco-Source-Locale: pl_PL\n"
|
17 |
+
"X-Generator: abc"
|
18 |
+
"X-Poedit-KeywordsList: _e;__;_n:1,2\n"
|
19 |
+
"X-Poedit-Basepath: .\n"
|
20 |
+
"X-Poedit-SearchPath-0: ../.\n"
|
21 |
+
"X-Loco-Parser: loco_parse_po\n"
|
22 |
+
"X-Loco-Target-Locale: en_GB"
|
23 |
+
|
24 |
+
#: .././includes/class-admin.php:146
|
25 |
+
msgid "<strong>Cache cleared!</strong> You succesfully cleared the cache."
|
26 |
+
msgstr "<strong>Pamięć podręczna wyczyszczona!</strong> Czyszczenie pamięci podręcznej zakńczyło się poprawnie."
|
27 |
+
|
28 |
+
#: .././includes/class-admin.php:159
|
29 |
+
msgid "Settings"
|
30 |
+
msgstr "Ustawienia"
|
31 |
+
|
32 |
+
#: .././includes/class-admin.php:188
|
33 |
+
msgid "Your configuration seems to be okay and working. Nice work!."
|
34 |
+
msgstr "Twoje ustawienia wydają się poprawne. Gratulacje!"
|
35 |
+
|
36 |
+
#: .././includes/class-admin.php:190
|
37 |
+
msgid "The following error was encountered when testing your configuration."
|
38 |
+
msgstr "Podczas tesowania ustawień wystąpił poniższy błąd."
|
39 |
+
|
40 |
+
#: .././includes/class-api.php:51 .././includes/class-api.php:164
|
41 |
+
msgid "Facebook error:"
|
42 |
+
msgstr "Błąd Facebook-a:"
|
43 |
+
|
44 |
+
#: .././includes/class-api.php:203
|
45 |
+
msgid "Connection error:"
|
46 |
+
msgstr "Błąd połączenia:"
|
47 |
+
|
48 |
+
#: .././includes/class-public.php:187
|
49 |
+
msgid "likes"
|
50 |
+
msgstr "polubienia"
|
51 |
+
|
52 |
+
#: .././includes/class-public.php:188
|
53 |
+
msgid "comments"
|
54 |
+
msgstr "komentarze"
|
55 |
+
|
56 |
+
#: .././includes/class-public.php:190
|
57 |
+
#, php-format
|
58 |
+
msgid "%1$s at %2$s"
|
59 |
+
msgstr "%1$s z %2$s"
|
60 |
+
|
61 |
+
#: .././includes/class-public.php:204
|
62 |
+
msgid "No recent Facebook posts to show"
|
63 |
+
msgstr "Brak niedawnych postów do wyświetlenia"
|
64 |
+
|
65 |
+
#: .././includes/class-public.php:206
|
66 |
+
msgid "Admins only notice"
|
67 |
+
msgstr "Powiadomienie dla administratorów"
|
68 |
+
|
69 |
+
#: .././includes/class-public.php:206
|
70 |
+
#, php-format
|
71 |
+
msgid "Did you <a href=\"%s\">configure the plugin</a> properly?"
|
72 |
+
msgstr "Czy <a href=\"%s\">wtyczka</a> została skonfigurowana poprawnie?"
|
73 |
+
|
74 |
+
#: .././includes/class-widget.php:18
|
75 |
+
msgid "Lists a number of your most recent Facebook posts."
|
76 |
+
msgstr "Wyświetl liczbę twoich najnowszych postów."
|
77 |
+
|
78 |
+
#: .././includes/class-widget.php:22
|
79 |
+
msgid "Recent Facebook Posts"
|
80 |
+
msgstr "Niedawne posty"
|
81 |
+
|
82 |
+
#: .././includes/class-widget.php:42
|
83 |
+
msgid "Title:"
|
84 |
+
msgstr "Tytuł:"
|
85 |
+
|
86 |
+
#: .././includes/class-widget.php:47
|
87 |
+
msgid "Number of posts:"
|
88 |
+
msgstr "Liczba postów:"
|
89 |
+
|
90 |
+
#: .././includes/class-widget.php:52
|
91 |
+
msgid "Excerpt length:"
|
92 |
+
msgstr "Długość fragmentu:"
|
93 |
+
|
94 |
+
#: .././includes/class-widget.php:58
|
95 |
+
msgid "Show like count?"
|
96 |
+
msgstr "Wyświetlić liczbę ?"
|
97 |
+
|
98 |
+
#: .././includes/class-widget.php:63
|
99 |
+
msgid "Show comment count?"
|
100 |
+
msgstr "Wyświetlić liczbę komentarzy?"
|
101 |
+
|
102 |
+
#: .././includes/class-widget.php:68
|
103 |
+
msgid "Show link to Facebook page?"
|
104 |
+
msgstr "Wyświetlić łącze do strony Facebook-a?"
|
105 |
+
|
106 |
+
#: .././includes/class-widget.php:73
|
107 |
+
msgid "Show link previews?"
|
108 |
+
msgstr "Wyświetlić podgląd łącza?"
|
109 |
+
|
110 |
+
#: .././includes/functions/global.php:22
|
111 |
+
#: .././includes/views/settings_page.html.php:67
|
112 |
+
msgid "Find us on Facebook"
|
113 |
+
msgstr "Znajdź nas na Facebook-u"
|
114 |
+
|
115 |
+
#: .././includes/functions/helpers.php:23
|
116 |
+
msgid "just now"
|
117 |
+
msgstr "teraz"
|
118 |
+
|
119 |
+
#: .././includes/functions/helpers.php:42
|
120 |
+
#, php-format
|
121 |
+
msgid "1 year ago"
|
122 |
+
msgid_plural "%d years ago"
|
123 |
+
msgstr[0] "Rok temu"
|
124 |
+
msgstr[1] "lat wstecz: %d"
|
125 |
+
|
126 |
+
#: .././includes/functions/helpers.php:46
|
127 |
+
#, php-format
|
128 |
+
msgid "1 month ago"
|
129 |
+
msgid_plural "%d months ago"
|
130 |
+
msgstr[0] "Miesiąc temu"
|
131 |
+
msgstr[1] "miesięcy wstecz: %d"
|
132 |
+
|
133 |
+
#: .././includes/functions/helpers.php:50
|
134 |
+
#, php-format
|
135 |
+
msgid "1 week ago"
|
136 |
+
msgid_plural "%d weeks ago"
|
137 |
+
msgstr[0] "Tydzień temu"
|
138 |
+
msgstr[1] "tygodni wstecz: %d"
|
139 |
+
|
140 |
+
#: .././includes/functions/helpers.php:54
|
141 |
+
#, php-format
|
142 |
+
msgid "1 day ago"
|
143 |
+
msgid_plural "%d days ago"
|
144 |
+
msgstr[0] "Wczoraj"
|
145 |
+
msgstr[1] "%d dni temu"
|
146 |
+
|
147 |
+
#: .././includes/functions/helpers.php:58
|
148 |
+
#, php-format
|
149 |
+
msgid "1 hour ago"
|
150 |
+
msgid_plural "%d hours ago"
|
151 |
+
msgstr[0] "Godzinę temu"
|
152 |
+
msgstr[1] "%d godzin(y) temu"
|
153 |
+
|
154 |
+
#: .././includes/functions/helpers.php:62
|
155 |
+
#, php-format
|
156 |
+
msgid "1 minute ago"
|
157 |
+
msgid_plural "%d minutes ago"
|
158 |
+
msgstr[0] "Minutę temu"
|
159 |
+
msgstr[1] "%d minut(y) temu"
|
160 |
+
|
161 |
+
#: .././includes/functions/helpers.php:66
|
162 |
+
#, php-format
|
163 |
+
msgid "1 second ago"
|
164 |
+
msgid_plural "%d seconds ago"
|
165 |
+
msgstr[0] "Sekundę temu"
|
166 |
+
msgstr[1] "%d sekund(y) temu"
|
167 |
+
|
168 |
+
#: .././includes/functions/helpers.php:70
|
169 |
+
msgid "Some time ago"
|
170 |
+
msgstr "Jakiś czas temu"
|
171 |
+
|
172 |
+
#: .././includes/views/settings_page.html.php:21
|
173 |
+
msgid "Facebook Settings"
|
174 |
+
msgstr "Ustawienia Facebook-a"
|
175 |
+
|
176 |
+
#: .././includes/views/settings_page.html.php:26
|
177 |
+
msgid "This plugin needs a Facebook application to work."
|
178 |
+
msgstr "Ta wtyczka wymaga aplikacji Facebook-a."
|
179 |
+
|
180 |
+
#: .././includes/views/settings_page.html.php:27
|
181 |
+
msgid "Please fill in the Facebook Settings fields after creating your application."
|
182 |
+
msgstr "Po utworzeniu aplikacji, wypełnij pola Ustawień Facebook-a."
|
183 |
+
|
184 |
+
#: .././includes/views/settings_page.html.php:30
|
185 |
+
#, php-format
|
186 |
+
msgid "Not sure how to proceed? Please take a close look at the <a href=\"%s\">installation instructions</a>. "
|
187 |
+
msgstr "Nie wiesz co dalej? Poświęć chwilę, aby zapoznać się z <a href=\"%s\">instrukcją instalacji</a>. "
|
188 |
+
|
189 |
+
#: .././includes/views/settings_page.html.php:37
|
190 |
+
msgid "Facebook App ID/API Key"
|
191 |
+
msgstr "Identyfikator Aplikacji Facebook-a / Klucz Interfejsu Programistycznego Aplikacji (API)"
|
192 |
+
|
193 |
+
#: .././includes/views/settings_page.html.php:40
|
194 |
+
#, php-format
|
195 |
+
msgid "Get your App ID from %s."
|
196 |
+
msgstr "Uzyskaj Identyfikator Aplikacji z %s."
|
197 |
+
|
198 |
+
#: .././includes/views/settings_page.html.php:45
|
199 |
+
msgid "Facebook App Secret"
|
200 |
+
msgstr "Tajny klucz Aplikacji Facebook-a"
|
201 |
+
|
202 |
+
#: .././includes/views/settings_page.html.php:48
|
203 |
+
#, php-format
|
204 |
+
msgid "Get your App Secret from %s."
|
205 |
+
msgstr "Uzyskaj tajny klucz Aplikacji z %s."
|
206 |
+
|
207 |
+
#: .././includes/views/settings_page.html.php:53
|
208 |
+
msgid "Facebook Page ID or Slug"
|
209 |
+
msgstr "Identyfikator strony Facebook-a lub Slug."
|
210 |
+
|
211 |
+
#: .././includes/views/settings_page.html.php:56
|
212 |
+
#, php-format
|
213 |
+
msgid "Use <a href=\"%s\">this tool</a> to find the numeric ID of your Facebook page."
|
214 |
+
msgstr "Użyj <a href=\"%s\">tego narzędzia</a> aby znaleźć identyfikator numeryczny twojej strony Facebook-a."
|
215 |
+
|
216 |
+
#: .././includes/views/settings_page.html.php:62
|
217 |
+
msgid "Appearance"
|
218 |
+
msgstr "Wygląd"
|
219 |
+
|
220 |
+
#: .././includes/views/settings_page.html.php:66
|
221 |
+
msgid "Link text"
|
222 |
+
msgstr "Tekst łącza"
|
223 |
+
|
224 |
+
#: .././includes/views/settings_page.html.php:71
|
225 |
+
msgid "Open links in new window?"
|
226 |
+
msgstr "Otworzyć łacze w nowym oknie?"
|
227 |
+
|
228 |
+
#: .././includes/views/settings_page.html.php:76
|
229 |
+
msgid "Load some default styles?"
|
230 |
+
msgstr "Załadować style domyślne?"
|
231 |
+
|
232 |
+
#: .././includes/views/settings_page.html.php:82
|
233 |
+
msgid "Image size"
|
234 |
+
msgstr "Rozmiar obrazu"
|
235 |
+
|
236 |
+
#: .././includes/views/settings_page.html.php:85
|
237 |
+
msgid "Don't show images"
|
238 |
+
msgstr "Nie pokazuj obrazów"
|
239 |
+
|
240 |
+
#: .././includes/views/settings_page.html.php:86
|
241 |
+
msgid "Thumbnail"
|
242 |
+
msgstr "Miniaturka"
|
243 |
+
|
244 |
+
#: .././includes/views/settings_page.html.php:87
|
245 |
+
msgid "Normal"
|
246 |
+
msgstr "Normalnie"
|
247 |
+
|
248 |
+
#: .././includes/views/settings_page.html.php:94
|
249 |
+
msgid "Image dimensions"
|
250 |
+
msgstr "Wymiary obrazu"
|
251 |
+
|
252 |
+
#: .././includes/views/settings_page.html.php:94
|
253 |
+
msgid "(in pixels, optional)"
|
254 |
+
msgstr "(piksele, opcjonalnie)"
|
255 |
+
|
256 |
+
#: .././includes/views/settings_page.html.php:97
|
257 |
+
msgid "Max Width"
|
258 |
+
msgstr "Szerokość maksymalna"
|
259 |
+
|
260 |
+
#: .././includes/views/settings_page.html.php:101
|
261 |
+
msgid "Max Height"
|
262 |
+
msgstr "Wysokość maksymalna"
|
263 |
+
|
264 |
+
#: .././includes/views/settings_page.html.php:105
|
265 |
+
msgid "Leave empty for default sizing"
|
266 |
+
msgstr "Pozostaw puste aby użyć rozmiarów domyślnych"
|
267 |
+
|
268 |
+
#: .././includes/views/settings_page.html.php:112
|
269 |
+
msgid "Save Changes"
|
270 |
+
msgstr "Zapisz zmiany"
|
271 |
+
|
272 |
+
#: .././includes/views/settings_page.html.php:119
|
273 |
+
msgid "Test your plugin configuration using the button below."
|
274 |
+
msgstr "Użyj poniższego przycisku, aby przetestować konfigurację wtyczki."
|
275 |
+
|
276 |
+
#: .././includes/views/settings_page.html.php:122
|
277 |
+
msgid "Test Configuration"
|
278 |
+
msgstr "Testuj Konfigurację"
|
279 |
+
|
280 |
+
#: .././includes/views/settings_page.html.php:126
|
281 |
+
msgid "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."
|
282 |
+
msgstr "Ponieważ pobieranie postów jest procesem stosunkowo powolnym, pozostaną one zapisane w pamięci podręcznej na <strong>30 minut</strong>. Aby wymusić wyczyszczenie pamięci podręcznej, użyj poniższego przycisku."
|
283 |
+
|
284 |
+
#: .././includes/views/settings_page.html.php:129
|
285 |
+
msgid "Clear Cache"
|
286 |
+
msgstr "Wyczyść pamięć podręczną"
|
287 |
+
|
288 |
+
#: .././includes/views/settings_page.html.php:138
|
289 |
+
msgid "Donate $10, $20 or $50"
|
290 |
+
msgstr "Podaruj 10, 20 lub 50 dolarów."
|
291 |
+
|
292 |
+
#: .././includes/views/settings_page.html.php:139
|
293 |
+
msgid "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."
|
294 |
+
msgstr "Budowa oraz pomoc techniczna dla tej wtyczki wymaga dużych nakładów czasowych. Jeżeli lubisz tę wtyczkę, rozważ wsparcie jej rozwoju poprzez dobrowolną darowiznę."
|
295 |
+
|
296 |
+
#: .././includes/views/settings_page.html.php:155
|
297 |
+
msgid "Some other ways to support this plugin"
|
298 |
+
msgstr "Inne sposoby na wsparcie rozwoju tej wtyczki"
|
299 |
+
|
300 |
+
#: .././includes/views/settings_page.html.php:157
|
301 |
+
#, php-format
|
302 |
+
msgid "Leave a %s review on WordPress.org"
|
303 |
+
msgstr "Napisz %s recenzję na stronie WordPress.org"
|
304 |
+
|
305 |
+
#: .././includes/views/settings_page.html.php:158
|
306 |
+
msgid "Write about the plugin from your blog."
|
307 |
+
msgstr "Napisz o tej wtyczce na swoim blogu."
|
308 |
+
|
309 |
+
#: .././includes/views/settings_page.html.php:159
|
310 |
+
msgid "Tweet about Recent Facebook Posts"
|
311 |
+
msgstr "Tweet o niedawnych postach na Facebook-u"
|
312 |
+
|
313 |
+
#: .././includes/views/settings_page.html.php:160
|
314 |
+
msgid "Vote \"works\" on the WordPress.org plugin page"
|
315 |
+
msgstr "Głosuj \"działa!\" na stronie WordPress.org"
|
316 |
+
|
317 |
+
#: .././includes/views/settings_page.html.php:165
|
318 |
+
msgid "Looking for support?"
|
319 |
+
msgstr "Potrzebujesz wsparcia technicznego?"
|
320 |
+
|
321 |
+
#: .././includes/views/settings_page.html.php:166
|
322 |
+
#, php-format
|
323 |
+
msgid "Please use the <a href=\"%s\">plugin support forums</a> on WordPress.org."
|
324 |
+
msgstr "Odwiedź <a href=\"%s\">forum wsparcia wtyczki</a> na WordPress.org."
|
325 |
+
|
326 |
+
#: .././includes/views/settings_page.html.php:167
|
327 |
+
#, php-format
|
328 |
+
msgid "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."
|
329 |
+
msgstr "Zapoznaj się z <a href=\"%s\">instrukcją instalacji</a>. Pomoże ci ona w konfiguracji wtyczki oraz rejestracji twojej własnej aplikacji Facebook-a, wymaganej przez wtyczkę."
|
330 |
+
|
331 |
+
#: .././includes/views/settings_page.html.php:171
|
332 |
+
msgid "Other Useful plugins"
|
333 |
+
msgstr "Inne przydatne wtyczki"
|
languages/recent-facebook-posts-pt_PT.mo
CHANGED
Binary file
|
languages/recent-facebook-posts.pot
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL3 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Recent Facebook Posts 2.0.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/recent-facebook-posts\n"
|
8 |
-
"POT-Creation-Date:
|
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:
|
13 |
"Last-Translator: Danny van Kooten <hi@dannyvankooten.com>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
"X-Generator: grunt-wp-i18n 0.4.4\n"
|
@@ -45,7 +45,7 @@ msgstr ""
|
|
45 |
msgid "Facebook error:"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: includes/class-api.php:
|
49 |
msgid "Connection error:"
|
50 |
msgstr ""
|
51 |
|
@@ -318,33 +318,29 @@ msgid "Leave a %s review on WordPress.org"
|
|
318 |
msgstr ""
|
319 |
|
320 |
#: includes/views/settings_page.html.php:150
|
321 |
-
msgid "Write about the plugin from your blog."
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: includes/views/settings_page.html.php:151
|
325 |
msgid "Tweet about Recent Facebook Posts"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: includes/views/settings_page.html.php:
|
329 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: includes/views/settings_page.html.php:
|
333 |
msgid "Looking for support?"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: includes/views/settings_page.html.php:
|
337 |
msgid "Please use the <a href=\"%s\">plugin support forums</a> on WordPress.org."
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: includes/views/settings_page.html.php:
|
341 |
msgid ""
|
342 |
"Take a close look at the <a href=\"%s\">installation instructions</a> for "
|
343 |
"help configuring the plugin and registering your own Facebook application, "
|
344 |
"which is required to get this plugin to work."
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: includes/views/settings_page.html.php:
|
348 |
msgid "Other plugins"
|
349 |
msgstr ""
|
350 |
|
1 |
+
# Copyright (C) 2016 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.9\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/recent-facebook-posts\n"
|
8 |
+
"POT-Creation-Date: 2016-07-25 12:36:16+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: 2016-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: Danny van Kooten <hi@dannyvankooten.com>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
"X-Generator: grunt-wp-i18n 0.4.4\n"
|
45 |
msgid "Facebook error:"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: includes/class-api.php:212
|
49 |
msgid "Connection error:"
|
50 |
msgstr ""
|
51 |
|
318 |
msgstr ""
|
319 |
|
320 |
#: includes/views/settings_page.html.php:150
|
|
|
|
|
|
|
|
|
321 |
msgid "Tweet about Recent Facebook Posts"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: includes/views/settings_page.html.php:151
|
325 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: includes/views/settings_page.html.php:156
|
329 |
msgid "Looking for support?"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: includes/views/settings_page.html.php:157
|
333 |
msgid "Please use the <a href=\"%s\">plugin support forums</a> on WordPress.org."
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/views/settings_page.html.php:158
|
337 |
msgid ""
|
338 |
"Take a close look at the <a href=\"%s\">installation instructions</a> for "
|
339 |
"help configuring the plugin and registering your own Facebook application, "
|
340 |
"which is required to get this plugin to work."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: includes/views/settings_page.html.php:162
|
344 |
msgid "Other plugins"
|
345 |
msgstr ""
|
346 |
|
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: DvanKooten
|
3 |
Donate link: https://dannyvankooten.com/donate/
|
4 |
-
Tags: facebook,posts,
|
5 |
-
Requires at least: 3.
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Lists most recent Facebook posts from public Facebook pages. A faster, prettier
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -37,6 +37,8 @@ Swedish (sv_SE) - [Robin Wellström](http://robinwellstrom.se/)
|
|
37 |
German (de_DE) - [Henrik Heller ](http://www.gmx.net/)
|
38 |
Italian (it_IT) - [Daniele Chianucci](http://frozen.me/)
|
39 |
Turkish (tr_TR) - Halukcan Pehlivanoğlu
|
|
|
|
|
40 |
|
41 |
_Looking for more translations.._
|
42 |
|
@@ -46,8 +48,7 @@ If you have [created your own language pack](http://codex.wordpress.org/Translat
|
|
46 |
|
47 |
* [Contribute to the Recent Facebook Posts plugin on GitHub](https://github.com/dannyvankooten/wordpress-recent-facebook-posts)
|
48 |
* Using MailChimp to send out email newsletters? You should [try MailChimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/).
|
49 |
-
* Want an unobtrusive conversion booster? Have a look at the [
|
50 |
-
* Check out more [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/) by the same author
|
51 |
* Follow [@DannyvanKooten](https://twitter.com/DannyvanKooten) or [@ibericode](https://twitter.com/ibericode) on Twitter.
|
52 |
|
53 |
== Installation ==
|
@@ -157,13 +158,26 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
|
162 |
**Additions**
|
163 |
|
164 |
- Added Turkish translations, thanks to Halukcan Pehlivanoğlu!
|
165 |
|
166 |
-
|
167 |
|
168 |
**Fixes**
|
169 |
|
@@ -178,7 +192,7 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
178 |
- Added Italian translations, thanks to [Luigi Savini](https://github.com/gigiame)
|
179 |
- Added Portugese translations, thanks to [Jonadabe](https://github.com/Jonadabe)
|
180 |
|
181 |
-
|
182 |
|
183 |
**Fixes**
|
184 |
|
@@ -192,13 +206,13 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
192 |
|
193 |
- Added German translations, thanks to [Henrik Heller ](http://www.gmx.net/).
|
194 |
|
195 |
-
|
196 |
|
197 |
**Additions**
|
198 |
|
199 |
- Added Swedish translations, thanks to [Robin Wellström](http://robinwellstrom.se/).
|
200 |
|
201 |
-
|
202 |
|
203 |
**Fixes**
|
204 |
|
@@ -208,7 +222,7 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
208 |
|
209 |
- Updated all links to use HTTPS protocol.
|
210 |
|
211 |
-
|
212 |
|
213 |
**Improvements**
|
214 |
|
@@ -222,20 +236,20 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
222 |
- Added `rfpb_widget_options` filter to filter all widget options. Closes [#3](https://github.com/dannyvankooten/wordpress-recent-facebook-posts/issues/3), thanks [KilukruMedia](https://github.com/KilukruMedia)
|
223 |
- Added [languages/recent-facebook-posts.pot](http://plugins.svn.wordpress.org/recent-facebook-posts/trunk/languages/recent-facebook-posts.pot) file for easier translating. Please send in your language files (.po and .mo) if you created any.
|
224 |
|
225 |
-
|
226 |
|
227 |
**Fixes**
|
228 |
|
229 |
- Removed duplicate `picture` in call to Facebook API. Fixes a "Syntax error" in later API versions. Props [danielfharmonic](https://github.com/danielfharmonic).
|
230 |
|
231 |
-
|
232 |
|
233 |
**Improvements**
|
234 |
|
235 |
- The plugin will now show a detailed error message if anything related to the connection to Facebook failed.
|
236 |
- Updated Dutch translation
|
237 |
|
238 |
-
|
239 |
|
240 |
**Fixes**
|
241 |
|
@@ -252,10 +266,10 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
252 |
|
253 |
- New FB configurations are now automatically tested.
|
254 |
|
255 |
-
|
256 |
* Fixed: Character encoding for scandinavian languages etc.
|
257 |
|
258 |
-
|
259 |
* Fixed: Empty events won't show
|
260 |
* Improved: a cache renewal is no longer required after changing the image size
|
261 |
* Improved: after changing important settings, cache will automatically be cleared
|
@@ -266,10 +280,10 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
266 |
* Improved: added empty `index.php` files to prevent directory listings
|
267 |
* Improved: code clean-up
|
268 |
|
269 |
-
|
270 |
* Fixed: removed weird character between comment count and timestamp
|
271 |
|
272 |
-
|
273 |
* Fixed: some translated strings in settings pages were not printed.
|
274 |
* Improved: plugin file can no longer be access directly
|
275 |
* Improved: better plugin code loading
|
@@ -278,40 +292,40 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
278 |
* Added: license file
|
279 |
* Updated Dutch translations
|
280 |
|
281 |
-
|
282 |
* Fixed: link previews without images not showing
|
283 |
* Added: filter `rfbp_show_link_images` to hide link preview images
|
284 |
* Improved: Link preview CSS
|
285 |
|
286 |
-
|
287 |
* Added: previews of attached links, with image and short description (like Facebook)
|
288 |
* Added: Translation files
|
289 |
* Added: Dutch translations
|
290 |
* Improved: Moved cache time to a filter.
|
291 |
* Improved: Removed `session_start()` call.
|
292 |
|
293 |
-
|
294 |
* Added: `rfbp_read_more` filter.
|
295 |
* Added: `rfbp_content` filter.
|
296 |
* Added: option to unhook `wpautop` from `rfbp_content` filter.
|
297 |
|
298 |
-
|
299 |
* Fixed: No posts showing up for Scandinavian languages
|
300 |
* Improved: Links will no longer show up twice
|
301 |
* Added: Conversion of common smileys
|
302 |
|
303 |
-
|
304 |
* Fixed: fetching posts from wrong Facebook page. Sorry for the quick version push.
|
305 |
* Improved: default CSS
|
306 |
|
307 |
-
|
308 |
* Fixed issue where strings with dots where turned into (broken) links.
|
309 |
* Improved: better linebreaks
|
310 |
* Improved: Now using WP Transients for caching
|
311 |
* Improved: Now using WP HTTP API for fetching posts, which allows for other transfer methods besides just cURL.
|
312 |
* Improved: No user access token is required any more. Access tokens will now *never* expire.
|
313 |
|
314 |
-
|
315 |
* Improved code performance and readability
|
316 |
* Improved usability of admin settings
|
317 |
* Improved: cleaner HTML output
|
@@ -324,19 +338,19 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
324 |
|
325 |
**Important:** CSS Selectors and HTML output has changed in this version. If you're using custom styling rules you'll have to edit them after updating.
|
326 |
|
327 |
-
|
328 |
* Improved: Code improvement
|
329 |
* Improved: UI improvement, implemented some HTML5 fields
|
330 |
* Improved: Moved options page back to sub-item of Settings.
|
331 |
|
332 |
-
|
333 |
* Fixed: max-width in older browsers
|
334 |
|
335 |
-
|
336 |
* Improved: a lot of refactoring, code clean-up, etc.
|
337 |
* Improved: "open link in new window" option now applies to ALL generated links
|
338 |
|
339 |
-
|
340 |
* Improved: huge performance improvement for retrieving posts from Facebook
|
341 |
* Improved: some code refactoring
|
342 |
* Improved: cache now automatically invalidated when updating settings
|
@@ -344,14 +358,14 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
344 |
* Fixed: like and comment count no longer capped at 25
|
345 |
* Changed links to show your appreciation for the plugin.
|
346 |
|
347 |
-
|
348 |
* Changed cache folder to the WP Content folder (outside of the plugin to prevent cache problems after updating the plugin).
|
349 |
* Added redirection fallbacks when headers have already been sent when trying to connect to Facebook.
|
350 |
* Fixed error message when cURL is not enabled.
|
351 |
* Improved some messages and field labels so things are more clear.
|
352 |
* Updated Facebook API class.
|
353 |
|
354 |
-
|
355 |
* Added Facebook icon to WP Admin menu item
|
356 |
* Changed the connecting to Facebook process
|
357 |
* Improved error messages
|
@@ -362,20 +376,20 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
362 |
* Fixed: Images not being shown when using "normal" as image source size
|
363 |
* Fixed: empty status updates (friends approved)
|
364 |
|
365 |
-
|
366 |
* Changed the way thumbnail and normal image links are generated, now works with shared photos as well.
|
367 |
* Added read_stream permission, please update your access token.
|
368 |
* Added cache succesfully updated notice
|
369 |
|
370 |
-
|
371 |
* Added option to hide images
|
372 |
* Added option to load either thumbnail or normal size images from Facebook's CDN
|
373 |
* Added border to image links
|
374 |
|
375 |
-
|
376 |
* Fixed parameter app_id is required notice before being able to enter it.
|
377 |
|
378 |
-
|
379 |
* Fixed: Reverted back to 'posts' instead of 'feed', to exclude posts from others.
|
380 |
* Fixed: undefined index 'count' when renewing cache file
|
381 |
* Fixed: wrong comment or like count for some posts
|
@@ -383,51 +397,44 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
|
|
383 |
* Improved: error message when cURL is not enabled
|
384 |
* Improved: access token and cache configuration options are now only available when connected
|
385 |
|
386 |
-
|
387 |
* Fixed: Added spaces after the like and comment counts in the shortcode output
|
388 |
|
389 |
-
|
390 |
* Updated: Expanded installation instructions.
|
391 |
* Changed: Some code improvements
|
392 |
* Added: Link to Facebook numeric ID helper website.
|
393 |
* Added: Check if cache directory exists. If not the plugin will now automatically try to create it with the right permissions.
|
394 |
* Added: option to open link to Facebook Page in a new window.
|
395 |
|
396 |
-
|
397 |
* Added: Shortcode to show a list of recent facebook updates in your posts: '[recent_facebook_posts]'
|
398 |
|
399 |
-
|
400 |
* Added: More user-friendly error message when cURL is not enabled on your server.
|
401 |
|
402 |
-
|
403 |
* Improved: The way the excerpt is created, words (or links) won't be cut off now
|
404 |
* Fixed: FB API Error for unknown fields.
|
405 |
* Added: Images from FB will now be shown too. Drop me a line if you think this should be optional.
|
406 |
|
407 |
-
|
408 |
* Improved the way the link to the actual status update is created (thanks Nepumuk84).
|
409 |
* Improved: upped the limit of the call to Facebooks servers.
|
410 |
|
411 |
-
|
412 |
* Fixed a PHP notice in the backend area when renewing cache and fetching shared status updates.
|
413 |
* Added option to show link to Facebook page, with customizable text.
|
414 |
|
415 |
-
|
416 |
* Added error messages for easier debugging.
|
417 |
|
418 |
-
|
419 |
* Added option to load some default CSS
|
420 |
* Added option to show like count
|
421 |
* Added option to show comment count
|
422 |
* Improved usability. Configuring Recent Facebook Posts should be much easier now due to testing options.
|
423 |
|
424 |
-
|
425 |
* Initial release
|
426 |
|
427 |
-
== Upgrade Notice ==
|
428 |
-
|
429 |
-
= 2.0.1 =
|
430 |
-
Fixed issue with Emojis in Facebook statuses, updated translations and various other improvements.
|
431 |
-
|
432 |
-
= 2.0 =
|
433 |
-
Fixed issue with Emojis breaking all posts. Various other code improvements.
|
1 |
=== Plugin Name ===
|
2 |
Contributors: DvanKooten
|
3 |
Donate link: https://dannyvankooten.com/donate/
|
4 |
+
Tags: facebook, posts, fb, widget, facebook widget, facebook posts
|
5 |
+
Requires at least: 3.8
|
6 |
+
Tested up to: 4.5.3
|
7 |
+
Stable tag: 2.0.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Lists most recent Facebook posts from public Facebook pages. A faster, prettier & more customizable alternative to Facebooks Like Box.
|
12 |
|
13 |
== Description ==
|
14 |
|
37 |
German (de_DE) - [Henrik Heller ](http://www.gmx.net/)
|
38 |
Italian (it_IT) - [Daniele Chianucci](http://frozen.me/)
|
39 |
Turkish (tr_TR) - Halukcan Pehlivanoğlu
|
40 |
+
Hungarian (hu_HU) - Daniel Kocsis
|
41 |
+
Polish (pl_PL) - Sofiah Davenport
|
42 |
|
43 |
_Looking for more translations.._
|
44 |
|
48 |
|
49 |
* [Contribute to the Recent Facebook Posts plugin on GitHub](https://github.com/dannyvankooten/wordpress-recent-facebook-posts)
|
50 |
* Using MailChimp to send out email newsletters? You should [try MailChimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/).
|
51 |
+
* Want an unobtrusive conversion booster? Have a look at the [Boxzilla pop-up plugin](https://wordpress.org/plugins/boxzilla/).
|
|
|
52 |
* Follow [@DannyvanKooten](https://twitter.com/DannyvanKooten) or [@ibericode](https://twitter.com/ibericode) on Twitter.
|
53 |
|
54 |
== Installation ==
|
158 |
|
159 |
== Changelog ==
|
160 |
|
161 |
+
|
162 |
+
### 2.0.9 - July 25, 2016
|
163 |
+
|
164 |
+
**Improvements**
|
165 |
+
|
166 |
+
- Facebook texts are now localized according to the site's locale.
|
167 |
+
|
168 |
+
**Additions**
|
169 |
+
|
170 |
+
- Added Hungarian translations, thanks to Daniel Kocsis.
|
171 |
+
- Added Polish translations, thanks to Sophia Davenport.
|
172 |
+
|
173 |
+
|
174 |
+
#### 2.0.8 - July 1, 2015
|
175 |
|
176 |
**Additions**
|
177 |
|
178 |
- Added Turkish translations, thanks to Halukcan Pehlivanoğlu!
|
179 |
|
180 |
+
#### 2.0.7 - May 15, 2015
|
181 |
|
182 |
**Fixes**
|
183 |
|
192 |
- Added Italian translations, thanks to [Luigi Savini](https://github.com/gigiame)
|
193 |
- Added Portugese translations, thanks to [Jonadabe](https://github.com/Jonadabe)
|
194 |
|
195 |
+
#### 2.0.6 - May 15, 2015
|
196 |
|
197 |
**Fixes**
|
198 |
|
206 |
|
207 |
- Added German translations, thanks to [Henrik Heller ](http://www.gmx.net/).
|
208 |
|
209 |
+
#### 2.0.5 - March 23, 2015
|
210 |
|
211 |
**Additions**
|
212 |
|
213 |
- Added Swedish translations, thanks to [Robin Wellström](http://robinwellstrom.se/).
|
214 |
|
215 |
+
#### 2.0.4 - February 19, 2015
|
216 |
|
217 |
**Fixes**
|
218 |
|
222 |
|
223 |
- Updated all links to use HTTPS protocol.
|
224 |
|
225 |
+
#### 2.0.3 - September 22, 2014
|
226 |
|
227 |
**Improvements**
|
228 |
|
236 |
- Added `rfpb_widget_options` filter to filter all widget options. Closes [#3](https://github.com/dannyvankooten/wordpress-recent-facebook-posts/issues/3), thanks [KilukruMedia](https://github.com/KilukruMedia)
|
237 |
- Added [languages/recent-facebook-posts.pot](http://plugins.svn.wordpress.org/recent-facebook-posts/trunk/languages/recent-facebook-posts.pot) file for easier translating. Please send in your language files (.po and .mo) if you created any.
|
238 |
|
239 |
+
#### 2.0.2 - September 17, 2014
|
240 |
|
241 |
**Fixes**
|
242 |
|
243 |
- Removed duplicate `picture` in call to Facebook API. Fixes a "Syntax error" in later API versions. Props [danielfharmonic](https://github.com/danielfharmonic).
|
244 |
|
245 |
+
#### 2.0.1 - September 15, 2014
|
246 |
|
247 |
**Improvements**
|
248 |
|
249 |
- The plugin will now show a detailed error message if anything related to the connection to Facebook failed.
|
250 |
- Updated Dutch translation
|
251 |
|
252 |
+
#### 2.0 - September 15, 2014
|
253 |
|
254 |
**Fixes**
|
255 |
|
266 |
|
267 |
- New FB configurations are now automatically tested.
|
268 |
|
269 |
+
#### 1.8.5 - December 3, 2013
|
270 |
* Fixed: Character encoding for scandinavian languages etc.
|
271 |
|
272 |
+
#### 1.8.4 - December 2, 2013
|
273 |
* Fixed: Empty events won't show
|
274 |
* Improved: a cache renewal is no longer required after changing the image size
|
275 |
* Improved: after changing important settings, cache will automatically be cleared
|
280 |
* Improved: added empty `index.php` files to prevent directory listings
|
281 |
* Improved: code clean-up
|
282 |
|
283 |
+
#### 1.8.3 - November 17, 2013
|
284 |
* Fixed: removed weird character between comment count and timestamp
|
285 |
|
286 |
+
#### 1.8.2 - November 17, 2013
|
287 |
* Fixed: some translated strings in settings pages were not printed.
|
288 |
* Improved: plugin file can no longer be access directly
|
289 |
* Improved: better plugin code loading
|
292 |
* Added: license file
|
293 |
* Updated Dutch translations
|
294 |
|
295 |
+
#### 1.8.1 - November 4, 2013
|
296 |
* Fixed: link previews without images not showing
|
297 |
* Added: filter `rfbp_show_link_images` to hide link preview images
|
298 |
* Improved: Link preview CSS
|
299 |
|
300 |
+
#### 1.8 - November 3, 2013
|
301 |
* Added: previews of attached links, with image and short description (like Facebook)
|
302 |
* Added: Translation files
|
303 |
* Added: Dutch translations
|
304 |
* Improved: Moved cache time to a filter.
|
305 |
* Improved: Removed `session_start()` call.
|
306 |
|
307 |
+
#### 1.7.3 - October 28, 2013
|
308 |
* Added: `rfbp_read_more` filter.
|
309 |
* Added: `rfbp_content` filter.
|
310 |
* Added: option to unhook `wpautop` from `rfbp_content` filter.
|
311 |
|
312 |
+
#### 1.7.2 - October 18, 2013
|
313 |
* Fixed: No posts showing up for Scandinavian languages
|
314 |
* Improved: Links will no longer show up twice
|
315 |
* Added: Conversion of common smileys
|
316 |
|
317 |
+
#### 1.7.1 - October 17, 2013
|
318 |
* Fixed: fetching posts from wrong Facebook page. Sorry for the quick version push.
|
319 |
* Improved: default CSS
|
320 |
|
321 |
+
#### 1.7 - October 16, 2013
|
322 |
* Fixed issue where strings with dots where turned into (broken) links.
|
323 |
* Improved: better linebreaks
|
324 |
* Improved: Now using WP Transients for caching
|
325 |
* Improved: Now using WP HTTP API for fetching posts, which allows for other transfer methods besides just cURL.
|
326 |
* Improved: No user access token is required any more. Access tokens will now *never* expire.
|
327 |
|
328 |
+
#### 1.6 - October 7, 2013
|
329 |
* Improved code performance and readability
|
330 |
* Improved usability of admin settings
|
331 |
* Improved: cleaner HTML output
|
338 |
|
339 |
**Important:** CSS Selectors and HTML output has changed in this version. If you're using custom styling rules you'll have to edit them after updating.
|
340 |
|
341 |
+
#### 1.5.3 - October 3, 2013
|
342 |
* Improved: Code improvement
|
343 |
* Improved: UI improvement, implemented some HTML5 fields
|
344 |
* Improved: Moved options page back to sub-item of Settings.
|
345 |
|
346 |
+
#### 1.5.2 - October 1, 2013
|
347 |
* Fixed: max-width in older browsers
|
348 |
|
349 |
+
#### 1.5.1 - September 20, 2013
|
350 |
* Improved: a lot of refactoring, code clean-up, etc.
|
351 |
* Improved: "open link in new window" option now applies to ALL generated links
|
352 |
|
353 |
+
#### 1.5
|
354 |
* Improved: huge performance improvement for retrieving posts from Facebook
|
355 |
* Improved: some code refactoring
|
356 |
* Improved: cache now automatically invalidated when updating settings
|
358 |
* Fixed: like and comment count no longer capped at 25
|
359 |
* Changed links to show your appreciation for the plugin.
|
360 |
|
361 |
+
#### 1.4
|
362 |
* Changed cache folder to the WP Content folder (outside of the plugin to prevent cache problems after updating the plugin).
|
363 |
* Added redirection fallbacks when headers have already been sent when trying to connect to Facebook.
|
364 |
* Fixed error message when cURL is not enabled.
|
365 |
* Improved some messages and field labels so things are more clear.
|
366 |
* Updated Facebook API class.
|
367 |
|
368 |
+
#### 1.3
|
369 |
* Added Facebook icon to WP Admin menu item
|
370 |
* Changed the connecting to Facebook process
|
371 |
* Improved error messages
|
376 |
* Fixed: Images not being shown when using "normal" as image source size
|
377 |
* Fixed: empty status updates (friends approved)
|
378 |
|
379 |
+
#### 1.2.3
|
380 |
* Changed the way thumbnail and normal image links are generated, now works with shared photos as well.
|
381 |
* Added read_stream permission, please update your access token.
|
382 |
* Added cache succesfully updated notice
|
383 |
|
384 |
+
#### 1.2.2
|
385 |
* Added option to hide images
|
386 |
* Added option to load either thumbnail or normal size images from Facebook's CDN
|
387 |
* Added border to image links
|
388 |
|
389 |
+
#### 1.2.1
|
390 |
* Fixed parameter app_id is required notice before being able to enter it.
|
391 |
|
392 |
+
#### 1.2
|
393 |
* Fixed: Reverted back to 'posts' instead of 'feed', to exclude posts from others.
|
394 |
* Fixed: undefined index 'count' when renewing cache file
|
395 |
* Fixed: wrong comment or like count for some posts
|
397 |
* Improved: error message when cURL is not enabled
|
398 |
* Improved: access token and cache configuration options are now only available when connected
|
399 |
|
400 |
+
#### 1.1.2
|
401 |
* Fixed: Added spaces after the like and comment counts in the shortcode output
|
402 |
|
403 |
+
#### 1.1.1
|
404 |
* Updated: Expanded installation instructions.
|
405 |
* Changed: Some code improvements
|
406 |
* Added: Link to Facebook numeric ID helper website.
|
407 |
* Added: Check if cache directory exists. If not the plugin will now automatically try to create it with the right permissions.
|
408 |
* Added: option to open link to Facebook Page in a new window.
|
409 |
|
410 |
+
#### 1.1
|
411 |
* Added: Shortcode to show a list of recent facebook updates in your posts: '[recent_facebook_posts]'
|
412 |
|
413 |
+
#### 1.0.5
|
414 |
* Added: More user-friendly error message when cURL is not enabled on your server.
|
415 |
|
416 |
+
#### 1.0.4
|
417 |
* Improved: The way the excerpt is created, words (or links) won't be cut off now
|
418 |
* Fixed: FB API Error for unknown fields.
|
419 |
* Added: Images from FB will now be shown too. Drop me a line if you think this should be optional.
|
420 |
|
421 |
+
#### 1.0.3
|
422 |
* Improved the way the link to the actual status update is created (thanks Nepumuk84).
|
423 |
* Improved: upped the limit of the call to Facebooks servers.
|
424 |
|
425 |
+
#### 1.0.2
|
426 |
* Fixed a PHP notice in the backend area when renewing cache and fetching shared status updates.
|
427 |
* Added option to show link to Facebook page, with customizable text.
|
428 |
|
429 |
+
#### 1.0.1
|
430 |
* Added error messages for easier debugging.
|
431 |
|
432 |
+
#### 1.0
|
433 |
* Added option to load some default CSS
|
434 |
* Added option to show like count
|
435 |
* Added option to show comment count
|
436 |
* Improved usability. Configuring Recent Facebook Posts should be much easier now due to testing options.
|
437 |
|
438 |
+
#### 0.1
|
439 |
* Initial release
|
440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
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.
|
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.9
|
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.9' );
|
36 |
define( 'RFBP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
|
37 |
|
38 |
/**
|
uninstall.php
CHANGED
@@ -8,4 +8,4 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
|
8 |
delete_transient( 'rfbp_posts' );
|
9 |
delete_transient( 'rfbp_posts_fallback' );
|
10 |
|
11 |
-
delete_option( 'rfb_settings' );
|
8 |
delete_transient( 'rfbp_posts' );
|
9 |
delete_transient( 'rfbp_posts_fallback' );
|
10 |
|
11 |
+
delete_option( 'rfb_settings' );
|