WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.1.6

Version Description

  • Fixed: Minor bug.
Download this release

Release Info

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

Code changes from version 1.1.5 to 1.1.6

admin/controllers/FFWDControllerUninstall_ffwd.php CHANGED
@@ -19,15 +19,15 @@ class FFWDControllerUninstall_ffwd
19
 
20
 
21
  global $ffwd_options;
22
- if (!class_exists("DoradoWebConfig")) {
23
  include_once(WD_FFWD_DIR . "/wd/config.php");
24
  }
25
- if (!class_exists("DoradoWebDeactivate")) {
26
  include_once(WD_FFWD_DIR . "/wd/includes/deactivate.php");
27
  }
28
- $config = new DoradoWebConfig();
29
  $config->set_options($ffwd_options);
30
- $deactivate_reasons = new DoradoWebDeactivate($config);
31
  //$deactivate_reasons->add_deactivation_feedback_dialog_box();
32
  $deactivate_reasons->submit_and_deactivate();
33
  }
19
 
20
 
21
  global $ffwd_options;
22
+ if (!class_exists("TenWebLibConfig")) {
23
  include_once(WD_FFWD_DIR . "/wd/config.php");
24
  }
25
+ if (!class_exists("TenWebLibDeactivate")) {
26
  include_once(WD_FFWD_DIR . "/wd/includes/deactivate.php");
27
  }
28
+ $config = new TenWebLibConfig();
29
  $config->set_options($ffwd_options);
30
+ $deactivate_reasons = new TenWebLibDeactivate($config);
31
  //$deactivate_reasons->add_deactivation_feedback_dialog_box();
32
  $deactivate_reasons->submit_and_deactivate();
33
  }
changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  == Changelog ==
2
 
 
 
 
3
  = 1.1.5 =
4
  * Changed: Links to 10Web.io.
5
 
1
  == Changelog ==
2
 
3
+ = 1.1.6 =
4
+ * Fixed: Minor bug.
5
+
6
  = 1.1.5 =
7
  * Changed: Links to 10Web.io.
8
 
facebook-feed-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Facebook Feed by 10Web
5
  * Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/
6
  * Description: Facebook Feed by 10Web is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
- * Version: 1.1.5
8
  * Author: 10Web
9
  * Author URI: https://10web.io/plugins/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -15,7 +15,7 @@ define( 'WD_FFWD_URL', plugins_url( plugin_basename( dirname( __FILE__ ) ) ) );
15
  define( 'WD_FFWD_PRO', true );
16
  define( 'WD_FB_PREFIX', 'ffwd' );
17
  if (! defined( 'FFWD_VERSION' ) ){
18
- define ('FFWD_VERSION',"1.1.5");
19
  }
20
 
21
  add_action('admin_notices', 'ffwd_login_notice');
4
  * Plugin Name: Facebook Feed by 10Web
5
  * Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/
6
  * Description: Facebook Feed by 10Web is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
+ * Version: 1.1.6
8
  * Author: 10Web
9
  * Author URI: https://10web.io/plugins/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
15
  define( 'WD_FFWD_PRO', true );
16
  define( 'WD_FB_PREFIX', 'ffwd' );
17
  if (! defined( 'FFWD_VERSION' ) ){
18
+ define ('FFWD_VERSION',"1.1.6");
19
  }
20
 
21
  add_action('admin_notices', 'ffwd_login_notice');
frontend/views/FFWDViewPopupBox.php CHANGED
@@ -1188,9 +1188,11 @@ if ($theme_row->lightbox_ctrl_btn_pos == 'top') {
1188
  ffwd_content_type = '<?php echo $ffwd_info->content_type; ?>',
1189
  ffwd_content = '<?php echo $content; ?>',
1190
  ffwd_from_album = <?php echo $from_album; ?>,
1191
- ffwd_date_timezone_offset = <?php echo $this->model->date_offset; ?>,
1192
- owner_info = JSON.parse('<?php echo $this->model->page_user_group; ?>'),
1193
- ffwd_options = JSON.parse('<?php echo stripslashes($this->model->get_option_json_data()); ?>'),
 
 
1194
  ffwd_enable_author = '<?php echo $enable_author; ?>';
1195
  ffwd_enable_place_name = '<?php echo $enable_place_name; ?>';
1196
 
@@ -1241,6 +1243,31 @@ if ($theme_row->lightbox_ctrl_btn_pos == 'top') {
1241
  $current_obj_link = $link;
1242
  $image_id_exist = TRUE;
1243
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1244
  ?>
1245
  data["<?php echo $j; ?>"] = [];
1246
  data["<?php echo $j; ?>"]["number"] = <?php echo $j + 1; ?>;
@@ -1253,20 +1280,20 @@ if ($theme_row->lightbox_ctrl_btn_pos == 'top') {
1253
  data["<?php echo $j; ?>"]["link"] = "<?php echo $link; ?>";
1254
  data["<?php echo $j; ?>"]["source"] ="<?php echo $source; ?>";
1255
  data["<?php echo $j; ?>"]["status_type"] = "<?php echo $status_type; ?>";
1256
- data["<?php echo $j; ?>"]["place"] = jQuery.parseJSON('<?php echo addslashes($place); ?>');
1257
- data["<?php echo $j; ?>"]["story_tags"] = jQuery.parseJSON('<?php echo addslashes($story_tags); ?>');
1258
- data["<?php echo $j; ?>"]["message_tags"] = jQuery.parseJSON('<?php echo addslashes($message_tags); ?>');
1259
  data["<?php echo $j; ?>"]["created_time"] = "<?php echo $created_time; ?>";
1260
  data["<?php echo $j; ?>"]["updated_time"] = "<?php echo $updated_time; ?>";
1261
  data["<?php echo $j; ?>"]["description"] = "<?php echo $description; ?>";
1262
  data["<?php echo $j; ?>"]["main_url"] = "<?php echo $main_url; ?>";
1263
  data["<?php echo $j; ?>"]["thumb_url"] = "<?php echo $thumb_url; ?>";
1264
  data["<?php echo $j; ?>"]["alt"] = "<?php echo $name; ?>";
1265
- data["<?php echo $j; ?>"]["name"] = "<?php echo $name; ?>";;
1266
- data["<?php echo $j; ?>"]["comments"] = jQuery.parseJSON('<?php echo addslashes($comments); ?>');
1267
- data["<?php echo $j; ?>"]["attachments"] = jQuery.parseJSON('<?php echo addslashes($attachments); ?>');
1268
- data["<?php echo $j; ?>"]["who_post"] = jQuery.parseJSON('<?php echo addslashes($who_post); ?>');
1269
- data["<?php echo $j; ?>"]["shares"] = jQuery.parseJSON('<?php echo addslashes($shares); ?>');
1270
  <?php
1271
  $j++;
1272
  }
1188
  ffwd_content_type = '<?php echo $ffwd_info->content_type; ?>',
1189
  ffwd_content = '<?php echo $content; ?>',
1190
  ffwd_from_album = <?php echo $from_album; ?>,
1191
+ ffwd_date_timezone_offset = <?php echo $this->model->date_offset; ?>;
1192
+ var owner_info = '<?php echo $this->model->page_user_group; ?>';
1193
+ owner_info = owner_info?JSON.parse(owner_info):'';
1194
+ var ffwd_options = '<?php echo stripslashes($this->model->get_option_json_data()); ?>';
1195
+ ffwd_options = ffwd_options?JSON.parse(ffwd_options):'';
1196
  ffwd_enable_author = '<?php echo $enable_author; ?>';
1197
  ffwd_enable_place_name = '<?php echo $enable_place_name; ?>';
1198
 
1243
  $current_obj_link = $link;
1244
  $image_id_exist = TRUE;
1245
  }
1246
+
1247
+ $attachments_data = "''";
1248
+ $place_data = "''";
1249
+ $story_tags_data = "''";
1250
+ $message_tags_data = "''";
1251
+ $comments_data = "''";
1252
+ $who_post_data = "''";
1253
+ $shares_data = "''";
1254
+
1255
+ if(!empty($attachments)){
1256
+ $attachments_data = "jQuery.parseJSON('".addslashes($attachments)."')";
1257
+ } if(!empty($place)){
1258
+ $place_data = "jQuery.parseJSON('".addslashes($place)."')";
1259
+ } if(!empty($story_tags)){
1260
+ $story_tags_data = "jQuery.parseJSON('".addslashes($story_tags)."')";
1261
+ } if(!empty($message_tags)){
1262
+ $message_tags_data = "jQuery.parseJSON('".addslashes($message_tags)."')";
1263
+ } if(!empty($comments)){
1264
+ $comments_data = "jQuery.parseJSON('".addslashes($comments)."')";
1265
+ } if(!empty($who_post)){
1266
+ $who_post_data = "jQuery.parseJSON('".addslashes($who_post)."')";
1267
+ } if(!empty($shares)){
1268
+ $shares_data = "jQuery.parseJSON('".addslashes($shares)."')";
1269
+ }
1270
+
1271
  ?>
1272
  data["<?php echo $j; ?>"] = [];
1273
  data["<?php echo $j; ?>"]["number"] = <?php echo $j + 1; ?>;
1280
  data["<?php echo $j; ?>"]["link"] = "<?php echo $link; ?>";
1281
  data["<?php echo $j; ?>"]["source"] ="<?php echo $source; ?>";
1282
  data["<?php echo $j; ?>"]["status_type"] = "<?php echo $status_type; ?>";
1283
+ data["<?php echo $j; ?>"]["place"] = <?php echo $place_data; ?>;
1284
+ data["<?php echo $j; ?>"]["story_tags"] = <?php echo $story_tags_data; ?>;
1285
+ data["<?php echo $j; ?>"]["message_tags"] = <?php echo $message_tags_data; ?>;
1286
  data["<?php echo $j; ?>"]["created_time"] = "<?php echo $created_time; ?>";
1287
  data["<?php echo $j; ?>"]["updated_time"] = "<?php echo $updated_time; ?>";
1288
  data["<?php echo $j; ?>"]["description"] = "<?php echo $description; ?>";
1289
  data["<?php echo $j; ?>"]["main_url"] = "<?php echo $main_url; ?>";
1290
  data["<?php echo $j; ?>"]["thumb_url"] = "<?php echo $thumb_url; ?>";
1291
  data["<?php echo $j; ?>"]["alt"] = "<?php echo $name; ?>";
1292
+ data["<?php echo $j; ?>"]["name"] = "<?php echo $name; ?>";
1293
+ data["<?php echo $j; ?>"]["comments"] = <?php echo $comments_data; ?>;
1294
+ data["<?php echo $j; ?>"]["attachments"] =<?php echo $attachments_data; ?>;
1295
+ data["<?php echo $j; ?>"]["who_post"] = <?php echo $who_post_data; ?>;
1296
+ data["<?php echo $j; ?>"]["shares"] = <?php echo $shares_data; ?>;
1297
  <?php
1298
  $j++;
1299
  }
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: 5.1
7
- Stable tag: 1.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -37,7 +37,7 @@ Are you stuck with limited sharing options on Facebook?
37
  The plugin fetches your Facebook posts to your website.
38
 
39
  **Filter Content Types\***
40
- Display a specific content type feed: photos, statuses, videos, links or events.
41
 
42
  **Custom Layouts\***
43
  Select a view out of 4 options: Thumbnails, Compact Album. Blog style, and Masonry.
@@ -46,7 +46,7 @@ Select a view out of 4 options: Thumbnails, Compact Album. Blog style, and Mason
46
  Display your feed perfectly on any device of any size, both mobile and desktop.
47
 
48
  **Lightbox\***
49
- Display photos, videos and events in pop-ups with 15 transition effects.
50
 
51
  **Videos Supported**
52
  Videos uploaded on Facebook or shared from YouTube and Vimeo are displayed.
@@ -76,7 +76,7 @@ Resolving an issue never takes more than 24 hours.
76
 
77
  > If you have someone who pulls your data from facebook and posts in your website,
78
  > then you can fire them. This plugin does the job neatly and keeps everything organised.
79
- > You can select whether to posts only photos, videos, events or everything.
80
  > You can also set up how often to update the news.
81
  > This is really what I was looking for a long time.
82
  > Thanks the developers behind this plugin!
@@ -102,12 +102,12 @@ Resolving an issue never takes more than 24 hours.
102
  >
103
  > * Masonry gallery View
104
  > * Mosaic gallery View
105
- > * Single-type content feeds of content from your Facebook wall (photos, videos, albums, events)
106
  > * Facebook share buttons
107
  > * Advanced lightbox with comments
108
  > * Filmstrip for lightbox
109
  > * Themes to change styles and colors for each view
110
- > * Multiple layouts – album view for albums, masonry and thumbnail views for Facebook videos and photos, BlogStyle and thumbnail view for Facebook events
111
  > * Social sharing for feed to Google+, Twitter and Facebook.
112
 
113
 
@@ -116,9 +116,9 @@ Resolving an issue never takes more than 24 hours.
116
  **SETTINGS/CUSTOMIZATION**
117
  *Some customizations described here are available in Premium version. Please refer to premium feature summary below.*
118
 
119
- To have 10Web Facebook Feed 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.
120
 
121
- 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.
122
 
123
  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.
124
 
@@ -132,8 +132,11 @@ The plugin uses Facebook API to get public data from Facebook. All the received
132
 
133
  == Changelog ==
134
 
 
 
 
135
  = 1.1.5 =
136
- * Changed: Links to 10Web.io.
137
 
138
  = 1.1.4 =
139
  * New: Gutenberg block
@@ -344,7 +347,7 @@ Each feed includes various options which are grouped in tabs:
344
  * Main,
345
  * Lightbox Settings,
346
  * Comments,
347
- * Events.
348
 
349
  First, name your feed and set the **URL** of your Facebook page, for example:
350
 
@@ -356,7 +359,7 @@ While creating feeds, you can display the full timeline of all posts, or with sp
356
  * Videos,
357
  * Statuses,
358
  * Links,
359
- * Events.
360
 
361
  = What kind of content can I display with my Facebook feed? =
362
 
@@ -370,18 +373,18 @@ Furthermore, you can configure auto-update to sync your feeds with new posts fro
370
  Using Timeline content type, you are able to showcase your posts using stunning **Blog Style layout** of 10Web Facebook Feed plugin.
371
 
372
  **Specific**
373
- 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:
374
 
375
  * Photos,
376
  * Videos,
377
  * Albums,
378
- * Events.
379
 
380
  The layouts you can use for Specific feeds differ depending on content type.
381
 
382
  * **Photos** and **Videos** can be showcased with **Thumbnails** and **Masonry** layouts,
383
  * For **Albums** you can use **Album** layout,
384
- * For **Events** you can pick between **Thumbnails** and **Blog Style.**
385
 
386
  = How do I publish Facebook Feed on my website? =
387
 
@@ -413,8 +416,8 @@ Each theme provided by 10Web Facebook Feed plugin consists of the following sect
413
  * **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.
414
  * **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.
415
  * **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.
416
- * **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.
417
- * **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.
418
  * **Navigation.** Configure navigation button options, which will be used for masonry, thumbnail, compact album and blog style views.
419
 
420
  = How can I display comments in the feed? =
@@ -426,7 +429,7 @@ If you want to use Top level but give a function to show all replies then enable
426
 
427
  = Can I modify the appearance of the lightbox? =
428
 
429
- Lightbox of 10Web Facebook Feed plugin can be used for albums, images, videos, and events. You can change the style of the lightbox from **10Web Facebook Feed > Themes** page.
430
 
431
  Furthermore, you can modify the features of it using **Lightbox Settings** tab inside your feed.
432
 
@@ -435,7 +438,7 @@ Furthermore, you can modify the features of it using **Lightbox Settings** tab i
435
  * **Lightbox effect.** There are 15 lightbox effects for image transitions. You can choose one of them or skip it, setting lightbox effect to **None.**
436
  * **Lightbox autoplay.** Autoplay will change images within given time interval.
437
  * **Time interval.** Set time which will be applied for shifting images in lightbox.
438
- * **Open comment box.** Choose whether to display comments of the image/video/event in lightbox or not.
439
  * **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.
440
 
441
  In addition, you can display comments on the lightbox, likes, author, post name, and much more.
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 5.1
7
+ Stable tag: 1.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
37
  The plugin fetches your Facebook posts to your website.
38
 
39
  **Filter Content Types\***
40
+ Display a specific content type feed: photos, statuses, videos, links.
41
 
42
  **Custom Layouts\***
43
  Select a view out of 4 options: Thumbnails, Compact Album. Blog style, and Masonry.
46
  Display your feed perfectly on any device of any size, both mobile and desktop.
47
 
48
  **Lightbox\***
49
+ Display photos, videos in pop-ups with 15 transition effects.
50
 
51
  **Videos Supported**
52
  Videos uploaded on Facebook or shared from YouTube and Vimeo are displayed.
76
 
77
  > If you have someone who pulls your data from facebook and posts in your website,
78
  > then you can fire them. This plugin does the job neatly and keeps everything organised.
79
+ > You can select whether to posts only photos, videos or everything.
80
  > You can also set up how often to update the news.
81
  > This is really what I was looking for a long time.
82
  > Thanks the developers behind this plugin!
102
  >
103
  > * Masonry gallery View
104
  > * Mosaic gallery View
105
+ > * Single-type content feeds of content from your Facebook wall (photos, videos, albums)
106
  > * Facebook share buttons
107
  > * Advanced lightbox with comments
108
  > * Filmstrip for lightbox
109
  > * Themes to change styles and colors for each view
110
+ > * Multiple layouts – album view for albums, masonry and blogStyle and thumbnail views for Facebook videos and photos
111
  > * Social sharing for feed to Google+, Twitter and Facebook.
112
 
113
 
116
  **SETTINGS/CUSTOMIZATION**
117
  *Some customizations described here are available in Premium version. Please refer to premium feature summary below.*
118
 
119
+ To have 10Web Facebook Feed 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 more.
120
 
121
+ 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. 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.
122
 
123
  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.
124
 
132
 
133
  == Changelog ==
134
 
135
+ = 1.1.6 =
136
+ * Fixed: Minor bug.
137
+
138
  = 1.1.5 =
139
+ * Changed: Links to 10Web.io.
140
 
141
  = 1.1.4 =
142
  * New: Gutenberg block
347
  * Main,
348
  * Lightbox Settings,
349
  * Comments,
350
+
351
 
352
  First, name your feed and set the **URL** of your Facebook page, for example:
353
 
359
  * Videos,
360
  * Statuses,
361
  * Links,
362
+
363
 
364
  = What kind of content can I display with my Facebook feed? =
365
 
373
  Using Timeline content type, you are able to showcase your posts using stunning **Blog Style layout** of 10Web Facebook Feed plugin.
374
 
375
  **Specific**
376
+ Display only photos or videos, albums of your Facebook page, using **Specific** content type. You can choose one of the following four options:
377
 
378
  * Photos,
379
  * Videos,
380
  * Albums,
381
+
382
 
383
  The layouts you can use for Specific feeds differ depending on content type.
384
 
385
  * **Photos** and **Videos** can be showcased with **Thumbnails** and **Masonry** layouts,
386
  * For **Albums** you can use **Album** layout,
387
+
388
 
389
  = How do I publish Facebook Feed on my website? =
390
 
416
  * **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.
417
  * **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.
418
  * **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.
419
+ * **Blog Style.** Configure options for comments box, Like, share, comment display, hashtags, image captions, location and dates, page, profile name and feed overall settings.
420
+ * **Lightbox Page.** Configure options for lightbox background, control, toggle, close and navigation buttons, filmstrip options, story options, Like, share, comment display, hashtags and comments options.
421
  * **Navigation.** Configure navigation button options, which will be used for masonry, thumbnail, compact album and blog style views.
422
 
423
  = How can I display comments in the feed? =
429
 
430
  = Can I modify the appearance of the lightbox? =
431
 
432
+ Lightbox of 10Web Facebook Feed plugin can be used for albums, images, videos. You can change the style of the lightbox from **10Web Facebook Feed > Themes** page.
433
 
434
  Furthermore, you can modify the features of it using **Lightbox Settings** tab inside your feed.
435
 
438
  * **Lightbox effect.** There are 15 lightbox effects for image transitions. You can choose one of them or skip it, setting lightbox effect to **None.**
439
  * **Lightbox autoplay.** Autoplay will change images within given time interval.
440
  * **Time interval.** Set time which will be applied for shifting images in lightbox.
441
+ * **Open comment box.** Choose whether to display comments of the image/video in lightbox or not.
442
  * **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.
443
 
444
  In addition, you can display comments on the lightbox, likes, author, post name, and much more.