Feed & LikeBox For Facebook - Version 2.7.6

Version Description

[02-11-2018] 1. CSS update 2. Bug fix ( undiffiend offset )

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 2.7.6
Comparing to
See all releases

Code changes from version 2.7.5 to 2.7.6

css/facebook-feed-shortcode.css CHANGED
@@ -965,13 +965,13 @@ margin-top: 10px !important;
965
  border: 0px!important;
966
  }
967
 
968
-
969
  .facebook_feed_more_page
970
  {
971
  font-weight: bold !important;
972
  font-size: 15px !important;
973
  color: #ca0505!important;
974
  display: inline-block !important;
 
975
  }
976
  .facebook_feed_more_widget
977
  {
965
  border: 0px!important;
966
  }
967
 
 
968
  .facebook_feed_more_page
969
  {
970
  font-weight: bold !important;
971
  font-size: 15px !important;
972
  color: #ca0505!important;
973
  display: inline-block !important;
974
+ cursor: pointer;
975
  }
976
  .facebook_feed_more_widget
977
  {
facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Feed & LikeBox For Facebook
4
- * Version: 2.7.5
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com
1
  <?php
2
  /**
3
  * Plugin Name: Feed & LikeBox For Facebook
4
+ * Version: 2.7.6
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com
function/facebook-feed-shortcode.php CHANGED
@@ -59,6 +59,7 @@ require("facebook-feed-shortcode-data.php");
59
  <div class="container-flud gallaries">
60
  <?php for($y = 0; $y <$ffp_limit; $y++)
61
  {
 
62
  if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
63
  { ?>
64
  <div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color">
@@ -125,7 +126,7 @@ require("facebook-feed-shortcode-data.php");
125
  <?php if(isset($weblizar_data_post["posts"]['data'][$y]['full_picture']))
126
  { ?>
127
  <div class="<?php echo $layout2;?> col-sm-12 col-xs-12 post-img animated gallery-img">
128
- <a href="#" class="weblizar_fb-before-ovrly">
129
  <span class="weblizar_span_img">
130
  <img src="<?php echo $weblizar_data_post["posts"]['data'][$y]['full_picture'];?>" class="img-responsive" >
131
  </span>
@@ -262,7 +263,7 @@ require("facebook-feed-shortcode-data.php");
262
  <!-- Comment and reactions display End -->
263
  </div>
264
  <?php }
265
- } ?>
266
  </div>
267
  <script>
268
  jQuery(document).ready(function()
@@ -288,7 +289,8 @@ require("facebook-feed-shortcode-data.php");
288
  <!-- Page photo display end -->
289
  <div class="clearfix"> </div>
290
  </div>
291
- <?php }
 
292
 
293
  return ob_get_clean();
294
  }
59
  <div class="container-flud gallaries">
60
  <?php for($y = 0; $y <$ffp_limit; $y++)
61
  {
62
+ if( isset($weblizar_data_post["posts"]['data'][$y]) ){
63
  if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
64
  { ?>
65
  <div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color">
126
  <?php if(isset($weblizar_data_post["posts"]['data'][$y]['full_picture']))
127
  { ?>
128
  <div class="<?php echo $layout2;?> col-sm-12 col-xs-12 post-img animated gallery-img">
129
+ <a href="#" class="weblizar_fb-before-ovrly">
130
  <span class="weblizar_span_img">
131
  <img src="<?php echo $weblizar_data_post["posts"]['data'][$y]['full_picture'];?>" class="img-responsive" >
132
  </span>
263
  <!-- Comment and reactions display End -->
264
  </div>
265
  <?php }
266
+ } }?>
267
  </div>
268
  <script>
269
  jQuery(document).ready(function()
289
  <!-- Page photo display end -->
290
  <div class="clearfix"> </div>
291
  </div>
292
+ <?php }
293
+
294
 
295
  return ob_get_clean();
296
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.weblizar.com/
4
  Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
  Tested up to: 4.9.8
7
- Stable tag: 2.7.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -216,6 +216,10 @@ Go to admin dashboard => appearance => widgets => Here are available our two fac
216
 
217
  For more information, see [Weblizar](https://weblizar.com/) .
218
 
 
 
 
 
219
  = 2.7.5 = [25-09-2018]
220
  1. Add Upgrade to Pro Banner in Setting Page
221
  2. Update Product Page
4
  Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
  Tested up to: 4.9.8
7
+ Stable tag: 2.7.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
216
 
217
  For more information, see [Weblizar](https://weblizar.com/) .
218
 
219
+ = 2.7.6 = [02-11-2018]
220
+ 1. CSS update
221
+ 2. Bug fix ( undiffiend offset )
222
+
223
  = 2.7.5 = [25-09-2018]
224
  1. Add Upgrade to Pro Banner in Setting Page
225
  2. Update Product Page