Feed & LikeBox For Facebook - Version 2.9.8

Version Description

[23-07-2021] * Tested upto WordPess 5.8 * code optimized

Download this release

Release Info

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

Code changes from version 2.9.7 to 2.9.8

css/weblizar-option-style.css CHANGED
@@ -284,8 +284,6 @@
284
  }
285
 
286
  #weblizar_wrap .ui-tabs {
287
-
288
-
289
  min-height: 500px;
290
  }
291
 
@@ -1378,6 +1376,7 @@ h3.feedheading {
1378
  text-decoration: none;
1379
  color: #fff !important;
1380
  background-color: #2c2c2c !important;
 
1381
 
1382
  }
1383
 
284
  }
285
 
286
  #weblizar_wrap .ui-tabs {
 
 
287
  min-height: 500px;
288
  }
289
 
1376
  text-decoration: none;
1377
  color: #fff !important;
1378
  background-color: #2c2c2c !important;
1379
+ cursor: pointer;
1380
 
1381
  }
1382
 
facebook-by-weblizar.php CHANGED
@@ -1,8 +1,7 @@
1
  <?php
2
-
3
  /**
4
  * Plugin Name: Social LikeBox & Feed
5
- * Version: 2.9.7
6
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds and like-box contents.
7
  * Author: Weblizar
8
  * Author URI: https://www.weblizar.com
@@ -37,12 +36,16 @@ function facebooky_by_weblizar_page_function() {
37
  }
38
  function facebooky_by_weblizar_page_function_js_css() {
39
  wp_enqueue_script('jquery');
40
- wp_enqueue_script('popper', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'js/popper.min.js');
41
- wp_enqueue_script('bootstrap', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'js/bootstrap.min.js');
 
 
42
  wp_enqueue_script('weblizar-tab', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'js/option-js.js', array('jquery', 'media-upload', 'jquery-ui-sortable'));
43
  wp_enqueue_style('weblizar-option-style', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'css/weblizar-option-style.css');
44
- wp_enqueue_style('bootstrap', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'css/bootstrap.min.css');
45
- wp_enqueue_style('font-awesome', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'css/all.min.css');
 
 
46
  wp_enqueue_style('wp-color-picker');
47
  wp_enqueue_script('wp-color-picker');
48
  }
1
  <?php
 
2
  /**
3
  * Plugin Name: Social LikeBox & Feed
4
+ * Version: 2.9.8
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds and like-box contents.
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com
36
  }
37
  function facebooky_by_weblizar_page_function_js_css() {
38
  wp_enqueue_script('jquery');
39
+ wp_register_script('popper', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'js/popper.min.js');
40
+ wp_enqueue_script('popper');
41
+ wp_register_script('bootstrap', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'js/bootstrap.min.js');
42
+ wp_enqueue_script('bootstrap');
43
  wp_enqueue_script('weblizar-tab', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'js/option-js.js', array('jquery', 'media-upload', 'jquery-ui-sortable'));
44
  wp_enqueue_style('weblizar-option-style', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'css/weblizar-option-style.css');
45
+ wp_register_style('bootstrap', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'css/bootstrap.min.css');
46
+ wp_enqueue_style('bootstrap');
47
+ wp_register_style('font-awesome', WEBLIZAR_FACEBOOK_PLUGIN_URL . 'css/all.min.css');
48
+ wp_enqueue_style('font-awesome');
49
  wp_enqueue_style('wp-color-picker');
50
  wp_enqueue_script('wp-color-picker');
51
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  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: 5.7
7
- Stable tag: 2.9.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -216,6 +216,10 @@ For more information, see [Weblizar](https://weblizar.com/) .
216
 
217
  == Changelog ==
218
 
 
 
 
 
219
  = 2.9.7 = [18-03-2021]
220
  * minor changes
221
 
3
  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: 5.8
7
+ Stable tag: 2.9.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
216
 
217
  == Changelog ==
218
 
219
+ = 2.9.8 = [23-07-2021]
220
+ * Tested upto WordPess 5.8
221
+ * code optimized
222
+
223
  = 2.9.7 = [18-03-2021]
224
  * minor changes
225