WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.0.32

Version Description

  • Important: Facebook API has been changed on without any warning, and now it does not allow bringing posts from public groups.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Facebook Feed – Custom Facebook Feed Plugin
Version 1.0.32
Comparing to
See all releases

Code changes from version 1.0.31 to 1.0.32

admin/views/FFWDViewInfo_ffwd.php CHANGED
@@ -681,6 +681,44 @@ class FFWDViewInfo_ffwd
681
  </td>
682
  </tr>
683
  </tbody>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
684
  <!-- fb type page -->
685
  <tbody id="<?php echo WD_FB_PREFIX; ?>_type_page"
686
  style="display:<?php echo($type == 'page' ? 'table-row-group' : 'none'); ?>;">
681
  </td>
682
  </tr>
683
  </tbody>
684
+ <tbody id="ffwd_group_warning"
685
+ style="display: <?php echo $type == 'group' ? 'block' : 'none' ?>;">
686
+ <tr>
687
+ <td colspan="2">
688
+
689
+ <div style="width:99%" class="">
690
+ <div class="ffwd_error" style="">
691
+ <p>Facebook API has been changed recently, and now it does not allow
692
+ bringing posts from public groups. You can find more information about
693
+ this <a target="_blank"
694
+ href="https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes/">here</a>.
695
+ </p>
696
+ </div>
697
+ </div>
698
+ </td>
699
+ </tr>
700
+ </tbody>
701
+
702
+ <tbody id="ffwd_profile_warning"
703
+ style="display: <?php echo $type == 'profile' ? 'block' : 'none' ?>;">
704
+ <tr>
705
+ <td colspan="2">
706
+
707
+ <div style="width:99%" class="">
708
+ <div class="ffwd_error" style="">
709
+ <p>According to Facebook's privacy policy, unfortunately, it is not possible
710
+ to display posts from a personal profile. Facebook API provides data
711
+ about public Facebook pages only.</p><br>
712
+ <p>If you have a Facebook feed of a profile which represents your business
713
+ or organization, it is recommended to <a target="_blank" href="https://www.facebook.com/help/175644189234902/">switch the profile to a public</a>
714
+ page. Additionally, using Facebook pages over profiles brings many
715
+ advantages and benefits.</p>
716
+ </div>
717
+ </div>
718
+ </td>
719
+ </tr>
720
+ </tbody>
721
+
722
  <!-- fb type page -->
723
  <tbody id="<?php echo WD_FB_PREFIX; ?>_type_page"
724
  style="display:<?php echo($type == 'page' ? 'table-row-group' : 'none'); ?>;">
css/ffwd_tables.css CHANGED
@@ -1088,4 +1088,21 @@ span.no {
1088
  a.button-primary
1089
  {
1090
  color: #FFFFFF !important;
1091
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1088
  a.button-primary
1089
  {
1090
  color: #FFFFFF !important;
1091
+ }
1092
+
1093
+ div.ffwd_error {
1094
+ color: #a94442;
1095
+ background-color: #f2dede;
1096
+ padding: 15px;
1097
+ margin-bottom: 20px;
1098
+ border: 1px solid #ebccd1;
1099
+ border-radius: 4px;
1100
+ font-size:15px
1101
+ }
1102
+
1103
+ .ffwd_error p,
1104
+ .ffwd_error a
1105
+ {
1106
+ margin: 0 !important;
1107
+ font-size: 14px;
1108
+ }
facebook-feed-wd.php CHANGED
@@ -3,8 +3,8 @@
3
  /**
4
  * Plugin Name: WD Facebook Feed
5
  * Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
6
- * Description: WD Facebook Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
- * Version: 1.0.31
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -1000,7 +1000,7 @@ if ( !function_exists('wd_bps_install_notice_status') ) {
1000
 
1001
  function ffwd_version() {
1002
 
1003
- $version = '1.0.31';
1004
 
1005
  if ( get_option( 'ffwd_version' ) === false ) {
1006
  add_option( 'ffwd_version', $version );
3
  /**
4
  * Plugin Name: WD Facebook Feed
5
  * Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
6
+ * Description:WD Facebook Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
+ * Version: 1.0.32
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
1000
 
1001
  function ffwd_version() {
1002
 
1003
+ $version = '1.0.32';
1004
 
1005
  if ( get_option( 'ffwd_version' ) === false ) {
1006
  add_option( 'ffwd_version', $version );
js/ffwd.js CHANGED
@@ -1,13 +1,21 @@
1
  function spider_ajax_save(wd_fb_prefix) {
2
  var current_id = jQuery("#current_id").val(),
3
  published = jQuery("input[name=published]:checked").val();
 
 
 
 
 
 
 
 
 
4
 
5
  /* Get params for facebook call */
6
  var ffwd_nonce = jQuery("#ffwd_nonce").val(),
7
  name = jQuery("#name").val(),
8
  update_mode = jQuery("input[name=update_mode]:checked").val(),
9
 
10
- fb_type = jQuery("#"+wd_fb_prefix+"_type").val(),
11
  content_url = '',
12
  exist_access = 1,
13
  content_type = jQuery("input[name="+wd_fb_prefix+"_content_type]:checked").val(),
@@ -314,6 +322,18 @@ function choose_fb_content_type(wd_fb_prefix, value) {
314
  jQuery('#'+wd_fb_prefix+'_content_'+value).attr('checked', 'checked');
315
  jQuery('#'+wd_fb_prefix+'_content_type_'+value).show();
316
 
 
 
 
 
 
 
 
 
 
 
 
 
317
 
318
 
319
  if (jQuery('#ffwd_type').val() != 'group') {
1
  function spider_ajax_save(wd_fb_prefix) {
2
  var current_id = jQuery("#current_id").val(),
3
  published = jQuery("input[name=published]:checked").val();
4
+ fb_type = jQuery("#" + wd_fb_prefix + "_type").val();
5
+ switch (fb_type) {
6
+ case 'profile' :
7
+ case 'group' :
8
+ alert('Facebook API has been changed recently, and now it does not allow bringing posts from public groups')
9
+ return false;
10
+ break;
11
+
12
+ }
13
 
14
  /* Get params for facebook call */
15
  var ffwd_nonce = jQuery("#ffwd_nonce").val(),
16
  name = jQuery("#name").val(),
17
  update_mode = jQuery("input[name=update_mode]:checked").val(),
18
 
 
19
  content_url = '',
20
  exist_access = 1,
21
  content_type = jQuery("input[name="+wd_fb_prefix+"_content_type]:checked").val(),
322
  jQuery('#'+wd_fb_prefix+'_content_'+value).attr('checked', 'checked');
323
  jQuery('#'+wd_fb_prefix+'_content_type_'+value).show();
324
 
325
+ if (jQuery('#ffwd_type').val() == 'group') {
326
+ jQuery('#ffwd_profile_warning').hide();
327
+ jQuery('#ffwd_group_warning').show();
328
+ }
329
+ else if (jQuery('#ffwd_type').val() == 'profile') {
330
+ jQuery('#ffwd_profile_warning').show();
331
+ jQuery('#ffwd_group_warning').hide();
332
+ } else {
333
+ jQuery('#ffwd_profile_warning').hide();
334
+ jQuery('#ffwd_group_warning').hide();
335
+
336
+ }
337
 
338
 
339
  if (jQuery('#ffwd_type').val() != 'group') {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: customizable facebook feed, facebook, facebook events, facebook feed, face
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 4.9
7
- Stable tag: 1.0.31
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -19,47 +19,88 @@ WD Facebook Feed is a comprehensive tool for displaying Facebook feed, events an
19
  [User Guide](https://web-dorado.com/wordpress-facebook-feed/installing.html)
20
  [Support Forum](https://web-dorado.com/forum/facebook-feed-wd.html)
21
 
22
- Do you plan to make your website more social? Do you want to include Facebook feeds based on a page/public group/your profile within a few steps? Do you want to control the content length, type and styling? WordPress Facebook feed plugin will offer these and hundreds of other options to create and publish custom feeds on your WordPress website. WD Facebook Feed is a comprehensive Facebook integration tool for displaying responsive Facebook feeds, events and photos in your website. With this plugin you will be able to display content from any Facebook fan page, public group and your profile (Pro version). Using this WordPress Facebook plugin you can constantly refresh your feed: either removing old content and replacing it with fresh posts or adding-up to the existing list of posts.
23
- You can set the number of posts to be displayed.
24
 
25
- You can show feeds in posts/pages using WordPress Facebook feed plugin shortcode or display them in widget area using the widget.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- The number of displayed Facebook feeds per each post/page is unlimited. You can add Facebook feeds based on different pages, groups and profile (Pro) within the same page. For Facebook pages and Facebook groups you can choose the user roles whose posts will be shared- page owner/ group admin, group member/page fans or both. Hashtags and mentions included in posts will be preserved. Facebook albums will be displayed with thumbnails which open up in lightbox. High-resolution lightbox images will be accompanied with filmstrip(Pro version), which will turn the standard display of images into an elegant Facebook gallery. The Facebook page plugin comes with a number of great features and functionality to allow you create anything from free simple feeds to custom feeds, including Facebook group events, Facebook likebox, Facebook feed gallery and more to increase engagement of your Facebook fans.
28
- In other words, WD Facebook Feed is a great social plugin for all those who need to display their social media feed on WordPress website, keep in constant touch with Facebook followers. This powerful, but at the same time easy custom solution will allow you to take your social networking to the next level by creating and publishing stylish Facebook feeds in just a few minutes.
29
- To make appearance and overall design changes you can use Themes (available with Pro version) . This section uses different style sets for each layout.
30
 
31
  ###IMPORTANT:
32
  If you think you found a bug in WD Facebook Feed or have any problem/question concerning this plugin, please check out [Support Forum](https://wordpress.org/support/plugin/wd-facebook-feed) . If you do not find a solution here, do not hesitate to [click here to contact us](https://web-dorado.com/support/contact-us.html).
33
 
34
- = Main features of WD Facebook Feed: =
35
-
36
- * Responsive layout
37
- * Page feeds
38
- * Public Group feeds
39
- * Auto-update for feeds based on provided time interval
40
- * Unlimited display of customizable Facebook feeds per page/post
41
- * Custom display for descriptions, comments, Facebook likes and shares
42
- * Page information (Page Plugin) display
43
- * Full-width and custom dimension lightbox support
44
- * Detailed event display with featured image
45
- * 15 lightbox effects
46
- * Top Level and Stream type comment display
47
- * Load More and pagination options
48
- * Facebook redirection option
49
- * Facebook WD simple shortcode for inserting to page and posts
50
- * Facebook feed widget
51
-
52
- Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html) to get access to:
53
-
54
- * Profile Feed
55
- * Specific content feeds, where you can choose to display only single type of content from your Facebook wall (photos, videos, albums, events ) * Show Facebook share buttons * Advanced lightbox with comments and more
56
- * Filmstrip for lightbox
57
- * Themes to change styles and colors for each view
58
- * Multiple layouts - album view for albums, masonry and thumbnail views for Facebook videos and photos, BlogStyle and thumbnail view for Facebook events
59
- * Social sharing for feed to Google Plus, Twitter and Facebook
60
 
61
  == Changelog ==
62
 
 
 
63
 
64
  = 1.0.31 =
65
  * Fixed: Bug on autoupdate
@@ -196,167 +237,125 @@ After downloading the ZIP file of the plugin,
196
  3. Click "Choose file" ("Browse") and select the downloaded zip file of the plugin.
197
  4. Click "Install Now" button.
198
  5. Click "Activate Plugin" button for activating WD Facebook Feed.
199
- 6. If the installation does not succeed, please contact us at [support@web-dorado.com](mailto:support@web-dorado.com).
200
-
201
- == WD Facebook Feed User Manual ==
202
-
203
- = Installation =
204
-
205
- You can install WD Facebook Feed via WordPress backend and via FTP.
206
-
207
- Installing via WordPress
208
- Go to Dashboard>Plugins> Add New>Upload.
209
- Choose plugin file Install and activate it.
210
-
211
- Installing via FTP
212
- Unzip the plugin folder and upload it into wp-content>plugins.
213
-
214
 
 
215
 
216
- = Options =
217
- Firstly you need to configure Options of the plugin and therefore Go to WD Facebook Feed>Options.
218
-
219
- App ID and App Secret Key:
220
- Navigate to Facebook Developers Apps .
221
- If you already have an account press Login button:
222
- If you are new to this system press Login, fill in your Facebook details and further proceed pressing Register button:
223
- A pop-up will come up asking you to agree on terms of usage and privacy. Accept the terms and proceed with next step by filling in your phone number to receive a confirmation code:
224
- Fill in the confirmation code and press Register button.
225
- A success message will pop-up confirming your registration:
226
- When you’re done with registration, you can start creating your first application. Press on My apps navigation arrow next to your profile icon and choose Add a New App.
227
- A screen will pop where you can choose the application platform. Here press on Basic setup button below:
228
- Here fill in application display name, email and choose category for the app. And press Create App ID button.
229
- Navigate to Developer dashboard, where both the App ID and App Secret Key will be appear. If Secret Key is not visible press Show button.
230
- Facebook login / logout. Press to login with provided application details to use content from your user data.
231
- Feed auto-update interval. You can define the period of time to update the Facebook feed embedded in your website(minimum is 30 second).
232
- Timezone. Since Facebook will display post time based on timezone, here you can change it from your default timezone to a custom one.
233
- Date format for posts. Set date format while displaying posts from profile, group or page.
234
- Date format for events. Set date format while displaying Facebook events.
235
-
236
-
237
- = Creating a Facebook Feed =
238
- Go to WD Facebook Feed>Facebook Feed.
239
-
240
- For each feed there are several options which are grouped in tabs: Main, Lightbox Settings, Comments, Page Plugin and Events.
241
-
242
-
243
- Main Settings
244
-
245
- First name your feed and choose its type (page, group or profile). For pages you should provide page URL (e.g. https://www.facebook.com/WebDorado), for groups Group ID (to get your Group ID copy the group URL and paste it to https://lookup-id.com/ and press Lookup button). For profile you should login at Options section to use your profile data.
246
-
247
- While creating feeds you can either display timeline with specific type of data (image, video, status,links and events) or choose only one type.
248
-
249
- Timeline
250
-
251
- You can display in your website the posts from the page/group/profile owner either from anyone. Next set the number of posts to be displayed. You can choose not to update the feed - just importing defined number of posts once. You can set auto update to be syncron with your Facebook posts keeping old ones or just updating to latest.
252
-
253
-
254
- Timeline supports Blog Style view for the content display.
255
 
 
256
 
257
- Specific
258
 
259
- You can choose to display one of the following four content types- photos, videos, albums or events.
260
 
261
- The views for Specific contents differ depending on content type: for Photos and Videos you can use Thumbnails and Masonry View, for Albums you can use Album View, for Facebook page Events you can use Thumbnails View and Blog Style View.
262
 
 
263
 
 
 
 
 
 
264
 
265
- View settings
266
 
267
- For Page, Profile and Group Timelines, Events Blog Style View
268
 
269
- Theme. Choose the theme from the list.
270
- Width & Height. Set the width and height of the timeline.
271
- View style. Choose whether to show feed in Full width- descriptions below media elements(photo, video) or half width with all post content displayed within a single line.
272
- Enable the options from the list: Facebook likes, comments, share, message(description) or the same as caption, grouped share buttons or individual ones- Facebook button, Twitter button, Google+ button, author, post name, place name, feed name and Page Plugin (displays information about the page)
273
- Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
274
- Displayed posts can open up in lightbox, get redirected or have no action when pressed.
275
 
 
 
 
 
 
276
 
277
- For images, videos and events
278
 
279
- You can choose the feed theme. Then you can define thumbnail dimensions (for thumbnail view), image width(masonry view), masonry type (for masonry view), set limitation on maximum number of photo column. If content area could include defined number of columns then it will be displayed.
280
- You can choose to display/hide comments, likes, image name, feed name.
281
- In case of page you can enable Page Plugin which will display page information below or above the feed.
282
- Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
283
- Displayed posts can open up in lightbox, get redirected or have no action when pressed.
284
 
 
 
285
 
286
- For page and profile albums
287
 
288
- You can choose the FB feed theme. Then you can define thumbnail dimensions for album thumbnails and gallery thumbnails included in albums, set maximum number of album columns. If content area could include defined number of columns then it will be displayed.
289
- You can choose when to display/hide the album title: while hovered, always or not display the album title at all.
290
- In case of page you can enable Page Plugin which will display page information below or above the simple Facebook feed.
291
- Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
292
- Displayed posts can open up in lightbox, get redirected or have no action when pressed
293
 
 
 
294
 
295
- Post
296
- At this subsection you can define the maximum post description/caption text and choose whether to link it to Facebook or not to do so.
297
-
 
298
 
 
299
 
 
 
 
300
 
301
- Lightbox settings
302
 
303
- Lightbox option is not restricted to albums and images. Videos and events can also be shown within the lightbox.
304
 
305
- Full width lightbox. The output of the full width lightbox will be a large lightbox covering entire display of the used device.
306
- Lightbox dimensions. If you opt for fixed-size lightbox you need to provide its dimensions.
307
- Lightbox effect. There are 15 possible lightbox effects for image transactions . You can choose one of them or skip it setting lightbox effect to none.
308
- Lightbox autoplay. Autoplay will change images within given time interval.
309
- Time interval. Set time which will be applied for shifting images in lightbox.
310
- Open comment box. Choose whether to display comments of the image/video/event in lightbox or not.
311
- Show filmstrip in lightbox. By enabling filmstrip you will display small thumbnails of images/videos included in album/timeline. When hitting a filmstrip thumbnail the user will get a chance to open up the corresponding image/video and continue lightbox navigation from there.
312
- In addition you can choose to display comments, likes, author, post name, control buttons, fullscreen, info and comments, message(description), Facebook button, Twitter button, Google+ button.
313
 
314
- Comments
315
- Comment display can be set to either standard structure of Facebook which displays only certain Top level comments without replies by default or set to Stream for all level comment display including replies. If you want to use Top level but give a function to show all replies then enable Show replies option. Comment feed can be set either in chronological or reverse chronological order.
316
 
317
- Page plugin
318
- You can set the position of the page plugin below or above the social feed. Choose whether to display page fans, set its width, display cover photo and small header for the information.
319
 
320
- Events
321
- For events display you can display event location( including street, city, country, zip and map), event date and define maximum length of the description.
 
 
 
 
322
 
 
323
 
324
- = Themes=
325
- Go to WD Facebook Feed>Themes.
326
 
327
- Here you can define main settings for different views. Depending on displayed content type the view options differ, e.g. for photos you can use masonry and thumbnails.
328
 
329
- Plugin includes builtin four themes, one of which is default. You can change the builtin theme or create your own theme. Anytime you can reset the theme parameters.
330
 
331
- Thumbnails. Configure options for thumbnail border, hover effect, transition, margin, padding, view and thumbnail background colors and transparency level, image alignment, image title options, Facebook like box and comment box options.
 
 
 
 
 
332
 
333
- Masonry. Configure options for masonry thumbnail border, padding, view and thumbnail background colors and transparency level, like and comment box options, hover effects, image description options.
334
 
335
- Compact Album. Configure options for thumbnail border, hover effect, transition, margin, shadow,padding, view and thumbnail background colors and transparency level, image title options, back button options.
336
 
337
- Blog Style. Configure options for comments box, Like, share, comment display, Facebook feed hashtags, image captions, location and dates, event, page, profile name and social feed overall settings.
338
 
339
- Lightbox Page. Configure options for lightbox background, control, toggle, close and navigation buttons, filmstrip options, events and story options,Like, share, comment display, hashtags and comments options.
340
 
341
- Navigation. Configure navigation button options, which will be used for masonry, thumbnail, compact album and blog style views.
342
 
 
343
 
344
- = Publishing Facebook Feed =
345
 
346
- You can publish Facebook Feed in a post/page or as a widget.
 
 
 
 
 
 
347
 
348
- Publishing in a Page/Post
349
- To publish the created feeds within a page or post you should use shortcode. Open the page/post from the back end. Press on the Add Facebook Feed button within the editor. Then select the feed and press Insert button.
350
 
351
- Publishing as a Widget
352
- Navigate to Appearance > Widgets.
353
 
354
- Scroll to WD Facebook Feed widget and assign it to a custom widget position choosing one of the available positions. Fill in the details and press Save button.
355
 
356
- Title. Provide a title for your Facebook Feed widgets.
357
- Feed. Select the FB feed which will be displayed as a widget.
358
- View. Choose the display view for the feed. Depending on feed this can be blog style, album, masonry and thumbnail view.
359
- Count. Set a constant number of posts which will be displayed with widget.
360
- Dimensions. Choose Facebook Feed widget dimensions.
361
- Theme. Choose the theme for the widget..
362
 
 
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 4.9
7
+ Stable tag: 1.0.32
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
19
  [User Guide](https://web-dorado.com/wordpress-facebook-feed/installing.html)
20
  [Support Forum](https://web-dorado.com/forum/facebook-feed-wd.html)
21
 
22
+ Integrating customized content to your WordPress website from Facebook can't be any easier when using Facebook Feed WD plugin. It provides features to display a wide range of content from any page with full control over the content length, type and styling.
 
23
 
24
+ Whether you want to display an entire timeline of the feed with all its content, or just specific photos, videos, events, links and statuses from it, you can easily do that by choosing the desired post type you want to display. Each of the content type has its display views available and its own set of settings that you can fully customize.
25
+
26
+ The plugin features a powerful lightbox which supports filmstrip display (Premium version), 15 transition effects and can display the feed photos in a pop-up window. Configure the settings for lightbox and comments in just a few clicks.The feeds are inserted into the posts and pages with a shortcode and are mobile responsive.
27
+
28
+ **Benefits**
29
+
30
+ * **No feed limitations** - Facebook Feed WD lets you display unlimited number of feeds on every post and page. You can have different feeds based Facebook pages within the same page or post.
31
+ * **User engagement** - Facebook is a social media giant and most probably a great majority of your site visitors uses it on a daily basis. Displaying feeds with relevant content is definitely going to increase user engagement of your posts and have your visitors stay on your website way longer.
32
+ * **Go social** - Your posts might be really interesting and engaging, but a little bit of content from Facebook won't do any harm. You can support your posts with relevant content from Facebook and actually make your posts and pages look more interesting and fun.
33
+ * **Filter out desired content** - Facebook is a great source of information, but sometimes there is just too much of the stuff that's not relevant to your website or you simply don't want to show in your posts. With the premium version of Facebook Feed WD you can choose specific content types you want your visitors to see and engage with, such as photos, videos, albums and events.
34
+ * **Customization** - There are wide range of feed customizing options in the plugin to make sure your feeds don't look boring. Depending on the content type you want to display you can choose between different layout options. Also if you're using the premium version of the plugin there are various themes available that you can apply to the feeds.
35
+ * **Be in Charge** - Facebook Feed WD is giving you full control over the content you want to display. You can choose posts' user roles, the number of the posts displayed on the page, the length of the posts, feed update option, enable social sharing buttons, and many more.
36
+ * **Awesome support at your disposal** - The team behind Facebook Feed WD provides timely and effective support to all its users. We keep standards high and response time low.
37
+
38
+ **What&#39;s in it**
39
+
40
+ **RESPONSIVE LAYOUT**
41
+
42
+ Displayed feeds are responsive and scale perfectly to any screen.
43
+
44
+ **UNLIMITED FEEDS**
45
+
46
+ You can display as many feeds within the same post or page. Moreover, the feeds can be based on different Facebook pages.
47
+
48
+ **FEED AUTO UPDATE**
49
+
50
+ Specify the feed update interval, and the feed content will be automatically updated within the provided time period. You can also choose feed update option, whether the old posts are removed when the new ones are added, or the old ones are displayed together with the new ones.
51
+
52
+ **FACEBOOK WIDGET**
53
+
54
+ You can insert the feeds into your posts or pages using the provided shortcode, or display the feeds with the widget on the sidebar areas of your website. All the feed options, including feed view, number of posts,and the theme can be configured for the widget as well.
55
+
56
+ **MULTIPLE FEED LAYOUTS**
57
+
58
+ Facebook Feed WD comes with a number of feed display layouts - Album view for albums, Masonry and Thumbnail views for Facebook videos and photos, BlogStyle and Thumbnail view for Facebook events. The view options are available in the premium version, and vary depending on the content type you want to display.
59
+
60
+ **THEMES**
61
+
62
+ The users of the premium version will find four themes that they can apply to the feeds. The free version uses the default theme. All the parameters of the themes can be configured and reset any time.
63
+
64
+ **POWERFUL LIGHTBOX**
65
+
66
+ The plugin features an advanced lightbox which supports full-width view and 15 transition effects. The premium version of the plugin also support filsmtrip view within the widget.
67
+
68
+ **SOCIAL SHARING**
69
+
70
+ Social sharing feature is available in the premium version of the plugin, and it will let your site visitors share the feeds on Google+, Twitter and Facebook.
71
+
72
+
73
+
74
+ **SETTINGS/CUSTOMIZATION**
75
+ *Some customizations described here are available in Premium version. Please refer to premium feature summary below.*
76
+
77
+ To have Facebook Feed WD plugin up and running you have to create an app on Facebook. This is a required step by Facebook, but it's pretty easy once you check the plugin's user guide. Under the plugin's general options you provide Facebook app ID and secret, and then you can specify the feed auto update interval, choose the date format for posts and events, and more.
78
+
79
+ Adding feeds is just a matter of a few clicks. You just click on the **Add new** button from the feeds section of the plugin, and a new window with four setting tabs will open, including settings for the feed, lightbox, comments and events. From the main feed settings you set the page to create a feed with. Under the main settings you can also choose whether you display the whole timeline of the feed, or choose to display only specific content, such as only photos, videos, links or events.
80
+
81
+ With a Facebook page feed, you can filter out the content based on user roles, and show posts and updates only from the page owner or other users from the group, or both. There is a long list of the lightbox settings you can enable, including social share buttons, showing comments, playing filmstrip, and more. The comments settings mainly include choosing comment filtering option, whether its top level or stream, with the former being the same structure as in Facebook and the latter including all-level comments. Here you can also enable showing the comment replies and choose commenting order.
82
+
83
+
84
+ **[Premium version adds](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html)**
85
+
86
+ * Specific content feeds, where you can choose to display only single type of content from your Facebook wall (photos, videos, albums, events)
87
+ * Show Facebook share buttons
88
+ * Advanced lightbox with comments
89
+ * Filmstrip for lightbox
90
+ * Themes to change styles and colors for each view
91
+ * Multiple layouts – album view for albums, masonry and thumbnail views for Facebook videos and photos, BlogStyle and thumbnail view for Facebook events
92
+ * Social sharing for feed to Google Plus, Twitter and Facebook
93
 
 
 
 
94
 
95
  ###IMPORTANT:
96
  If you think you found a bug in WD Facebook Feed or have any problem/question concerning this plugin, please check out [Support Forum](https://wordpress.org/support/plugin/wd-facebook-feed) . If you do not find a solution here, do not hesitate to [click here to contact us](https://web-dorado.com/support/contact-us.html).
97
 
98
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  == Changelog ==
101
 
102
+ = 1.0.32 =
103
+ * Important: Facebook API has been changed on without any warning, and now it does not allow bringing posts from public groups.
104
 
105
  = 1.0.31 =
106
  * Fixed: Bug on autoupdate
237
  3. Click "Choose file" ("Browse") and select the downloaded zip file of the plugin.
238
  4. Click "Install Now" button.
239
  5. Click "Activate Plugin" button for activating WD Facebook Feed.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
 
241
+ If the installation does not succeed, please contact us at [support@web-dorado.com](mailto:support@web-dorado.com).
242
 
243
+ == Frequently Asked Questions ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
 
245
+ = What does Facebook Feed plugin do? =
246
 
247
+ **Facebook Feed WD** is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
248
 
249
+ The plugin comes with a number of great features and functionality. Add as many feeds as you want and easily display content from your Facebook page in any posts or pages using shortcodes.
250
 
251
+ = How can I create a Facebook feed with this plugin? =
252
 
253
+ To configure a feed with Facebook Feed WD plugin, navigate to **Facebook Feed WD > Feeds** page.
254
 
255
+ Each feed includes various options which are grouped in tabs:
256
+ * Main,
257
+ * Lightbox Settings,
258
+ * Comments,
259
+ * Events.
260
 
261
+ First, name your feed and set the **URL** of your Facebook page, for example:
262
 
263
+ *https://www.facebook.com/examplepage*
264
 
265
+ While creating feeds, you can display the full timeline of all posts, or with specific type of data:
 
 
 
 
 
266
 
267
+ * Photos,
268
+ * Videos,
269
+ * Statuses,
270
+ * Links,
271
+ * Events.
272
 
273
+ = What kind of content can I display with my Facebook feed? =
274
 
275
+ Using Facebook Feed WD plugin, you can display full **Timeline** of your Facebook page, as well as **Specific** data, such as only photos or videos. Use **Content Type** option under **Feed Settings** to select this.
 
 
 
 
276
 
277
+ **Timeline**
278
+ With this content type, you can display all posts from the page. Set the number of posts to be displayed. You can choose not to update the feed, and just import selected number of posts once.
279
 
280
+ Furthermore, you can configure auto-update to sync your feeds with new posts from your Facebook page.
281
 
282
+ Using Timeline content type, you are able to showcase your posts using stunning **Blog Style layout** of Facebook Feed WD plugin.
 
 
 
 
283
 
284
+ **Specific**
285
+ Display only photos or videos, albums or events of your Facebook page, using **Specific** content type. You can choose one of the following four options:
286
 
287
+ * Photos,
288
+ * Videos,
289
+ * Albums,
290
+ * Events.
291
 
292
+ The layouts you can use for Specific feeds differ depending on content type.
293
 
294
+ * **Photos** and **Videos** can be showcased with **Thumbnails** and **Masonry** layouts,
295
+ * For **Albums** you can use **Album** layout,
296
+ * For **Events** you can pick between **Thumbnails** and **Blog Style.**
297
 
298
+ = How do I publish Facebook Feed on my website? =
299
 
300
+ You can publish Facebook Feed on a **post** or **page,** as well as with a **widget.**
301
 
302
+ **Publishing on Pages and Posts**
303
+ To showcase the created feeds on a page or post, you need to use the **shortcode** of Facebook Feed WD. Add or edit the page or post, where you need to have your Facebook feed. Press **Add Facebook Feed** button and select the feed.
 
 
 
 
 
 
304
 
305
+ After pressing **Insert** button, the shortcode will be added to the content of your page or post.
 
306
 
307
+ **Publishing as a Widget**
308
+ Navigate to **Appearance > Widgets** page to begin configuring a Facebook feed widget. Find **Facebook Feed WD widget** and drag it to the necessary widget area. Fill in the following settings and press **Save.**
309
 
310
+ * **Title.** Set a title for your Facebook feed widget.
311
+ * **Feed.** Select the feed which you wish to showcase.
312
+ * **View.** Choose the layout for the feed. Depending on feed content type, this can be set to Blog Style, Album, Masonry and Thumbnails.
313
+ * **Count.** Set a constant number of posts which will be displayed with the widget.
314
+ * **Dimensions.** Define the dimensions of Facebook feed widget.
315
+ * **Theme.** Select the theme for the widget.
316
 
317
+ = How can I change the appearance of Facebook feeds? =
318
 
319
+ **Premium** version of Facebook Feed WD plugin lets you change the appearance of the feeds using its **Themes.** Navigate to **Facebook Feed WD > Themes** page to make modifications.
 
320
 
321
+ WordPress Facebook Feed plugin includes **7 built-in themes,** one of which is set to be the default. You can modify these themes or create a new one. You have the option to reset the theme options to their defaults anytime.
322
 
323
+ Each theme provided by Facebook Feed WD plugin consists of the following sections:
324
 
325
+ * **Thumbnails.** Configure options for thumbnail border, hover effect, transition, margin, padding, view and thumbnail background colors and transparency level, image alignment, image title options, like and comment box options.
326
+ * **Masonry.** Configure options for masonry thumbnail border, padding, view and thumbnail background colors and transparency level, like and comment box options, hover effects, image description options.
327
+ * **Compact Album.** Configure options for thumbnail border, hover effect, transition, margin, shadow, padding, view and thumbnail background colors and transparency level, image title options, back button options.
328
+ * **Blog Style.** Configure options for comments box, Like, share, comment display, hashtags, image captions, location and dates, event, page, profile name and feed overall settings.
329
+ * **Lightbox Page.** Configure options for lightbox background, control, toggle, close and navigation buttons, filmstrip options, events and story options,Like, share, comment display, hashtags and comments options.
330
+ * **Navigation.** Configure navigation button options, which will be used for masonry, thumbnail, compact album and blog style views.
331
 
332
+ = How can I display comments in the feed? =
333
 
334
+ Comments can appear with the standard structure of Facebook, which displays only **Top level** comments without replies, as well as **Stream,** which shows both the comments and their replies.
335
 
336
+ If you want to use Top level but give a function to show all replies then enable **Show replies** option. Comment feed can be set either in chronological or reverse chronological order.
337
 
 
338
 
339
+ = Can I modify the appearance of the lightbox? =
340
 
341
+ Lightbox of Facebook Feed WD plugin can be used for albums, images, videos, and events. You can change the style of the lightbox from **Facebook Feed WD > Themes** page.
342
 
343
+ Furthermore, you can modify the features of it using **Lightbox Settings** tab inside your feed.
344
 
345
+ * **Full width lightbox.** The output of the full width lightbox will be a large lightbox covering entire display of the used device.
346
+ * **Lightbox dimensions.** If you opt for fixed-size lightbox you need to configure its dimensions.
347
+ * **Lightbox effect.** There are 15 lightbox effects for image transitions. You can choose one of them or skip it, setting lightbox effect to **None.**
348
+ * **Lightbox autoplay.** Autoplay will change images within given time interval.
349
+ * **Time interval.** Set time which will be applied for shifting images in lightbox.
350
+ * **Open comment box.** Choose whether to display comments of the image/video/event in lightbox or not.
351
+ * **Show filmstrip in lightbox.** By enabling filmstrip you will display small thumbnails of images/videos included in album/timeline. When hitting a filmstrip thumbnail the user will get a chance to open up the corresponding image/video and continue lightbox navigation from there.
352
 
353
+ In addition, you can display comments on the lightbox, likes, author, post name, and much more.
 
354
 
355
+ = My Facebook page feed doesn't display anything. How can this be fixed? =
 
356
 
357
+ The feed might not be working correctly because the page you are trying to display with Facebook Feed WD plugin has **age** or **country restrictions.**
358
 
359
+ Unfortunately, this cannot be controlled by Facebook Feed WD, since Facebook API does not provide data about pages with restrictions.
 
 
 
 
 
360
 
361
+ Therefore, please make sure to remove the restrictions, and try again.