Feed & LikeBox For Facebook - Version 2.9.9

Version Description

[23-07-2021] * Tested upto WordPess 5.8.2 * CSS optimized

Download this release

Release Info

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

Code changes from version 2.9.8 to 2.9.9

css/weblizar-option-style.css CHANGED
@@ -1487,7 +1487,7 @@ a.user_guide_titles {
1487
  margin-top: 40px;
1488
  }
1489
 
1490
- }
1491
 
1492
  .block.ui-tabs-panel [class*="span"] {
1493
  float: left;
1487
  margin-top: 40px;
1488
  }
1489
 
1490
+ /* } */
1491
 
1492
  .block.ui-tabs-panel [class*="span"] {
1493
  float: left;
facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
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
1
  <?php
2
  /**
3
  * Plugin Name: Social LikeBox & Feed
4
+ * Version: 2.9.9
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
function/help-body.php CHANGED
@@ -51,15 +51,14 @@
51
  <p>
52
  <p><label class="ffp_font_bold"><?php esc_html_e('Widget Width : ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
53
  </p>
54
- <input class="widefat" id="widget-width" name="widget-width" type="text"
55
- value="<?php echo esc_attr($Width); ?>">
56
  </p>
57
  <br>
58
  <p>
59
  <p><label class="ffp_font_bold"><?php esc_html_e('Widget Height : ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
60
  </p>
61
- <input class="widefat" id="widget-height" name="widget-height" type="text"
62
- value="<?php echo esc_attr($Height); ?>">
63
  </p>
64
  <br>
65
  <p>
@@ -494,7 +493,8 @@
494
  <?php
495
  if ($FbAppId && $FacebookPageUrl) { ?>
496
  <div id="heading">
497
- <h2><?php esc_html_e('Social Likebox " [FBW] " Shortcode Preview', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
 
498
  </h2>
499
  </div>
500
  <p>
51
  <p>
52
  <p><label class="ffp_font_bold"><?php esc_html_e('Widget Width : ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
53
  </p>
54
+ <!-- <input class="widefat" id="widget-width" name="widget-width" type="text" value="<?php echo esc_attr($Width); ?>"> -->
55
+ <input class="widefat" id="widget-width" name="widget-width" type="number" value="<?php echo esc_attr($Width); ?>">
56
  </p>
57
  <br>
58
  <p>
59
  <p><label class="ffp_font_bold"><?php esc_html_e('Widget Height : ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
60
  </p>
61
+ <input class="widefat" id="widget-height" name="widget-height" type="number" value="<?php echo esc_attr($Height); ?>">
 
62
  </p>
63
  <br>
64
  <p>
493
  <?php
494
  if ($FbAppId && $FacebookPageUrl) { ?>
495
  <div id="heading">
496
+ <h2>
497
+ <?php esc_html_e('Social Likebox "[FBW]" Shortcode Preview', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
498
  </h2>
499
  </div>
500
  <p>
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.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,6 +216,11 @@ For more information, see [Weblizar](https://weblizar.com/) .
216
 
217
  == Changelog ==
218
 
 
 
 
 
 
219
  = 2.9.8 = [23-07-2021]
220
  * Tested upto WordPess 5.8
221
  * code optimized
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.2
7
+ Stable tag: 2.9.9
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.9 = [23-07-2021]
220
+ * Tested upto WordPess 5.8.2
221
+ * CSS optimized
222
+
223
+
224
  = 2.9.8 = [23-07-2021]
225
  * Tested upto WordPess 5.8
226
  * code optimized